Skip to content

Commit 1badc76

Browse files
Merge pull request #28 from ietf-wg-avtcore/25-require-rfc-5761
Require RFC 5761 RTP/RTCP multiplexing
2 parents 3e5f6a5 + d5ec91a commit 1badc76

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

draft-dawkins-avtcore-sdp-roq.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,6 @@ Syntax:
165165

166166
The RoQ flow identifier range is between 0 and 4611686018427387903 (2^62 - 1) (both included). Leading zeroes MUST NOT be used.
167167

168-
### RoQ Flow Identifiers and RTCP {#rctp-quic-flow-id}
169-
170-
Section 3.1.5 of {{!I-D.ietf-avtcore-rtp-over-quic}} points out that RoQ allows RTP and RTCP to be multiplexed on a single RoQ flow identifier, and Section 5.4 of the same specification points out that
171-
172-
> If a receiver sends aggregated RTCP reports for multiple RTP streams, the flow identifier no longer matches the flow identifier for a single RTP stream. Thus the sender always needs to inspect the received RTCP packet independent of the flow identifier used to the RTCP flow to determine to which of the RTP flows the received packets apply.
173-
174-
For this reason, we do not define a separate attribute to provide an indication that a RoQ flow contains RTCP reports, or contains only RTCP reports.
175-
176168
# Special Considerations for Selected SDP Attributes When Using RoQ Transport {#special-cons}
177169

178170
This section does not introduce new SDP attribute extensions, but describes how some existing SDP attribute extensions are reused to describe RoQ media flows.
@@ -198,7 +190,7 @@ Because QUIC itself uses the TLS handshake as described in {{!RFC9001}}, the par
198190

199191
## The SDP "rtcp-mux" Attribute {#rtcp-mux}
200192

201-
{{!I-D.ietf-avtcore-rtp-over-quic}} defines how RTP and RTCP can be multiplexed onto a single QUIC connection. An application that will perform this multiplexing MUST include the "rtcp-mux" attribute defined in {{!RFC5761}} in its SDP signaling.
193+
A RoQ application MUST include the "rtcp-mux" attribute defined in {{!RFC5761}} in its SDP signaling.
202194

203195
# Implementation Topics {#impl-topics}
204196

0 commit comments

Comments
 (0)