vsd 0.5.0

A command-line utility and library for downloading streams from DASH manifests and HLS playlists.
Documentation
1
2
3
4
5
mod master;
mod segments;

pub use master::parse_as_master;
pub use segments::push_segments;