Low-Latency CMAF Requirements for Live AV1 Delivery

Delivering live video using the AV1 codec over Common Media Application Format (CMAF) with low latency requires a coordinated setup across encoding, packaging, distribution, and playback. This article outlines the essential technical requirements for implementing low-latency CMAF for live AV1 streaming, focusing on chunked transfer encoding, precise GOP configurations, AV1 real-time profiles, packaging standards, and manifest signaling for sub-three-second glass-to-glass latency.

1. CMAF Chunking and Segment Structure

CMAF achieves low latency by breaking standard media segments into smaller, independently addressable units called chunks.

2. Live AV1 Encoding Parameters

AV1 is computationally demanding, making proper encoder configuration critical for real-time delivery without introducing ingest latency or frame drops.

3. ISOBMFF and AV1 CMAF Binding

The stream must conform to the official CMAF specifications for AV1 encapsulation.

4. Manifest Signaling (LL-DASH and LL-HLS)

Packaging must expose the chunk-level structure to clients via modern streaming protocols.

5. Transport and CDN Infrastructure

The network layer must support immediate frame propagation through the delivery chain.

6. Client Player Requirements

The receiving client must be capable of processing fragmented data in near-real-time.