mpd-parser (C)
C library using libxml2 to parse DASH MPD manifests, with optional XSD schema validation.
Link
Related resources
- mpegdash (Python MPD parser/generator)Stdlib-only Python library (minidom-based) to parse and generate MPEG-DASH MPD manifests, maintained by JWPlayer.
- mpd-inspectorPython library and CLI to parse, analyze and validate MPEG-DASH MPD manifests, exposing computed timing/segment info rather than raw XML.
- dasha — JS DASH+HLS manifest parserJS/TS library parsing MPEG-DASH and HLS manifests into a simplified unified representation.
- manifestor — Go HLS+DASH manifest toolkitZero-dependency Go library to parse/filter/build/transform HLS and DASH manifests; ships as library, HTTP proxy and CLI.
- mpd-dashNode.js library for generating MPEG-DASH MPD manifests programmatically.
- Shaka Packager DASH TutorialOfficial tutorial for using Shaka Packager CLI to generate MPEG-DASH MPDs with SegmentTemplate/SegmentTimeline and Widevine DRM.
- ldash — low-latency DASH origin in GoGo reference origin server for low-latency DASH with a chunked-transfer upload endpoint, useful for experimenting with CTE-based LL-DASH de…
- srt-advanced-serverConfigurable SRT server supporting single-source to multi-target stream distribution.
- RIST vs SRT: Technical ComparisonElecard's technical deep-dive comparing RIST and SRT low-latency transport protocols.
- Cloudflare: MoQ — refactoring real-time media stackTechnical writeup on Media over QUIC and Cloudflare's first production MoQ relay network for real-time media.