1 | <?xml version='1.0' encoding='utf-8'?>
|
2 | <!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
|
3 | <?rfc toc="yes" ?>
|
4 | <?rfc strict="yes" ?>
|
5 | <?rfc compact="yes" ?>
|
6 | <?rfc sortrefs="yes" ?>
|
7 | <?rfc symrefs="yes" ?>
|
8 | <rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="std" docName="draft-ietf-avtcore-rtp-multi-stream-optimisation-12" ipr="trust200902" updates="" obsoletes="" submissionType="IETF" xml:lang="en" version="3">
|
9 | <!-- xml2rfc v2v3 conversion 2.23.0 -->
|
10 | <front>
|
11 | <title abbrev="Grouping RTCP Reception Statistics">Sending Multiple RTP
|
12 | Streams in a Single RTP Session: Grouping RTCP Reception Statistics and
|
13 | Other Feedback</title>
|
14 | <seriesInfo name="Internet-Draft" value="draft-ietf-avtcore-rtp-multi-stream-optimisation-12"/>
|
15 | <author fullname="Jonathan Lennox" initials="J." surname="Lennox">
|
16 | <organization abbrev="Vidyo">Vidyo, Inc.</organization>
|
17 | <address>
|
18 | <postal>
|
19 | <street>433 Hackensack Avenue</street>
|
20 | <street>Seventh Floor</street>
|
21 | <city>Hackensack</city>
|
22 | <region>NJ</region>
|
23 | <code>07601</code>
|
24 | <country>US</country>
|
25 | </postal>
|
26 | <email>jonathan@vidyo.com</email>
|
27 | </address>
|
28 | </author>
|
29 | <author fullname="Magnus Westerlund" initials="M." surname="Westerlund">
|
30 | <organization>Ericsson</organization>
|
31 | <address>
|
32 | <postal>
|
33 | <street>Farogatan 2</street>
|
34 | <city>SE-164 80 Kista</city>
|
35 | <country>Sweden</country>
|
36 | </postal>
|
37 | <phone>+46 10 714 82 87</phone>
|
38 | <email>magnus.westerlund@ericsson.com</email>
|
39 | </address>
|
40 | </author>
|
41 | <author fullname="Qin Wu" initials="Q." surname="Wu">
|
42 | <organization>Huawei</organization>
|
43 | <address>
|
44 | <postal>
|
45 | <street>101 Software Avenue, Yuhua District</street>
|
46 | <city>Nanjing, Jiangsu 210012</city>
|
47 | <country>China</country>
|
48 | </postal>
|
49 | <email>bill.wu@huawei.com</email>
|
50 | </address>
|
51 | </author>
|
52 | <author fullname="Colin Perkins" initials="C. " surname="Perkins">
|
53 | <organization>University of Glasgow</organization>
|
54 | <address>
|
55 | <postal>
|
56 | <street>School of Computing Science</street>
|
57 | <city>Glasgow</city>
|
58 | <code>G12 8QQ</code>
|
59 | <country>United Kingdom</country>
|
60 | </postal>
|
61 | <email>csp@csperkins.org</email>
|
62 | </address>
|
63 | </author>
|
64 | <date/>
|
65 | <workgroup>AVTCORE WG</workgroup>
|
66 | <abstract>
|
67 | <t>RTP allows multiple RTP streams to be sent in a single session, but
|
68 | requires each Synchronisation Source (SSRC) to send RTCP reception
|
69 | quality reports for every other SSRC visible in the session. This causes
|
70 | the number of RTCP reception reports to grow with the number of SSRCs,
|
71 | rather than the number of endpoints. In many cases most of these RTCP
|
72 | reception reports are unnecessary, since all SSRCs of an endpoint are
|
73 | normally co-located and see the same reception quality. This memo
|
74 | defines a Reporting Group extension to RTCP to reduce the reporting
|
75 | overhead in such scenarios.</t>
|
76 | </abstract>
|
77 | </front>
|
78 | <middle>
|
79 | <section anchor="introduction" numbered="true" toc="default">
|
80 | <name>Introduction</name>
|
81 | <t>The Real-time Transport Protocol (RTP) <xref target="RFC3550" format="default"/> is a
|
82 | protocol for group communication, supporting multiparty multimedia
|
83 | sessions. A single RTP session can support multiple participants sending
|
84 | at once, and can also support participants sending multiple simultaneous
|
85 | RTP streams. Examples of the latter might include a participant with
|
86 | multiple cameras who chooses to send multiple views of a scene, or a
|
87 | participant that sends audio and video flows multiplexed in a single RTP
|
88 | session. Rules for handling RTP sessions containing multiple RTP streams
|
89 | are described in <xref target="RFC3550" format="default"/> with some clarifications in
|
90 | <xref target="I-D.ietf-avtcore-rtp-multi-stream" format="default"/>.</t>
|
91 | <t>An RTP endpoint will have one or more synchronisation sources
|
92 | (SSRCs). It will have at least one RTP Stream, and thus SSRC, for each
|
93 | media source it sends, and might use multiple SSRCs per media source
|
94 | when using <xref target="RFC6190" format="default">media scalability features</xref>,
|
95 | forward error correction, <xref target="RFC4588" format="default">RTP
|
96 | retransmission</xref>, or similar mechanisms. An endpoint that is not
|
97 | sending any RTP stream, will have at least one SSRC to use for reporting
|
98 | and any feedback messages. Each SSRC has to send RTCP sender reports
|
99 | corresponding to the RTP packets it sends, and receiver reports for
|
100 | traffic it receives. That is, every SSRC will send RTCP packets to
|
101 | report on every other SSRC. This rule is simple, but can be quite
|
102 | inefficient for endpoints that send large numbers of RTP streams in a
|
103 | single RTP session. Consider a session comprising ten participants, each
|
104 | sending three media sources, each with their own RTP stream. There will
|
105 | be 30 SSRCs in such an RTP session, and each of those 30 SSRCs will send
|
106 | an RTCP Sender Report/Receiver Report packet (containing several report
|
107 | blocks) per reporting interval as each SSRC reports on all the others.
|
108 | However, the three SSRCs comprising each participant are commonly
|
109 | co-located such that they see identical reception quality. If there was
|
110 | a way to indicate that several SSRCs are co-located, and see the same
|
111 | reception quality, then two-thirds of those RTCP reports could be
|
112 | suppressed. This would allow the remaining RTCP reports to be sent more
|
113 | often, while keeping within the same RTCP bandwidth fraction.</t>
|
114 | <t>This memo defines such an RTCP extension, RTCP Reporting Groups. This
|
115 | extension is used to indicate the SSRCs that originate from the same
|
116 | endpoint, and therefore have identical reception quality, hence allowing
|
117 | the endpoints to suppress unnecessary RTCP reception quality
|
118 | reports.</t>
|
119 | </section>
|
120 | <section numbered="true" toc="default">
|
121 | <name>Terminology</name>
|
122 | <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
|
123 | "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
|
124 | document are to be interpreted as described in <xref target="RFC2119" format="default"/>.</t>
|
125 | </section>
|
126 | <section anchor="reportgroups" numbered="true" toc="default">
|
127 | <name>RTCP Reporting Groups</name>
|
128 | <t>An RTCP Reporting Group is a set of synchronization sources (SSRCs)
|
129 | that are co-located at a single endpoint (which could be an end host or
|
130 | a middlebox) in an RTP session. Since they are co-located, every SSRC in
|
131 | the RTCP reporting group will have an identical view of the network
|
132 | conditions, and see the same lost packets, jitter, etc. This allows a
|
133 | single representative to send RTCP reception quality reports on behalf
|
134 | of the rest of the reporting group, reducing the number of RTCP packets
|
135 | that need to be sent without loss of information.</t>
|
136 | <section numbered="true" toc="default">
|
137 | <name>Semantics and Behaviour of RTCP Reporting Groups</name>
|
138 | <t>A group of co-located SSRCs that see identical network conditions
|
139 | can form an RTCP reporting group. If reporting groups are in use, an
|
140 | RTP endpoint with multiple SSRCs MAY put those SSRCs into a reporting
|
141 | group if their view of the network is identical; i.e., if they report
|
142 | on traffic received at the same interface of an RTP endpoint. SSRCs
|
143 | with different views of the network MUST NOT be put into the same
|
144 | reporting group.</t>
|
145 | <t>An endpoint that has combined its SSRCs into an RTCP reporting
|
146 | group will choose one (or a subset) of those SSRCs to act as
|
147 | "reporting source(s)" for that RTCP reporting group. A reporting
|
148 | source will send RTCP SR/RR reception quality reports on behalf of the
|
149 | other members of the RTCP reporting group. A reporting source MUST
|
150 | suppress the RTCP SR/RR reports that relate to other members of the
|
151 | reporting group, and only report on remote SSRCs. The other members
|
152 | (non reporting sources) of the RTCP reporting group will suppress
|
153 | their RTCP reception quality reports, and instead send an RTCP RGRS
|
154 | packet (see <xref target="sec-rgrs" format="default"/>) to indicate that they are part
|
155 | of an RTCP reporting group and give the SSRCs of the reporting
|
156 | sources.</t>
|
157 | <t>If there are large numbers of remote SSRCs in the RTP session, then
|
158 | the reception quality reports generated by the reporting source might
|
159 | grow too large to fit into a single compound RTCP packet, forcing the
|
160 | reporting source to use a round-robin policy to determine what remote
|
161 | SSRCs it includes in each compound RTCP packet, and so reducing the
|
162 | frequency of reports on each SSRC. To avoid this, in sessions with
|
163 | large numbers of remote SSRCs, an RTCP reporting group MAY use more
|
164 | than one reporting source. If several SSRCs are acting as reporting
|
165 | sources for an RTCP reporting group, then each reporting source MUST
|
166 | have non-overlapping sets of remote SSRCs it reports on.</t>
|
167 | <t>An endpoint MUST NOT create an RTCP reporting group that comprises
|
168 | only a single local SSRC (i.e., an RTCP reporting group where the
|
169 | reporting source is the only member of the group), unless it is
|
170 | anticipated that the group might have additional SSRCs added to it in
|
171 | the future.</t>
|
172 | <t>If a reporting source leaves the RTP session (i.e., if it sends a
|
173 | RTCP BYE packet, or leaves the session without sending BYE under the
|
174 | rules of <xref target="RFC3550" format="default"/> section 6.3.7), the remaining
|
175 | members of the RTCP reporting group MUST either (a) have another
|
176 | reporting source, if one exists, report on the remote SSRCs the
|
177 | leaving SSRC reported on, (b) choose a new reporting source, or (c)
|
178 | disband the RTCP reporting group and begin sending reception quality
|
179 | reports following <xref target="RFC3550" format="default"/> and <xref target="I-D.ietf-avtcore-rtp-multi-stream" format="default"/>.</t>
|
180 | <t>The RTCP timing rules assign different bandwidth fractions to
|
181 | senders and receivers. This lets senders transmit RTCP reception
|
182 | quality reports more often than receivers. If a reporting source in an
|
183 | RTCP reporting group is a receiver, but one or more non-reporting
|
184 | SSRCs in the RTCP reporting group are senders, then the endpoint MAY
|
185 | treat the reporting source as a sender for the purpose of RTCP
|
186 | bandwidth allocation, increasing its RTCP bandwidth allocation,
|
187 | provided it also treats one of the senders as if it were a receiver
|
188 | and makes the corresponding reduction in RTCP bandwidth for that SSRC.
|
189 | However, the application needs to consider the impact on the frequency
|
190 | of transmitting of the synchronization information included in RTCP
|
191 | Sender Reports.</t>
|
192 | </section>
|
193 | <section numbered="true" toc="default">
|
194 | <name>Identifying Members of an RTCP Reporting Group</name>
|
195 | <t>When RTCP Reporting Groups are in use, the other SSRCs in the RTP
|
196 | session need to be able to identify which SSRCs are members of an RTCP
|
197 | reporting group. Two RTCP extensions are defined to support this: the
|
198 | RTCP RGRP SDES item is used by the reporting source(s) to identify an
|
199 | RTCP reporting group, and the RTCP RGRS packet is used by other
|
200 | members of an RTCP reporting group to identify the reporting
|
201 | source(s).</t>
|
202 | <section anchor="sec-rgrp" numbered="true" toc="default">
|
203 | <name>Definition and Use of the RTCP RGRP SDES Item</name>
|
204 | <t>This document defines a new RTCP SDES item to identify an RTCP
|
205 | reporting group. The motivation for giving a reporting group an
|
206 | identify is to ensure that the RTCP reporting group and its member
|
207 | SSRCs can be correctly associated when there are multiple reporting
|
208 | sources, and to ensure that a reporting SSRC can be associated with
|
209 | the correct reporting group if an SSRC collision occurs.</t>
|
210 | <t>This document defines the RTCP Source Description (SDES) RGRP
|
211 | item. The RTCP SDES RGRP item MUST be sent by the reporting sources
|
212 | in a reporting group, and MUST NOT be sent by other members of the
|
213 | reporting group or by SSRCs that are not members of any RTCP
|
214 | reporting group. Specifically, every reporting source in an RTCP
|
215 | reporting group MUST include an RTCP SDES packet containing an RGRP
|
216 | item in every compound RTCP packet in which it sends an RR or SR
|
217 | packet (i.e., in every RTCP packet it sends, unless <xref target="RFC5506" format="default">Reduced-Size RTCP</xref> is in use).</t>
|
218 | <t>Syntactically, the format of the RTCP SDES RGRP item is identical
|
219 | to that of the <xref target="RFC7022" format="default">RTCP SDES CNAME item</xref>,
|
220 | except that the SDES item type field MUST have value RGRP=(TBA)
|
221 | instead of CNAME=1. The value of the RTCP SDES RGRP item MUST be
|
222 | chosen with the same concerns about global uniqueness and the same
|
223 | privacy considerations as the RTCP SDES CNAME. The value of the RTCP
|
224 | SDES RGRP item MUST be stable throughout the lifetime of the
|
225 | reporting group, even if some or all of the reporting sources change
|
226 | their SSRC due to collisions, or if the set of reporting sources
|
227 | changes.</t>
|
228 | <ul empty="true" spacing="normal">
|
229 | <li>Note to RFC Editor: please replace (TBA) in the above
|
230 | paragraph with the RTCP SDES item type number assigned to the
|
231 | RGRP item, then delete this note.</li>
|
232 | </ul>
|
233 | <t>An RTP mixer or translator that forwards RTCP SR or RR packets
|
234 | from members of a reporting group MUST forward the corresponding
|
235 | RTCP SDES RGRP items as well, even if it otherwise strips SDES items
|
236 | other than the CNAME item.</t>
|
237 | </section>
|
238 | <section anchor="sec-rgrs" numbered="true" toc="default">
|
239 | <name>Definition and Use of the RTCP RGRS Packet</name>
|
240 | <t>A new RTCP packet type is defined to allow the members of an RTCP
|
241 | reporting group to identify the reporting sources for that group.
|
242 | This allows participants in an RTP session to distinguish an SSRC
|
243 | that is sending empty RTCP reception reports because it is a member
|
244 | of an RTCP reporting group, from an SSRC that is sending empty RTCP
|
245 | reception reports because it is not receiving any traffic. It also
|
246 | explicitly identifies the reporting sources, allowing other members
|
247 | of the RTP session to know which SSRCs are acting as the reporting
|
248 | sources for an RTCP reporting group, and allowing them to detect if
|
249 | RTCP packets from any of the reporting sources are being lost.</t>
|
250 | <t>The format of the RTCP RGRS packet is defined below. It comprises
|
251 | the fixed RTCP header that indicates the packet type and length, the
|
252 | SSRC of the packet sender, and a list of reporting sources for the
|
253 | RTCP reporting group of which the packet sender is a member.</t>
|
254 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
255 | 0 1 2 3
|
256 | 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
257 | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
258 | |V=2|P| SC | PT=RGRS(TBA) | length |
|
259 | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
260 | | SSRC of packet sender |
|
261 | +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
|
262 | : List of SSRC(s) for the Reporting Source(s) :
|
263 | : ... :
|
264 | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+]]></artwork>
|
265 | <t>The fields in the RTCP RGRS packet have the following definition:
|
266 | </t>
|
267 | <dl newline="false" spacing="normal">
|
268 | <dt>version (V):</dt>
|
269 | <dd>2 bits unsigned integer. This field
|
270 | identifies the RTP version. The current RTP version is 2.</dd>
|
271 | <dt>padding (P):</dt>
|
272 | <dd>1 bit. If set, the padding bit
|
273 | indicates that the RTCP packet contains additional padding
|
274 | octets at the end that are not part of the control information
|
275 | but are included in the length field. See <xref target="RFC3550" format="default"/>.</dd>
|
276 | <dt>Source Count (SC):</dt>
|
277 | <dd>5 bits unsigned integer.
|
278 | Indicates the number of reporting source SSRCs that are included
|
279 | in this RTCP packet. As the RTCP RGRS packet MUST NOT be not
|
280 | sent by reporting sources, all the SSRCs in the list of
|
281 | reporting sources will be different from the SSRC of the packet
|
282 | sender. Every RTCP RGRS packet MUST contain at least one
|
283 | reporting source SSRC.</dd>
|
284 | <dt>Payload type (PT):</dt>
|
285 | <dd>
|
286 | <t>8 bits unsigned integer. The
|
287 | RTCP packet type number that identifies the packet as being an
|
288 | RTCP RGRS packet. The RGRS RTCP packet has the value [TBA].
|
289 | </t>
|
290 | <ul empty="true" spacing="normal">
|
291 | <li>Note to RFC Editor: please replace [TBA] here, and in the
|
292 | packet format diagram above, with the RTCP packet type that
|
293 | IANA assigns to the RTCP RGRS packet.</li>
|
294 | </ul>
|
295 | </dd>
|
296 | <dt>Length:</dt>
|
297 | <dd>16 bits unsigned integer. The length of
|
298 | this packet in 32-bit words minus one, including the header and
|
299 | any padding. This is in line with the definition of the length
|
300 | field used in RTCP sender and receiver reports <xref target="RFC3550" format="default"/>. Since all RTCP RGRS packets include at least
|
301 | one reporting source SSRC, the length will always be 2 or
|
302 | greater.</dd>
|
303 | <dt>SSRC of packet sender:</dt>
|
304 | <dd>32 bits. The SSRC of the
|
305 | sender of this packet.</dd>
|
306 | <dt>List of SSRCs for the Reporting Source(s):</dt>
|
307 | <dd>A
|
308 | variable length size (as indicated by SC header field) of the 32
|
309 | bit SSRC values of the reporting sources for the RTCP Reporting
|
310 | Group of which the packet sender is a member.</dd>
|
311 | </dl>
|
312 | <t>Every source that belongs to an RTCP reporting group but is not a
|
313 | reporting source MUST include an RTCP RGRS packet in every compound
|
314 | RTCP packet in which it sends an RR or SR packet (i.e., in every
|
315 | RTCP packet it sends, unless <xref target="RFC5506" format="default"> Reduced-Size
|
316 | RTCP</xref> is in use). Each RTCP RGRS packet MUST contain the SSRC
|
317 | identifier of at least one reporting source. If there are more
|
318 | reporting sources in an RTCP reporting group than can fit into an
|
319 | RTCP RGRS packet, the members of that reporting group MUST send the
|
320 | SSRCs of the reporting sources in a round-robin fashion in
|
321 | consecutive RTCP RGRS packets, such that all the SSRCs of the
|
322 | reporting sources are included over the course of several RTCP
|
323 | reporting intervals.</t>
|
324 | <t>An RTP mixer or translator that forwards RTCP SR or RR packets
|
325 | from members of a reporting group MUST also forward the
|
326 | corresponding RGRS RTCP packets. If the RTP mixer or translator
|
327 | rewrites SSRC values of the packets it forwards, it MUST make the
|
328 | corresponding changes to the RTCP RGRS packets.</t>
|
329 | </section>
|
330 | </section>
|
331 | <section numbered="true" toc="default">
|
332 | <name>Interactions with the RTP/AVPF Feedback Profile</name>
|
333 | <t>Use of the RTP/AVPF Feedback Profile <xref target="RFC4585" format="default"/>
|
334 | allows SSRCs to send rapid RTCP feedback requests and codec control
|
335 | messages. If use of the RTP/AVPF profile has been negotiated in an RTP
|
336 | session, members of an RTCP reporting group can send rapid RTCP
|
337 | feedback and codec control messages following <xref target="RFC4585" format="default"/>
|
338 | and <xref target="RFC5104" format="default"/>, as updated by Section 5.4 of <xref target="I-D.ietf-avtcore-rtp-multi-stream" format="default"/>, and by the following
|
339 | considerations.</t>
|
340 | <t>The members of an RTCP reporting group will all see identical
|
341 | network conditions. Accordingly, one might therefore think that it
|
342 | doesn't matter which SSRC in the reporting group sends the RTP/AVPF
|
343 | feedback or codec control messages. There might be, however, cases
|
344 | where the sender of the feedback/codec control message has semantic
|
345 | importance, or when only a subset of the members of an RTCP reporting
|
346 | group might want to send RTP/AVPF feedback or a codec control message
|
347 | in response to a particular event. For example, an RTP video sender
|
348 | might choose to treat packet loss feedback received from SSRCs known
|
349 | to be audio receivers with less urgency than feedback that it receives
|
350 | from video receivers when deciding what packets to retransmit, and a
|
351 | multimedia receiver using reporting groups might want to choose the
|
352 | outgoing SSRC for feedback packets to reflect this.</t>
|
353 | <t>Each member of an RTCP reporting group SHOULD therefore send
|
354 | RTP/AVPF feedback/codec control messages independently of the other
|
355 | members of the reporting group, to respect the semantic meaning of the
|
356 | message sender. The suppression rules of <xref target="RFC4585" format="default"/> will
|
357 | ensure that only a single copy of each feedback packet is (typically)
|
358 | generated, even if several members of a reporting group send the same
|
359 | feedback. When an endpoint knows that several members of its RTCP
|
360 | reporting group will be sending identical feedback, and that the
|
361 | sender of the feedback is not semantically important, then that
|
362 | endpoint MAY choose to send all its feedback from the reporting source
|
363 | and deterministically suppress feedback packets generated by the other
|
364 | sources in the reporting group.</t>
|
365 | <t>It is important to note that the RTP/AVPF timing rules operate on a
|
366 | per-SSRC basis. Using a single reporting source to send all feedback
|
367 | for a reporting group will hence limit the amount of feedback that can
|
368 | be sent to that which can be sent by one SSRC. If this limit is a
|
369 | problem, then the reporting group can allow each of its members to
|
370 | send its own feedback, using its own SSRC.</t>
|
371 | <t>If the RTP/AVPF feedback messages or codec control requests are
|
372 | sent as compound RTCP packets, then those compound RTCP packets MUST
|
373 | include either an RTCP RGRS packet or an RTCP SDES RGRP item,
|
374 | depending on whether they are sent by the reporting source or a
|
375 | non-reporting source in the RTCP reporting group respectively. The
|
376 | contents of non-compound RTCP feedback or codec control messages are
|
377 | not affected by the use of RTCP reporting groups.</t>
|
378 | </section>
|
379 | <section numbered="true" toc="default">
|
380 | <name>Interactions with RTCP Extended Report (XR) Packets</name>
|
381 | <t>When using RTCP Extended Reports (XR) <xref target="RFC3611" format="default"/> with
|
382 | RTCP reporting groups, it is RECOMMENDED that the reporting source is
|
383 | used to send the RTCP XR packets. If multiple reporting sources are in
|
384 | use, the reporting source that sends the SR/RR packets that relate to
|
385 | a particular remote SSRC SHOULD send the RTCP XR reports about that
|
386 | SSRC. This is motivated as one commonly combine the RTCP XR metrics
|
387 | with the regular report block to more fully understand the situation.
|
388 | Receiving these blocks in different compound packets reduces their
|
389 | value as the measuring intervals are not synchronized in those
|
390 | cases.</t>
|
391 | <t>Some RTCP XR report blocks are specific to particular types of
|
392 | media, and might be relevant to only some members of a reporting
|
393 | group. For example, it would make no sense for an SSRC that is
|
394 | receiving video to send a VoIP metric RTCP XR report block. Such media
|
395 | specific RTCP XR report blocks MUST be sent by the SSRC to which they
|
396 | are relevant, and MUST NOT be included in the common report sent by
|
397 | the reporting source. This might mean that some SSRCs send RTCP XR
|
398 | packets in compound RTCP packets that contain an empty RTCP SR/RR
|
399 | packet, and that the time period covered by the RTCP XR packet is
|
400 | different to that covered by the RTCP SR/RR packet. If it is important
|
401 | that the RTCP XR packet and RTCP SR/RR packet cover the same time
|
402 | period, then that source SHOULD be removed from the RTCP reporting
|
403 | group, and send standard RTCP packets instead.</t>
|
404 | </section>
|
405 | <section numbered="true" toc="default">
|
406 | <name>Middlebox Considerations</name>
|
407 | <t>Many different types of middlebox are used with RTP. RTCP reporting
|
408 | groups are potentially relevant to those types of RTP middlebox that
|
409 | have their own SSRCs and generate RTCP reports for the traffic they
|
410 | receive. RTP middleboxes that do not have their own SSRC, and that
|
411 | don't send RTCP reports on the traffic they receive, cannot use the
|
412 | RTCP reporting groups extension, since they generate no RTCP reports
|
413 | to group.</t>
|
414 | <t>An RTP middlebox that has several SSRCs of its own can use the RTCP
|
415 | reporting groups extension to group the RTCP reports it generates.
|
416 | This can occur, for example, if a middlebox is acting as an RTP mixer
|
417 | for both audio and video flows that are multiplexed onto a single RTP
|
418 | session, where the middlebox has one SSRC for the audio mixer and one
|
419 | for the video mixer part, and when the middlebox wants to avoid cross
|
420 | reporting between audio and video.</t>
|
421 | <t>A middlebox cannot use the RTCP reporting groups extension to group
|
422 | RTCP packets from the SSRCs that it is forwarding. It can, however,
|
423 | group the RTCP packets from the SSRCs it is forwarding into compound
|
424 | RTCP packets following the rules in Section 6.1 of <xref target="RFC3550" format="default"/> and Section 5.3 of <xref target="I-D.ietf-avtcore-rtp-multi-stream" format="default"/>. If the middlebox is
|
425 | using RTCP reporting groups for its own SSRCs, it MAY include RTCP
|
426 | packets from the SSRCs that it is forwarding as part of the compound
|
427 | RTCP packets its reporting source generates.</t>
|
428 | <t>A middlebox that forwards RTCP SR or RR packets sent by members of
|
429 | a reporting group MUST forward the corresponding RTCP SDES RGRP items,
|
430 | as described in <xref target="sec-rgrp" format="default"/>. A middlebox that forwards
|
431 | RTCP SR or RR packets sent by member of a reporting group MUST also
|
432 | forward the corresponding RTCP RGRS packets, as described in <xref target="sec-rgrs" format="default"/>. Failure to forward these packets can cause
|
433 | compatibility problems, as described in <xref target="compat" format="default"/>.</t>
|
434 | <t>If a middlebox rewrites SSRC values in the RTP and RTCP packets
|
435 | that it is forwarding, then it MUST make the corresponding changes in
|
436 | RTCP SDES packets containing RGRP items and in RTCP RGRS packets, to
|
437 | allow them to be associated with the rewritten SSRCs.</t>
|
438 | </section>
|
439 | <section anchor="sdp" numbered="true" toc="default">
|
440 | <name>SDP Signalling for Reporting Groups</name>
|
441 | <t>This document defines the "a=rtcp-rgrp" <xref target="RFC4566" format="default">Session Description Protocol (SDP)</xref> attribute
|
442 | to indicate if the session participant is capable of supporting RTCP
|
443 | Reporting Groups for applications that use SDP for configuration of
|
444 | RTP sessions. It is a property attribute, and hence takes no value.
|
445 | The <xref target="I-D.ietf-mmusic-sdp-mux-attributes" format="default">multiplexing
|
446 | category</xref> is IDENTICAL, as the functionality applies on RTP
|
447 | session level. A participant that proposes the use of RTCP Reporting
|
448 | Groups SHALL itself support the reception of RTCP Reporting Groups.
|
449 | The formal definition of this attribute is:</t>
|
450 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
451 | Name: rtcp-rgrp
|
452 | Value:
|
453 | Usage Level: session, media
|
454 | Charset Dependent: no
|
455 | Example:
|
456 | a=rtcp-rgrp
|
457 | ]]></artwork>
|
458 | <t>When using SDP Offer/Answer <xref target="RFC3264" format="default"/>, the following
|
459 | procedures are to be used: </t>
|
460 | <ul spacing="normal">
|
461 | <li>Generating the initial SDP offer: If the offerer supports the
|
462 | RTCP reporting group extensions, and is willing to accept RTCP
|
463 | packets containing those extensions, then it MUST include an
|
464 | "a=rtcp-rgrp" attribute in the initial offer. If the offerer does
|
465 | not support RTCP reporting groups extensions, or is not willing to
|
466 | accept RTCP packets containing those extensions, then it MUST NOT
|
467 | include the "a=rtcp-rgrp" attribute in the offer.</li>
|
468 | <li>Generating the SDP answer: If the SDP offer contains an
|
469 | "a=rtcp-rgrp" attribute, and if the answerer supports RTCP
|
470 | reporting groups and is willing to receive RTCP packets using the
|
471 | RTCP reporting groups extensions, then the answerer MAY include an
|
472 | "a=rtcp-rgrp" attribute in the answer and MAY send RTCP packets
|
473 | containing the RTCP reporting groups extensions. If the offer does
|
474 | not contain an "a=rtcp-rgrp" attribute, or if the offer does
|
475 | contain such an attribute but the answerer does not wish to accept
|
476 | RTCP packets using the RTCP reporting groups extensions, then the
|
477 | answer MUST NOT include an "a=rtcp-rgrp" attribute.</li>
|
478 | <li>Offerer Processing of the SDP Answer: If the SDP answer
|
479 | contains an "a=rtcp-rgrp" attribute, and the corresponding offer
|
480 | also contained an "a=rtcp-rgrp" attribute, then the offerer MUST
|
481 | be prepared to accept and process RTCP packets that contain the
|
482 | reporting groups extension, and MAY send RTCP packets that contain
|
483 | the reporting groups extension. If the SDP answer contains an
|
484 | "a=rtcp-rgrp" attribute, but the corresponding offer did not
|
485 | contain the "a=rtcp-rgrp" attribute, then the offerer MUST reject
|
486 | the call. If the SDP answer does not contain an "a=rtcp-rgrp"
|
487 | attribute, then the offerer MUST NOT send packets containing the
|
488 | RTCP reporting groups extensions, and does not need to process
|
489 | packet containing the RTCP reporting groups extensions.</li>
|
490 | </ul>
|
491 | <t>In declarative usage of SDP, such as the <xref target="RFC2326" format="default">Real Time Streaming Protocol (RTSP)</xref> and the
|
492 | <xref target="RFC2974" format="default">Session Announcement Protocol (SAP)</xref>, the
|
493 | presence of the attribute indicates that the session participant MAY
|
494 | use RTCP Reporting Groups in its RTCP transmissions. An implementation
|
495 | that doesn't explicitly support RTCP Reporting Groups MAY join a RTP
|
496 | session as long as it has been verified that the implementation
|
497 | doesn't suffer from the problems discussed in <xref target="compat" format="default"/>.</t>
|
498 | </section>
|
499 | </section>
|
500 | <section numbered="true" toc="default">
|
501 | <name>Properties of RTCP Reporting Groups</name>
|
502 | <t>This section provides additional information on what the resulting
|
503 | properties are with the design specified in <xref target="reportgroups" format="default"/>. The content of this section is
|
504 | non-normative.</t>
|
505 | <section anchor="reportgroups-bw" numbered="true" toc="default">
|
506 | <name>Bandwidth Benefits of RTCP Reporting Groups</name>
|
507 | <t>To understand the benefits of RTCP reporting groups, consider a
|
508 | scenario in which the two endpoints in a session each have a hundred
|
509 | sources, of which eight each are sending within any given reporting
|
510 | interval.</t>
|
511 | <t>For ease of analysis, we can make the simplifying approximation
|
512 | that the duration of the RTCP reporting interval is equal to the total
|
513 | size of the RTCP packets sent during an RTCP interval, divided by the
|
514 | RTCP bandwidth. (This will be approximately true in scenarios where
|
515 | the bandwidth is not so high that the minimum RTCP interval is
|
516 | reached.) For further simplification, we can assume RTCP senders are
|
517 | following the recommendations regarding Compound RTCP Packets in <xref target="I-D.ietf-avtcore-rtp-multi-stream" format="default"/>; thus, the per-packet
|
518 | transport-layer overhead will be small relative to the RTCP data.
|
519 | Thus, only the actual RTCP data itself need be considered.</t>
|
520 | <t>In a report interval in this scenario, there will, as a baseline,
|
521 | be 200 SDES packets, 184 RR packets, and 16 SR packets. This amounts
|
522 | to approximately 6.5 kB of RTCP per report interval, assuming 16-byte
|
523 | CNAMEs and no other SDES information.</t>
|
524 | <t>Using the original <xref target="RFC3550" format="default"/>
|
525 | everyone-reports-on-every-sender feedback rules, each of the 184
|
526 | receivers will send 16 report blocks, and each of the 16 senders will
|
527 | send 15. This amounts to approximately 76 kB of report block traffic
|
528 | per interval; 92% of RTCP traffic consists of report blocks.</t>
|
529 | <t>If reporting groups are used, however, there is only 0.4 kB of
|
530 | reports per interval, with no loss of useful information.
|
531 | Additionally, there will be (assuming 16-byte RGRPs, and a single
|
532 | reporting source per reporting group) an additional 2.4 kB per cycle
|
533 | of RGRP SDES items and RGRS packets. Put another way, the unmodified
|
534 | <xref target="RFC3550" format="default"/> reporting interval is approximately 9 times
|
535 | longer than if reporting groups are in use.</t>
|
536 | </section>
|
537 | <section anchor="compat" numbered="true" toc="default">
|
538 | <name>Compatibility of RTCP Reporting Groups</name>
|
539 | <t>The RTCP traffic generated by receivers using RTCP Reporting Groups
|
540 | might appear, to observers unaware of these semantics, to be generated
|
541 | by receivers who are experiencing a network disconnection, as the
|
542 | non-reporting sources appear not to be receiving a given sender at
|
543 | all.</t>
|
544 | <t>This could be a potentially critical problem for such a sender
|
545 | using RTCP for congestion control, as such a sender might think that
|
546 | it is sending so much traffic that it is causing complete congestion
|
547 | collapse.</t>
|
548 | <t>However, such an interpretation of the session statistics would
|
549 | require a fairly sophisticated RTCP analysis. Any receiver of RTCP
|
550 | statistics which is just interested in information about itself needs
|
551 | to be prepared that any given reception report might not contain
|
552 | information about a specific media source, because reception reports
|
553 | in large conferences can be round-robined.</t>
|
554 | <t>Thus, it is unclear to what extent such backward compatibility
|
555 | issues would actually cause trouble in practice.</t>
|
556 | </section>
|
557 | </section>
|
558 | <section numbered="true" toc="default">
|
559 | <name>Security Considerations</name>
|
560 | <t>The security considerations of <xref target="RFC3550" format="default"/> and <xref target="I-D.ietf-avtcore-rtp-multi-stream" format="default"/> apply. If the RTP/AVPF
|
561 | profile is in use, then the security considerations of <xref target="RFC4585" format="default"/> (and <xref target="RFC5104" format="default"/>, if used) also apply.
|
562 | If RTCP XR is used, the security consideration of <xref target="RFC3611" format="default"/> and any XR report blocks used also apply.</t>
|
563 | <t>The RTCP SDES RGRP item is vulnerable to malicious modifications
|
564 | unless integrity protected is used. A modification of this item's length
|
565 | field cause the parsing of the RTCP packet in which it is contained to
|
566 | fail. Depending on the implementation, parsing of the full compound RTCP
|
567 | packet can also fail causing the whole packet to be discarded. A
|
568 | modification to the value of this SDES item would make the receiver of
|
569 | the report think that the sender of the report was a member of a
|
570 | different RTCP reporting group. This will potentially create an
|
571 | inconsistency, when the RGRS reports the source as being in the same
|
572 | reporting group as another source with another reporting group
|
573 | identifier. What impact on a receiver implementation such
|
574 | inconsistencies would have are difficult to fully predict. One case is
|
575 | when congestion control or other adaptation mechanisms are used, an
|
576 | inconsistent report can result in a media sender to reduce its bit-rate.
|
577 | However, a direct modification of the receiver report or a feedback
|
578 | message itself would be a more efficient attack, and equally costly to
|
579 | perform.</t>
|
580 | <t>The new RGRS RTCP Packet type is very simple. The common RTCP packet
|
581 | type header shares the security risks with previous RTCP packet types.
|
582 | Errors or modification of the length field can cause the full compound
|
583 | packet to fail header validation (see Appendix A.2 in <xref target="RFC3550" format="default"/>) resulting in the whole compound RTCP packet being
|
584 | discarded. Modification of the SC or P fields would cause inconsistency
|
585 | when processing the RTCP packet, likely resulting it being classified as
|
586 | invalid. A modification of the PT field would cause the packet being
|
587 | interpreted under some other packet type's rules. In such case the
|
588 | result might be more or less predictable but packet type specific.
|
589 | Modification of the SSRC of packet sender would attribute this packet to
|
590 | another sender. Resulting in a receiver believing the reporting group
|
591 | applies also for this SSRC, if it exists. If it doesn't exist, unless
|
592 | also corresponding modifications are done on a SR/RR packet and a SDES
|
593 | packet the RTCP packet SHOULD be discarded. If consistent changes are
|
594 | done, that could be part of a resource exhaustion attack on a receiver
|
595 | implementation. Modification of the "List of SSRCs for the Reporting
|
596 | Source(s)" would change the SSRC the receiver expect to report on behalf
|
597 | of this SSRC. If that SSRC exist, that could potentially change the
|
598 | report group used for this SSRC. A change to another reporting group
|
599 | belonging to another endpoint is likely detectable as there would be a
|
600 | mismatch between the SSRC of the packet sender's endpoint information,
|
601 | transport addresses, SDES CNAME etc and the corresponding information
|
602 | from the reporting group indicated.</t>
|
603 | <t>In general the reporting group is providing limited impacts attacks.
|
604 | The most significant result from an deliberate attack would be to cause
|
605 | the information to be discarded or be inconsistent, including discard of
|
606 | all RTCP packets that are modified. This causes a lack of information at
|
607 | any receiver entity, possibly disregarding the endpoints participation
|
608 | in the session.</t>
|
609 | <t>To protect against this type of attacks from external non trusted
|
610 | entities, integrity and source authentication SHOULD be applied. This
|
611 | can be done, for example, by using <xref target="RFC3711" format="default">SRTP</xref>
|
612 | with appropriate key-management, other options exist as discussed in
|
613 | <xref target="RFC7201" format="default">RTP Security Options</xref>.</t>
|
614 | <t>The Report Group Identifier has a potential privacy impacting
|
615 | properties. If this would be generated by an implementation in such a
|
616 | way that is long term stable or predictable, it could be used for
|
617 | tracking a particular end-point. Therefore it is RECOMMENDED that it be
|
618 | generated as a short-term persistent RGRP, following the rules for
|
619 | short-term persistent CNAMEs in <xref target="RFC7022" format="default"/>. The rest of
|
620 | the information revealed, i.e. the SSRCs, the size of reporting group
|
621 | and the number of reporting sources in a reporting group is of less
|
622 | sensitive nature, considering that the SSRCs and the communication would
|
623 | anyway be revealed without this extension. By encrypting the report
|
624 | group extensions the SSRC values would preserved confidential, but can
|
625 | still be revealed if <xref target="RFC3711" format="default">SRTP</xref> is used. The
|
626 | size of the reporting groups and number of reporting sources are likely
|
627 | determinable from analysis of the packet pattern and sizes. However,
|
628 | this information appears to have limited value.</t>
|
629 | </section>
|
630 | <section numbered="true" toc="default">
|
631 | <name>IANA Considerations</name>
|
632 | <t>(Note to the RFC-Editor: in the following, please replace "TBA" with
|
633 | the IANA-assigned value, and "XXXX" with the number of this document,
|
634 | then delete this note)</t>
|
635 | <t>The IANA is requested to register one new RTCP SDES items in the
|
636 | "RTCP SDES Item Types" registry, as follows:</t>
|
637 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
638 | Value Abbrev Name Reference
|
639 | TBA RGRP Reporting Group Identifier [RFCXXXX]
|
640 | ]]></artwork>
|
641 | <t>The definition of the RTCP SDES RGRP item is given in <xref target="sec-rgrp" format="default"/> of this memo.</t>
|
642 | <t>The IANA is also requested to register one new RTCP packet type in
|
643 | the "RTCP Control Packet Types (PT)" Registry as follows:</t>
|
644 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
645 | Value Abbrev Name Reference
|
646 | TBA RGRS Reporting Group Reporting Sources [RFCXXXX]
|
647 | ]]></artwork>
|
648 | <t>The definition of the RTCP RGRS packet type is given in <xref target="sec-rgrs" format="default"/> of this memo.</t>
|
649 | <t>The IANA is also requested to register one new SDP attribute:</t>
|
650 | <artwork name="" type="" align="left" alt=""><![CDATA[
|
651 | SDP Attribute ("att-field"):
|
652 | Attribute name: rtcp-rgrp
|
653 | Long form: RTCP Reporting Groups
|
654 | Type of name: att-field
|
655 | Type of attribute: Media or session level
|
656 | Subject to charset: No
|
657 | Purpose: Negotiate or configure the use of the RTCP
|
658 | Reporting Group Extension.
|
659 | Reference: [RFCXXXX]
|
660 | Values: None
|
661 | ]]></artwork>
|
662 | <t>The definition of the "a=rtcp-rgrp" SDES attribute is given in <xref target="sdp" format="default"/> of this memo.</t>
|
663 | </section>
|
664 | </middle>
|
665 | <back>
|
666 | <references>
|
667 | <name>References</name>
|
668 | <references>
|
669 | <name>Normative References</name>
|
670 | <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
|
671 | <front>
|
672 | <title>Key words for use in RFCs to Indicate Requirement Levels</title>
|
673 | <seriesInfo name="DOI" value="10.17487/RFC2119"/>
|
674 | <seriesInfo name="RFC" value="2119"/>
|
675 | <seriesInfo name="BCP" value="14"/>
|
676 | <author initials="S." surname="Bradner" fullname="S. Bradner">
|
677 | <organization/>
|
678 | </author>
|
679 | <date year="1997" month="March"/>
|
680 | <abstract>
|
681 | <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
|
682 | </abstract>
|
683 | </front>
|
684 | </reference>
|
685 | <reference anchor="RFC3264" target="https://www.rfc-editor.org/info/rfc3264">
|
686 | <front>
|
687 | <title>An Offer/Answer Model with Session Description Protocol (SDP)</title>
|
688 | <seriesInfo name="DOI" value="10.17487/RFC3264"/>
|
689 | <seriesInfo name="RFC" value="3264"/>
|
690 | <author initials="J." surname="Rosenberg" fullname="J. Rosenberg">
|
691 | <organization/>
|
692 | </author>
|
693 | <author initials="H." surname="Schulzrinne" fullname="H. Schulzrinne">
|
694 | <organization/>
|
695 | </author>
|
696 | <date year="2002" month="June"/>
|
697 | <abstract>
|
698 | <t>This document defines a mechanism by which two entities can make use of the Session Description Protocol (SDP) to arrive at a common view of a multimedia session between them. In the model, one participant offers the other a description of the desired session from their perspective, and the other participant answers with the desired session from their perspective. This offer/answer model is most useful in unicast sessions where information from both participants is needed for the complete view of the session. The offer/answer model is used by protocols like the Session Initiation Protocol (SIP). [STANDARDS-TRACK]</t>
|
699 | </abstract>
|
700 | </front>
|
701 | </reference>
|
702 | <reference anchor="RFC3550" target="https://www.rfc-editor.org/info/rfc3550">
|
703 | <front>
|
704 | <title>RTP: A Transport Protocol for Real-Time Applications</title>
|
705 | <seriesInfo name="DOI" value="10.17487/RFC3550"/>
|
706 | <seriesInfo name="RFC" value="3550"/>
|
707 | <seriesInfo name="STD" value="64"/>
|
708 | <author initials="H." surname="Schulzrinne" fullname="H. Schulzrinne">
|
709 | <organization/>
|
710 | </author>
|
711 | <author initials="S." surname="Casner" fullname="S. Casner">
|
712 | <organization/>
|
713 | </author>
|
714 | <author initials="R." surname="Frederick" fullname="R. Frederick">
|
715 | <organization/>
|
716 | </author>
|
717 | <author initials="V." surname="Jacobson" fullname="V. Jacobson">
|
718 | <organization/>
|
719 | </author>
|
720 | <date year="2003" month="July"/>
|
721 | <abstract>
|
722 | <t>This memorandum describes RTP, the real-time transport protocol. RTP provides end-to-end network transport functions suitable for applications transmitting real-time data, such as audio, video or simulation data, over multicast or unicast network services. RTP does not address resource reservation and does not guarantee quality-of- service for real-time services. The data transport is augmented by a control protocol (RTCP) to allow monitoring of the data delivery in a manner scalable to large multicast networks, and to provide minimal control and identification functionality. RTP and RTCP are designed to be independent of the underlying transport and network layers. The protocol supports the use of RTP-level translators and mixers. Most of the text in this memorandum is identical to RFC 1889 which it obsoletes. There are no changes in the packet formats on the wire, only changes to the rules and algorithms governing how the protocol is used. The biggest change is an enhancement to the scalable timer algorithm for calculating when to send RTCP packets in order to minimize transmission in excess of the intended rate when many participants join a session simultaneously. [STANDARDS-TRACK]</t>
|
723 | </abstract>
|
724 | </front>
|
725 | </reference>
|
726 | <reference anchor="RFC4566" target="https://www.rfc-editor.org/info/rfc4566">
|
727 | <front>
|
728 | <title>SDP: Session Description Protocol</title>
|
729 | <seriesInfo name="DOI" value="10.17487/RFC4566"/>
|
730 | <seriesInfo name="RFC" value="4566"/>
|
731 | <author initials="M." surname="Handley" fullname="M. Handley">
|
732 | <organization/>
|
733 | </author>
|
734 | <author initials="V." surname="Jacobson" fullname="V. Jacobson">
|
735 | <organization/>
|
736 | </author>
|
737 | <author initials="C." surname="Perkins" fullname="C. Perkins">
|
738 | <organization/>
|
739 | </author>
|
740 | <date year="2006" month="July"/>
|
741 | <abstract>
|
742 | <t>This memo defines the Session Description Protocol (SDP). SDP is intended for describing multimedia sessions for the purposes of session announcement, session invitation, and other forms of multimedia session initiation. [STANDARDS-TRACK]</t>
|
743 | </abstract>
|
744 | </front>
|
745 | </reference>
|
746 | <reference anchor="RFC7022" target="https://www.rfc-editor.org/info/rfc7022">
|
747 | <front>
|
748 | <title>Guidelines for Choosing RTP Control Protocol (RTCP) Canonical Names (CNAMEs)</title>
|
749 | <seriesInfo name="DOI" value="10.17487/RFC7022"/>
|
750 | <seriesInfo name="RFC" value="7022"/>
|
751 | <author initials="A." surname="Begen" fullname="A. Begen">
|
752 | <organization/>
|
753 | </author>
|
754 | <author initials="C." surname="Perkins" fullname="C. Perkins">
|
755 | <organization/>
|
756 | </author>
|
757 | <author initials="D." surname="Wing" fullname="D. Wing">
|
758 | <organization/>
|
759 | </author>
|
760 | <author initials="E." surname="Rescorla" fullname="E. Rescorla">
|
761 | <organization/>
|
762 | </author>
|
763 | <date year="2013" month="September"/>
|
764 | <abstract>
|
765 | <t>The RTP Control Protocol (RTCP) Canonical Name (CNAME) is a persistent transport-level identifier for an RTP endpoint. While the Synchronization Source (SSRC) identifier of an RTP endpoint may change if a collision is detected or when the RTP application is restarted, its RTCP CNAME is meant to stay unchanged, so that RTP endpoints can be uniquely identified and associated with their RTP media streams.</t>
|
766 | <t>For proper functionality, RTCP CNAMEs should be unique within the participants of an RTP session. However, the existing guidelines for choosing the RTCP CNAME provided in the RTP standard (RFC 3550) are insufficient to achieve this uniqueness. RFC 6222 was published to update those guidelines to allow endpoints to choose unique RTCP CNAMEs. Unfortunately, later investigations showed that some parts of the new algorithms were unnecessarily complicated and/or ineffective. This document addresses these concerns and replaces RFC 6222.</t>
|
767 | </abstract>
|
768 | </front>
|
769 | </reference>
|
770 | <reference anchor="I-D.ietf-avtcore-rtp-multi-stream" target="http://www.ietf.org/internet-drafts/draft-ietf-avtcore-rtp-multi-stream-11.txt">
|
771 | <front>
|
772 | <title>Sending Multiple RTP Streams in a Single RTP Session</title>
|
773 | <seriesInfo name="Internet-Draft" value="draft-ietf-avtcore-rtp-multi-stream-11"/>
|
774 | <author initials="J" surname="Lennox" fullname="Jonathan Lennox">
|
775 | <organization/>
|
776 | </author>
|
777 | <author initials="M" surname="Westerlund" fullname="Magnus Westerlund">
|
778 | <organization/>
|
779 | </author>
|
780 | <author initials="Q" surname="Wu" fullname="Qin Wu">
|
781 | <organization/>
|
782 | </author>
|
783 | <author initials="C" surname="Perkins" fullname="Colin Perkins">
|
784 | <organization/>
|
785 | </author>
|
786 | <date month="December" day="11" year="2015"/>
|
787 | <abstract>
|
788 | <t>This memo expands and clarifies the behaviour of Real-time Transport Protocol (RTP) endpoints that use multiple synchronization sources (SSRCs). This occurs, for example, when an endpoint sends multiple RTP streams in a single RTP session. This memo updates RFC 3550 with regards to handling multiple SSRCs per endpoint in RTP sessions, with a particular focus on RTCP behaviour. It also updates RFC 4585 to update and clarify the calculation of the timeout of SSRCs and the inclusion of feedback messages.</t>
|
789 | </abstract>
|
790 | </front>
|
791 | </reference>
|
792 | <reference anchor="I-D.ietf-mmusic-sdp-mux-attributes" target="http://www.ietf.org/internet-drafts/draft-ietf-mmusic-sdp-mux-attributes-17.txt">
|
793 | <front>
|
794 | <title>A Framework for SDP Attributes when Multiplexing</title>
|
795 | <seriesInfo name="Internet-Draft" value="draft-ietf-mmusic-sdp-mux-attributes-17"/>
|
796 | <author initials="S" surname="Nandakumar" fullname="Suhas Nandakumar">
|
797 | <organization/>
|
798 | </author>
|
799 | <date month="February" day="28" year="2018"/>
|
800 | <abstract>
|
801 | <t>The purpose of this specification is to provide a framework for analyzing the multiplexing characteristics of Session Description Protocol (SDP) attributes when SDP is used to negotiate the usage of single 5-tuple for sending and receiving media associated with multiple media descriptions. This specification also categorizes the existing SDP attributes based on the framework described herein.</t>
|
802 | </abstract>
|
803 | </front>
|
804 | </reference>
|
805 | </references>
|
806 | <references>
|
807 | <name>Informative References</name>
|
808 | <reference anchor="RFC2326" target="https://www.rfc-editor.org/info/rfc2326">
|
809 | <front>
|
810 | <title>Real Time Streaming Protocol (RTSP)</title>
|
811 | <seriesInfo name="DOI" value="10.17487/RFC2326"/>
|
812 | <seriesInfo name="RFC" value="2326"/>
|
813 | <author initials="H." surname="Schulzrinne" fullname="H. Schulzrinne">
|
814 | <organization/>
|
815 | </author>
|
816 | <author initials="A." surname="Rao" fullname="A. Rao">
|
817 | <organization/>
|
818 | </author>
|
819 | <author initials="R." surname="Lanphier" fullname="R. Lanphier">
|
820 | <organization/>
|
821 | </author>
|
822 | <date year="1998" month="April"/>
|
823 | <abstract>
|
824 | <t>The Real Time Streaming Protocol, or RTSP, is an application-level protocol for control over the delivery of data with real-time properties. RTSP provides an extensible framework to enable controlled, on-demand delivery of real-time data, such as audio and video. [STANDARDS-TRACK]</t>
|
825 | </abstract>
|
826 | </front>
|
827 | </reference>
|
828 | <reference anchor="RFC2974" target="https://www.rfc-editor.org/info/rfc2974">
|
829 | <front>
|
830 | <title>Session Announcement Protocol</title>
|
831 | <seriesInfo name="DOI" value="10.17487/RFC2974"/>
|
832 | <seriesInfo name="RFC" value="2974"/>
|
833 | <author initials="M." surname="Handley" fullname="M. Handley">
|
834 | <organization/>
|
835 | </author>
|
836 | <author initials="C." surname="Perkins" fullname="C. Perkins">
|
837 | <organization/>
|
838 | </author>
|
839 | <author initials="E." surname="Whelan" fullname="E. Whelan">
|
840 | <organization/>
|
841 | </author>
|
842 | <date year="2000" month="October"/>
|
843 | <abstract>
|
844 | <t>This document describes version 2 of the multicast session directory announcement protocol, Session Announcement Protocol (SAP), and the related issues affecting security and scalability that should be taken into account by implementors. This memo defines an Experimental Protocol for the Internet community.</t>
|
845 | </abstract>
|
846 | </front>
|
847 | </reference>
|
848 | <reference anchor="RFC3611" target="https://www.rfc-editor.org/info/rfc3611">
|
849 | <front>
|
850 | <title>RTP Control Protocol Extended Reports (RTCP XR)</title>
|
851 | <seriesInfo name="DOI" value="10.17487/RFC3611"/>
|
852 | <seriesInfo name="RFC" value="3611"/>
|
853 | <author initials="T." surname="Friedman" fullname="T. Friedman" role="editor">
|
854 | <organization/>
|
855 | </author>
|
856 | <author initials="R." surname="Caceres" fullname="R. Caceres" role="editor">
|
857 | <organization/>
|
858 | </author>
|
859 | <author initials="A." surname="Clark" fullname="A. Clark" role="editor">
|
860 | <organization/>
|
861 | </author>
|
862 | <date year="2003" month="November"/>
|
863 | <abstract>
|
864 | <t>This document defines the Extended Report (XR) packet type for the RTP Control Protocol (RTCP), and defines how the use of XR packets can be signaled by an application if it employs the Session Description Protocol (SDP). XR packets are composed of report blocks, and seven block types are defined here. The purpose of the extended reporting format is to convey information that supplements the six statistics that are contained in the report blocks used by RTCP's Sender Report (SR) and Receiver Report (RR) packets. Some applications, such as multicast inference of network characteristics (MINC) or voice over IP (VoIP) monitoring, require other and more detailed statistics. In addition to the block types defined here, additional block types may be defined in the future by adhering to the framework that this document provides.</t>
|
865 | </abstract>
|
866 | </front>
|
867 | </reference>
|
868 | <reference anchor="RFC3711" target="https://www.rfc-editor.org/info/rfc3711">
|
869 | <front>
|
870 | <title>The Secure Real-time Transport Protocol (SRTP)</title>
|
871 | <seriesInfo name="DOI" value="10.17487/RFC3711"/>
|
872 | <seriesInfo name="RFC" value="3711"/>
|
873 | <author initials="M." surname="Baugher" fullname="M. Baugher">
|
874 | <organization/>
|
875 | </author>
|
876 | <author initials="D." surname="McGrew" fullname="D. McGrew">
|
877 | <organization/>
|
878 | </author>
|
879 | <author initials="M." surname="Naslund" fullname="M. Naslund">
|
880 | <organization/>
|
881 | </author>
|
882 | <author initials="E." surname="Carrara" fullname="E. Carrara">
|
883 | <organization/>
|
884 | </author>
|
885 | <author initials="K." surname="Norrman" fullname="K. Norrman">
|
886 | <organization/>
|
887 | </author>
|
888 | <date year="2004" month="March"/>
|
889 | <abstract>
|
890 | <t>This document describes the Secure Real-time Transport Protocol (SRTP), a profile of the Real-time Transport Protocol (RTP), which can provide confidentiality, message authentication, and replay protection to the RTP traffic and to the control traffic for RTP, the Real-time Transport Control Protocol (RTCP). [STANDARDS-TRACK]</t>
|
891 | </abstract>
|
892 | </front>
|
893 | </reference>
|
894 | <reference anchor="RFC4585" target="https://www.rfc-editor.org/info/rfc4585">
|
895 | <front>
|
896 | <title>Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)</title>
|
897 | <seriesInfo name="DOI" value="10.17487/RFC4585"/>
|
898 | <seriesInfo name="RFC" value="4585"/>
|
899 | <author initials="J." surname="Ott" fullname="J. Ott">
|
900 | <organization/>
|
901 | </author>
|
902 | <author initials="S." surname="Wenger" fullname="S. Wenger">
|
903 | <organization/>
|
904 | </author>
|
905 | <author initials="N." surname="Sato" fullname="N. Sato">
|
906 | <organization/>
|
907 | </author>
|
908 | <author initials="C." surname="Burmeister" fullname="C. Burmeister">
|
909 | <organization/>
|
910 | </author>
|
911 | <author initials="J." surname="Rey" fullname="J. Rey">
|
912 | <organization/>
|
913 | </author>
|
914 | <date year="2006" month="July"/>
|
915 | <abstract>
|
916 | <t>Real-time media streams that use RTP are, to some degree, resilient against packet losses. Receivers may use the base mechanisms of the Real-time Transport Control Protocol (RTCP) to report packet reception statistics and thus allow a sender to adapt its transmission behavior in the mid-term. This is the sole means for feedback and feedback-based error repair (besides a few codec-specific mechanisms). This document defines an extension to the Audio-visual Profile (AVP) that enables receivers to provide, statistically, more immediate feedback to the senders and thus allows for short-term adaptation and efficient feedback-based repair mechanisms to be implemented. This early feedback profile (AVPF) maintains the AVP bandwidth constraints for RTCP and preserves scalability to large groups. [STANDARDS-TRACK]</t>
|
917 | </abstract>
|
918 | </front>
|
919 | </reference>
|
920 | <reference anchor="RFC4588" target="https://www.rfc-editor.org/info/rfc4588">
|
921 | <front>
|
922 | <title>RTP Retransmission Payload Format</title>
|
923 | <seriesInfo name="DOI" value="10.17487/RFC4588"/>
|
924 | <seriesInfo name="RFC" value="4588"/>
|
925 | <author initials="J." surname="Rey" fullname="J. Rey">
|
926 | <organization/>
|
927 | </author>
|
928 | <author initials="D." surname="Leon" fullname="D. Leon">
|
929 | <organization/>
|
930 | </author>
|
931 | <author initials="A." surname="Miyazaki" fullname="A. Miyazaki">
|
932 | <organization/>
|
933 | </author>
|
934 | <author initials="V." surname="Varsa" fullname="V. Varsa">
|
935 | <organization/>
|
936 | </author>
|
937 | <author initials="R." surname="Hakenberg" fullname="R. Hakenberg">
|
938 | <organization/>
|
939 | </author>
|
940 | <date year="2006" month="July"/>
|
941 | <abstract>
|
942 | <t>RTP retransmission is an effective packet loss recovery technique for real-time applications with relaxed delay bounds. This document describes an RTP payload format for performing retransmissions. Retransmitted RTP packets are sent in a separate stream from the original RTP stream. It is assumed that feedback from receivers to senders is available. In particular, it is assumed that Real-time Transport Control Protocol (RTCP) feedback as defined in the extended RTP profile for RTCP-based feedback (denoted RTP/AVPF) is available in this memo. [STANDARDS-TRACK]</t>
|
943 | </abstract>
|
944 | </front>
|
945 | </reference>
|
946 | <reference anchor="RFC5104" target="https://www.rfc-editor.org/info/rfc5104">
|
947 | <front>
|
948 | <title>Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)</title>
|
949 | <seriesInfo name="DOI" value="10.17487/RFC5104"/>
|
950 | <seriesInfo name="RFC" value="5104"/>
|
951 | <author initials="S." surname="Wenger" fullname="S. Wenger">
|
952 | <organization/>
|
953 | </author>
|
954 | <author initials="U." surname="Chandra" fullname="U. Chandra">
|
955 | <organization/>
|
956 | </author>
|
957 | <author initials="M." surname="Westerlund" fullname="M. Westerlund">
|
958 | <organization/>
|
959 | </author>
|
960 | <author initials="B." surname="Burman" fullname="B. Burman">
|
961 | <organization/>
|
962 | </author>
|
963 | <date year="2008" month="February"/>
|
964 | <abstract>
|
965 | <t>This document specifies a few extensions to the messages defined in the Audio-Visual Profile with Feedback (AVPF). They are helpful primarily in conversational multimedia scenarios where centralized multipoint functionalities are in use. However, some are also usable in smaller multicast environments and point-to-point calls.</t>
|
966 | <t>The extensions discussed are messages related to the ITU-T Rec. H.271 Video Back Channel, Full Intra Request, Temporary Maximum Media Stream Bit Rate, and Temporal-Spatial Trade-off. [STANDARDS-TRACK]</t>
|
967 | </abstract>
|
968 | </front>
|
969 | </reference>
|
970 | <reference anchor="RFC5506" target="https://www.rfc-editor.org/info/rfc5506">
|
971 | <front>
|
972 | <title>Support for Reduced-Size Real-Time Transport Control Protocol (RTCP): Opportunities and Consequences</title>
|
973 | <seriesInfo name="DOI" value="10.17487/RFC5506"/>
|
974 | <seriesInfo name="RFC" value="5506"/>
|
975 | <author initials="I." surname="Johansson" fullname="I. Johansson">
|
976 | <organization/>
|
977 | </author>
|
978 | <author initials="M." surname="Westerlund" fullname="M. Westerlund">
|
979 | <organization/>
|
980 | </author>
|
981 | <date year="2009" month="April"/>
|
982 | <abstract>
|
983 | <t>This memo discusses benefits and issues that arise when allowing Real-time Transport Protocol (RTCP) packets to be transmitted with reduced size. The size can be reduced if the rules on how to create compound packets outlined in RFC 3550 are removed or changed. Based on that analysis, this memo defines certain changes to the rules to allow feedback messages to be sent as Reduced-Size RTCP packets under certain conditions when using the RTP/AVPF (Real-time Transport Protocol / Audio-Visual Profile with Feedback) profile (RFC 4585). This document updates RFC 3550, RFC 3711, and RFC 4585. [STANDARDS-TRACK]</t>
|
984 | </abstract>
|
985 | </front>
|
986 | </reference>
|
987 | <reference anchor="RFC6190" target="https://www.rfc-editor.org/info/rfc6190">
|
988 | <front>
|
989 | <title>RTP Payload Format for Scalable Video Coding</title>
|
990 | <seriesInfo name="DOI" value="10.17487/RFC6190"/>
|
991 | <seriesInfo name="RFC" value="6190"/>
|
992 | <author initials="S." surname="Wenger" fullname="S. Wenger">
|
993 | <organization/>
|
994 | </author>
|
995 | <author initials="Y.-K." surname="Wang" fullname="Y.-K. Wang">
|
996 | <organization/>
|
997 | </author>
|
998 | <author initials="T." surname="Schierl" fullname="T. Schierl">
|
999 | <organization/>
|
1000 | </author>
|
1001 | <author initials="A." surname="Eleftheriadis" fullname="A. Eleftheriadis">
|
1002 | <organization/>
|
1003 | </author>
|
1004 | <date year="2011" month="May"/>
|
1005 | <abstract>
|
1006 | <t>This memo describes an RTP payload format for Scalable Video Coding (SVC) as defined in Annex G of ITU-T Recommendation H.264, which is technically identical to Amendment 3 of ISO/IEC International Standard 14496-10. The RTP payload format allows for packetization of one or more Network Abstraction Layer (NAL) units in each RTP packet payload, as well as fragmentation of a NAL unit in multiple RTP packets. Furthermore, it supports transmission of an SVC stream over a single as well as multiple RTP sessions. The payload format defines a new media subtype name "H264-SVC", but is still backward compatible to RFC 6184 since the base layer, when encapsulated in its own RTP stream, must use the H.264 media subtype name ("H264") and the packetization method specified in RFC 6184. The payload format has wide applicability in videoconferencing, Internet video streaming, and high-bitrate entertainment-quality video, among others. [STANDARDS-TRACK]</t>
|
1007 | </abstract>
|
1008 | </front>
|
1009 | </reference>
|
1010 | <reference anchor="RFC7201" target="https://www.rfc-editor.org/info/rfc7201">
|
1011 | <front>
|
1012 | <title>Options for Securing RTP Sessions</title>
|
1013 | <seriesInfo name="DOI" value="10.17487/RFC7201"/>
|
1014 | <seriesInfo name="RFC" value="7201"/>
|
1015 | <author initials="M." surname="Westerlund" fullname="M. Westerlund">
|
1016 | <organization/>
|
1017 | </author>
|
1018 | <author initials="C." surname="Perkins" fullname="C. Perkins">
|
1019 | <organization/>
|
1020 | </author>
|
1021 | <date year="2014" month="April"/>
|
1022 | <abstract>
|
1023 | <t>The Real-time Transport Protocol (RTP) is used in a large number of different application domains and environments. This heterogeneity implies that different security mechanisms are needed to provide services such as confidentiality, integrity, and source authentication of RTP and RTP Control Protocol (RTCP) packets suitable for the various environments. The range of solutions makes it difficult for RTP-based application developers to pick the most suitable mechanism. This document provides an overview of a number of security solutions for RTP and gives guidance for developers on how to choose the appropriate security mechanism.</t>
|
1024 | </abstract>
|
1025 | </front>
|
1026 | </reference>
|
1027 | </references>
|
1028 | </references>
|
1029 | </back>
|
1030 | </rfc>
|