mpd-inspector
Python library to parse, analyze and validate MPEG-DASH MPDs, deriving implicit values (period start/duration in multi-period) and typed datetime/duration objects. Includes DASH-IF IOP-aligned checks and SCTE-35 event parsing.
Link
Related resources
- 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.
- DASH-IF ValidatorsOfficial DASH Industry Forum validator toolset for MPD conformance and live-stream validation.
- The Analysis of DASH Manifest OptimizationsAmazon-authored ACM Green Multimedia Systems workshop paper analyzing MPD manifest size optimization techniques.
- 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.
- low-latency-dash-ffmpegDockerized ffmpeg reference configuration for LL-DASH per-frame moof chunk streaming.
- srt-advanced-serverConfigurable SRT server supporting single-source to multi-target stream distribution.
- Harnessing WebRTC for Large-Scale Live StreamingACM SIGCOMM 2025 paper on scaling WebRTC for large-audience low-latency live 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.