m3u8-rs/sample-playlists
Sebastian Dröge 65c295ee02 Require each M3U8 playlist to start with the #EXTM3U8 tag
The RFC requires this to be the very first line of every master/media
playlist, and without this we would be parsing arbitrary text files as
playlist without erroring out.

See https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.1.1

Fixes https://github.com/rutgersc/m3u8-rs/issues/27
2021-11-17 19:14:58 +02:00
..
master-not-ending-in-newline-1.m3u8 Fix consume_line not returning line when line doesn't end with a newline 2021-04-18 11:59:31 +02:00
master-not-ending-in-newline.m3u8 Fixed a bug where the parser fails when the playlist does not end with a newline. 2016-09-10 13:22:13 +02:00
master-playlist-with-blankline.m3u8 Handle blank lines when checking for master playlist tags. 2021-03-17 06:41:35 +11:00
master-with-alternatives-2.m3u8 Move alternatives to MasterPlaylist 2021-04-16 21:20:30 +02:00
master-with-alternatives.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
master-with-i-frame-stream-inf.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
master-with-multiple-codecs.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
master-with-offset.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
master-with-stream-inf-name.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
master.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
masterplaylist.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
masterplaylist2.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
media-not-ending-in-newline.m3u8 Fixed a bug where the parser fails when the playlist does not end with a newline. 2016-09-10 13:22:13 +02:00
media-playlist-with-byterange.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
media-playlist-with-cues-1.m3u8 Support parsing of unknown tags on segments 2021-10-12 23:06:47 +02:00
media-playlist-with-cues.m3u8 Require each M3U8 playlist to start with the #EXTM3U8 tag 2021-11-17 19:14:58 +02:00
media-playlist-with-discontinuity.m3u8 Require each M3U8 playlist to start with the #EXTM3U8 tag 2021-11-17 19:14:58 +02:00
media-playlist-with-scte35-1.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
media-playlist-with-scte35.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
media-playlist-without-segments.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
mediaplaylist-byterange.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00
mediaplaylist.m3u8 Version 1.0.0 2016-06-03 20:56:45 +02:00