The Analysis of DASH Manifest Optimizations
Amazon-authored ACM Green Multimedia Systems workshop paper analyzing MPD manifest size optimization techniques.
Link
Related resources
- DASH-IF ValidatorsOfficial DASH Industry Forum validator toolset for MPD conformance and live-stream validation.
- mpd-parser (C)C library using libxml2 to parse DASH MPD manifests, with optional XSD schema validation.
- mpd-dashNode.js library for generating MPEG-DASH MPD manifests programmatically.
- DASHLiveEdgeCalculatorComputes the live edge position from SegmentTemplate-based DASH MPDs.
- Performance of Low-Latency HTTP-based Streaming PlayersMMSys'21 paper comparing AVPlayer, Shaka, HLS.js, and Dash.js performance under LL-HLS and LL-DASH.
- Harnessing WebRTC for Large-Scale Live StreamingACM SIGCOMM 2025 paper on scaling WebRTC for large-audience low-latency live streaming.
- low-latency-dash-ffmpegDockerized ffmpeg reference configuration for LL-DASH per-frame moof chunk streaming.
- KTH Thesis: Interoperable Retransmission Protocols for Low-Latency Video (RIST/SRT)Master's thesis academic evaluation comparing RIST and SRT retransmission protocols for low-latency video contribution.
- libristPrimary open-source C library implementing the RIST protocol (Simple/Main/Advanced profiles), used by VLC, FFmpeg, OBS, and GStreamer.
- PantomimeSwift M3U8 parser supporting both master and media playlists.