Live Media Ingest (CMAF) Explained
Technical explainer of Interface-1 CMAF track POST ingest, sub-frame fragments, and how an origin repackages them into 1.92s/3.84s segments.
Link
Related resources
- DASH-IF Live Media Ingest Protocol (Living HTML Spec)Continuously built HTML version of the DASH-IF ingest specification with linkable section anchors for CMAF and DASH/HLS ingest interfaces.
- Media Ingestion Protocols Review (rtcbits)Side-by-side technical comparison of live contribution protocols — RTMP, SRT, RUSH, WARP/MoQ and WebRTC/WHIP — covering reliability model,…
- RUSH — Reliable (unreliable) streaming protocol (Meta ingest over QUIC)IETF draft for Meta's RTMP-replacement live ingest protocol over QUIC: ALPN "rush", frame types, and single- vs multi-stream mapping modes.
- Media over QUIC Transport — editor's copy (moq-wg)Always-current rendered MOQT specification from the IETF moq working group, ahead of datatracker snapshots: track/group/subgroup/object mod…
- livesim2 — DASH-IF Live Source Simulator v2Go rewrite of the DASH-IF live source simulator: stateless generation of live DASH MPDs and segments driven entirely by URL parameters, wit…
- Adding Trick Play to a DASH or HLS StreamPackaging guide for trick-play and tiled thumbnail tracks, covering --trickplay, JPEG tile fourcc and fixed-GOP requirements for live.
- dash.js — MPD and Inband Event HandlingOfficial guide to EventStream and InbandEventStream handling in dash.js, including emsg parsing and the AOMedia ID3 emsg scheme.
- MistServer SRT Protocol Deep DiveTechnical deep dive on SRT ingest/egress including single-port streamid-based push patterns, listener/caller modes, and latency configurati…
- VSF TR-06-3 — RIST Advanced Profile specificationOfficial RIST Advanced Profile technical recommendation: tunnel-level ARQ, fragmentation, LZ4 compression, and carriage of SMPTE ST 2110 /…
- VSF RIST Activity Group — specification indexCanonical Video Services Forum index of every RIST Technical Recommendation: TR-06-1 Simple Profile, TR-06-2 Main Profile, TR-06-3 Advanced…
- m3u8-rs — Rust HLS Playlist Parsernom-based Rust crate parsing and writing master and media HLS playlists, with automatic playlist-type detection; widely depended upon.
- Probing WebRTC Bandwidth — Why and How in GCCDeep dive into libwebrtc's ProbeController internals: padding probe packet construction, ramp-up behaviour and the 300 kbps starting estima…