]> git.sesse.net Git - vlc/commit
stream_filter/httplive.c: fix EXT-X-MEDIA-SEQUENCE error message for HLS live streams.
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 21 Dec 2011 10:16:27 +0000 (11:16 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 21 Dec 2011 10:21:00 +0000 (11:21 +0100)
commit520804cef593abf761e0b5de995dc788f507cf84
treeda306e20467623421a75dbb138e196d978995501
parent022964d9a587e2d5adc5808f4ae17ebcdddbd85f
stream_filter/httplive.c: fix EXT-X-MEDIA-SEQUENCE error message for HLS live streams.

The error message  "EXT-X-MEDIA-SEQUENCE already present in playlist (new=%d, old=%d)" was
triggered way to often for HLS live streams. In addition the new metadata from a new HLS
playlist was not updated in the internal list.
modules/stream_filter/httplive.c