mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-16 11:38:49 +00:00
e3b6390186e30bfd40bec6468bb085a8071a66a6

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.
m3u8-rs
A Rust library for parsing m3u8 playlists (HTTP Live Streaming) link.
Uses the nom
library for all of the parsing.
Examples
Examples can be found in the examples
folder.
Languages
Rust
100%