mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2024-11-21 08:21:00 +00:00
e3b6390186
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. |
||
---|---|---|
.. | ||
lib.rs | ||
parser.rs | ||
playlist.rs |