mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2024-11-22 08:50:59 +00:00
m3u8 parser for rust
d2881fef08
While it can be anywhere in the playlist as it applies to, this one usually is at the top of the manifest, right after the VERSION tag. |
||
---|---|---|
.github/workflows | ||
examples | ||
sample-playlists | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
masterplaylist.m3u8 | ||
mediaplaylist.m3u8 | ||
playlist.m3u8 | ||
README.md |
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.