Internet-Draft | WARP Streaming Format | June 2023 |
Law, et al. | Expires 10 December 2023 | [Page] |
This document specifies the WARP Streaming Format, designed to operate on Media Over QUIC Transport.¶
This note is to be removed before publishing as an RFC.¶
The latest revision of this draft can be found at https://wilaw.github.io/MoQ/draft-law-moq-warpmedia.html. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-law-moq-warpstreamingformat/.¶
Discussion of this document takes place on the Media Over QUIC Working Group mailing list (mailto:moq@ietf.org), which is archived at https://mailarchive.ietf.org/arch/browse/moq/. Subscribe at https://www.ietf.org/mailman/listinfo/moq/.¶
Source for this draft and an issue tracker can be found at https://github.com/wilaw/MoQ.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 10 December 2023.¶
Copyright (c) 2023 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
WARP Streaming Format (WARP) is a media format designed to deliver CMAF [CMAF] compliant media content over Media Over QUIC Transport (MOQT) [MoQTransport]. WARP works by fragmenting the bitstream into objects that can be independently transmitted. WARP leverages a simple prioritization strategy of assigning newer content a higher delivery order, allowing intermediaries to drop older data, and video over audio, in the face of congestion. Either complete Groups of Pictures (GOPS) [ISOBMFF] or individual frames are mapped to MoQTransport Objects. WARP is targeted at interactive levels of live latency.¶
This document describes version 1 of the streaming format.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
This document uses the conventions detailed in Section 1.3 of [RFC9000] when describing the binary encoding.¶
Each codec bitstream MUST be packaged in to a sequence of Objects within a separate track.¶
Media tracks SHOULD be media-time aligned. CMAF [CMAF] Aligned Switching Sets meet this requirement. A receiver SHOULD be able to cleanly switch between media tracks at group boundaries.¶
Each group MUST be independently decodeable. Assigning a new group ID to each CMAF Fragment (see [CMAF] Sect 6.6.1) meets this requirement.¶
The catalog object MUST have a track name of "catalog".¶
A catalog object MAY be independent of other catalog objects or it MAY represent a delta update of a prior catalog object. The first catalog object published within a new group MUST be independent. A catalog object SHOULD only be published only when the availability of tracks changes.¶
The format of the CATALOG object payload is as follows:¶
Each track change is described by a track change descriptor with the format:¶
Object Delivery Order MUST match the Object sequence number.¶
The media object payload:¶
track_ID
) matching a Track Box in the initialization fragment.¶
Two options are RECOMMENDED for packaging CMAF content into WARP media objects:¶
A WARP publisher MUST publish a catalog track object before publishing any media track objects.¶
At the completion of a session, a publisher should publish a catalog object with track count of 0. This SHOULD be interpreted by receivers that the publish session is complete.¶
The catalog and media object payloads MAY be encrypted. Common Encryption [CENC] with 'cbcs' mode (AES CBC with pattern encryption) is the RECOMMENDED encryption method.¶
ToDo - details of how keys are exchanged and license servers signalled.¶
This document creates a new entry in the "MoQ Streaming Format" Registry (see [MoQTransport] Sect 8). The type value is 0x001, the name is "WARP Streaming Format" and the RFC is XXX.¶