MPEG-DASH remains the open standard for adaptive streaming
This article provides a detailed technical explanation of MPEG-DASH, an ISO-ratified adaptive bitrate streaming protocol, covering its architecture, how it delivers adaptive bitrate video, supported codecs, DRM via CENC, and comparisons with HLS. It also highlights Ant Media Server's implementation of LL-DASH via CMAF, multi-protocol ingest, and scaling capabilities for various use cases.
Key Takeaways
- MPEG-DASH is ratified as ISO/IEC 23009-1 and was revised most recently in 2022.
- The protocol uses MPD manifests, fMP4 or WebM segments, and client-side ABR logic; the server stays stateless.
- CENC supports one encrypted segment set across Widevine, PlayReady, and FairPlay ecosystems.
- Low-Latency DASH via CMAF chunking reduces live delivery to 3–5 seconds, versus 6–30 seconds for standard DASH.
- Ant Media Server outputs DASH and HLS from one ingest stream and exposes dashSegDuration, dashFragmentDuration, and dashTargetLatency for LL-DASH tuning.
Why It Matters
For streaming teams, the immediate takeaway is that DASH remains a practical way to deliver adaptive video over standard HTTP without locking into a single codec or packaging path. The ecosystem angle is the shared CMAF approach: one encoded source can feed both DASH and HLS, which matters for mixed-device audiences that still include Apple hardware. The article also shows how vendors are packaging DASH around GPU transcoding, multi-protocol ingest, and clustered origin-edge delivery. Watch the segment duration, fragment size, and target latency settings used in production, since those determine whether LL-DASH lands in the 3–5 second range described here.
Read full article at antmedia.io
