rutgersc / m3u8-rs

m3u8 parser for rust
MIT License
99 stars 27 forks source link

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.