[FFmpeg-devel] [PATCH] Fix seeking HTTP when server uses chunked encoding

Ronald S. Bultje rsbultje
Mon Jun 21 12:59:51 CEST 2010


Hi,

On Jun 21, 2010, at 4:27 AM, Martin Storsj? <martin at martin.st> wrote:
> As for the problems with seeking you mentioned on irc, I guess  
> that's due
> to is_streamed being left at 1 in the ByteIOContext, which is the main
> regression due to http delay opening.

URLContext.is_streamed is 1 also. This seems correct, microhttp  
doesn't send a Content-Range header, not even in response to a Range  
request, and can thus not seek.

Ronald



More information about the ffmpeg-devel mailing list