]> git.sesse.net Git - vlc/commit
stream_filter/httplive.c: separate HLS playlist reload into another thread
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Fri, 25 Feb 2011 15:38:50 +0000 (16:38 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 2 Mar 2011 22:23:23 +0000 (23:23 +0100)
commit2723572795d30b19b8ef7790d28dbe9ccee5d304
tree24e9aebb976f8fa07fbf03bad83eef931beea17a
parent94f9d6e0d3e069a91df8cfb532ce5dbb7c473a96
stream_filter/httplive.c: separate HLS playlist reload into another thread

Reloading HLS m3u8 file for live playback in a separate track. It used
to piggy back on the download track, which made it reload less often.
Since it would check the m3u8 file reload once after each download, which
generally takes longer then the suggested m3u8 reload algorithm.
modules/stream_filter/httplive.c