[FFmpeg-devel] [PATCH] HTTP options in HLS (again)

Jan Ehrhardt phpdev at ehrhardt.nl
Fri Jan 18 21:39:52 CET 2013


Micah Galizia in gmane.comp.video.ffmpeg.devel (Tue, 15 Jan 2013
21:39:09 -0500):

>         /* Some HLS servers dont like being sent the range header */
>         av_dict_set(&opts, "seekable", "0", 0);

If I interpret this correctly, the default is non-seekable. The
consequence is that everyone using xbmc to view videos at
http://uitzendinggemist.nl will not be able to seek through the
on-demand streams. I do not think those users will love this patch.

The default was seekable (resulting in problems when watching Fox
Soccer2Go). The effect of this patch will be that you deprive users of
on-demand streams seeking. Is that really desirable? Is there no way to
distinguish between on demand and live streams?

Jan



More information about the ffmpeg-devel mailing list