Bug #391
tvheadend does not serve files > 2GB in size
Start date:
2011-03-01
Due date:
% Done:
0%
Estimated time:
Found in version:
Affected Versions:
Description
Tvheadend recordings greater than 2GB in size are not served via the http web interface. As such XBMC PVR which uses the http:/127.0.0.1:9981/dvrfile/xxx.mkv interface fails. HTTP headers are returned as per the example below: -
curl -I http://127.0.0.1:9981/dvrfile/204
HTTP/1.1 200 Ok
Server: HTS/tvheadend
Last-Modified: Tue, 2011 Mar 1 21:34:09 GMT
Expires: Tue, 2011 Mar 1 21:34:19 GMT
Cache-Control: max-age=10
Connection: Close
Accept-Ranges: bytes
Content-Range: bytes 0-2381145081/2381145082
yet no further content is sent.
the same result is obtained using the web browser, wget or curl
Let me know how I can help to debug..
History
Updated by Andreas Smas over 13 years ago
- Category set to 11
- Assignee set to Andreas Smas
- Target version set to 2.13
Should be fixed in commit:2ea77644