[FFmpeg-devel] [PATCH] avformat/http: detect end of received on chunked persistence

Schenk, Michael Michael.Schenk at albistechnologies.com
Mon Sep 21 15:20:59 CEST 2015


Dear friends,
we had a problem with an HLS server which was using chunked http transfer over persistence http connection.
Even if we have received all data (chunksize = 0) the read of a m3u8 playlist was blocked till the server tears down the TCP
connection. Please find attached a patch for avformat/http.c which will mark end of received once all chunks
are transferred completely.

Feedback for sure is warmly welcome.

Regards

Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-avformat-http-detect-end-of-received-on-chunked-pers.patch
Type: application/octet-stream
Size: 986 bytes
Desc: 0001-avformat-http-detect-end-of-received-on-chunked-pers.patch
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150921/9684b96a/attachment.obj>


More information about the ffmpeg-devel mailing list