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
2021-10-19 19:48:26 +02:00
2016-06-03 20:56:45 +02:00
2024-01-26 18:56:34 +01:00
2016-06-03 21:25:34 +02:00
2016-06-03 20:56:45 +02:00
2016-06-03 20:56:45 +02:00
2016-06-03 20:56:45 +02:00
2022-04-09 12:59:07 +02:00

m3u8-rs

crates.io API

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.

Description
No description provided
Readme MIT 244 KiB
Languages
Rust 100%