IETF Interim: Media Over QUIC (MOQ) 2026-04-13 16:30

IETF
IETFApr 13, 2026

Why It Matters

Rewind offers a low‑latency path for retrieving recent media segments, easing head‑of‑line blocking in QUIC streams and accelerating OTT player start‑up times, a critical step for broader industry adoption.

Key Takeaways

  • Rewind filter enables best‑effort past group delivery via subscribe.
  • Max‑rewind‑groups parameter hints cache depth, not guaranteed data.
  • Rewind solves head‑of‑line blocking but doesn’t replace joining fetch.
  • Publishers may serve incomplete subgroups, preserving subscribe semantics.
  • Implementation complexity balanced by simple cache‑based strategy recommendations.

Summary

The IETF Media‑Over‑QUIC interim focused on the newly proposed “rewind” subscription filter, a mechanism designed to let subscribers retrieve a limited number of previously transmitted groups without triggering the traditional joining‑fetch head‑of‑line blocking. Participants reviewed the draft extension that introduces a max‑rewind‑groups hint, a rewind‑groups integer in the subscribe request, and a corresponding response field indicating how many groups the publisher can actually supply from its cache.

Key technical points included the best‑effort nature of rewind: publishers may return fewer groups than requested, or zero to start at the current group’s beginning. The feature does not replace joining fetch; instead it offers a low‑latency shortcut when cached data exists, while missing objects still require a conventional fetch. Clarifications were offered on semantics—zero means the start of the current group, and the max‑rewind‑groups value is a cache‑depth hint, not a guarantee.

The discussion featured several illustrative exchanges. Martin explained the practical workflow, Luke confirmed that a missing option signals no support, and participants debated whether relays could serve partially‑filled subgroups without breaking subscribe semantics. Consensus leaned toward a simple implementation: deliver whatever complete groups are cached, avoid offering groups the relay has never seen, and fall back to joining fetch for gaps.

Implications for the streaming ecosystem are significant. By mitigating head‑of‑line blocking, rewind can reduce start‑up latency for OTT players that tolerate incomplete buffers, while preserving the reliability guarantees of QUIC‑based media delivery. The group also set dates for further interim meetings and a London technical session, indicating rapid progression toward standardization.

Original Description

Media Over QUIC (MOQ) interim meeting session
2026-04-13 16:30

Comments

Want to join the conversation?

Loading comments...