Expand description
segmentor: a video-on-demand origin that packages MP4 files as HLS and DASH on demand.
The crate is a library plus a thin binary. The library’s public surface is deliberately
small: run is the binary’s entry point, and hidden helper modules expose the media pipeline
to the fuzz target and the benchmark harness. Everything else is crate-private; see the implementation guide in docs/ for a
module-by-module description.
Modules§
- fuzzing
- Entry points for the fuzz target.
Functions§
- run
- Runs the command-line application with the process arguments.