]> git.sesse.net Git - vlc/commit
stream_filter/httplive.c: rewrite parsing of HLS m3u8 files
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Thu, 27 Jan 2011 12:16:02 +0000 (13:16 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Fri, 11 Feb 2011 08:58:11 +0000 (09:58 +0100)
commit2d9e01b4d0b5a5a2a9b3a2a9838238888e140e5a
tree29e12a5fc93ffc59dded0eaa1d367cddba2614eb
parent9ad9fe48bb492fe9773418b5b8f888a88b914f23
stream_filter/httplive.c: rewrite parsing of HLS m3u8 files

The parsing of .m3u8 HLS files was too position dependend and did not work well
with some implementations of HLS playlist files. Parsing and reading the .m3u8 file
are now separated.
modules/stream_filter/httplive.c