@@ -145,9 +145,9 @@ A 4-byte start code can be sent before each NAL Unit, similar to "annexB" format
145145# # MOQ Object Mapping
146146
147147An application object when transported as a {{MoQTransport}} object is composed of
148- a MOQ Object Header, with optional Extensions, and a Payload.
148+ a MOQ Object Header, with optional Extensions, and a Payload.
149149Media objects encoded using the container format defined in this
150- specification populate the MOQ Object Payload with the LOC Payload, and
150+ specification populate the MOQ Object Payload with the LOC Payload, and
151151the MOQ Object Header Extensions with the LOC Header Extensions, as shown below.
152152
153153The LOC Payload is the "internal data" of an EncodedAudioChunk or EncodedVideoChunk.
@@ -178,9 +178,9 @@ LOC Payload = "internal data" of EncodedAudio/VideoChunk
178178
179179The LOC Header Extensions carry optional metadata for the corresponding LOC Payload.
180180The LOC Header Extensions are contained within the MOQ Object Header Extensions.
181- This metadata provides necessary information for
181+ This metadata provides necessary information for
182182end subscribers, relays and other intermediaries
183- to perform their operations without accessing the media payload. For example,
183+ to perform their operations without accessing the media payload. For example,
184184media switches can use this metadata to perform their media switching decisions
185185without accessing the payload which may be encrypted end-to-end
186186(from original publisher to end subscribers).
@@ -236,7 +236,7 @@ significant bits of a varint.
236236
237237* Name: Audio Level
238238* Description: The magnitude of the audio level of the corresponding audio frame
239- as well as a voice activity indicator as defined in section 3 of {{!RFC6464}},
239+ as well as a voice activity indicator as defined in section 3 of {{!RFC6464}},
240240encoded in the least significant 8 bits of a varint.
241241* ID: 6 (IANA, please assign from the MOQ Header Extensions Registry)
242242* Length: Varies (1-2 bytes)
0 commit comments