m3u8-rs/sample-playlists
Anton Eicher e3b6390186 EXTINF tags need to be in floating-point format to work with AWS Elemental MediaConvert
AWS Elemental MediaConvert rejects playlists with EXTINF tags that are not in floating point format. When m3u8 MediaSegment self.duration is an exact number without trailing decimals, writeln cuts off the decimal places and prints it like an integer.

This change adds support for fixed length floating point numbers.
2024-02-14 16:29:47 +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
media-playlist-zero-decimal.m3u8 EXTINF tags need to be in floating-point format to work with AWS Elemental MediaConvert 2024-02-14 16:29:47 +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