Expand description
MPEG-DASH (ISO/IEC 23009-1) manifest generation for sheathe.
Mirrors Shaka Packager’s mpd library: it takes the set of packaged
representations and emits a static (on-demand) .mpd using
SegmentTemplate + SegmentTimeline, which describes each segment’s exact
duration — correct even when the last segment is short. Output is
differential-tested against Shaka Packager’s MPD on a sample corpus.
Structs§
- Manifest
- A complete on-demand presentation.
- Protection
- CENC protection signalling for the manifest (
ContentProtection). - Representation
- One selectable rendition within an adaptation set.