[vlc-commits] stream_filter/httplive.c: rewrite parsing of HLS m3u8 files
Jean-Paul Saman
git at videolan.org
Fri Feb 11 10:14:07 CET 2011
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Thu Jan 27 13:16:02 2011 +0100| [2d9e01b4d0b5a5a2a9b3a2a9838238888e140e5a] | committer: Jean-Paul Saman
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d9e01b4d0b5a5a2a9b3a2a9838238888e140e5a
---
modules/stream_filter/httplive.c | 645 +++++++++++++++-----------------------
1 files changed, 245 insertions(+), 400 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=2d9e01b4d0b5a5a2a9b3a2a9838238888e140e5a
More information about the vlc-commits
mailing list