idnits 2.17.1 draft-ietf-mmusic-sdp-bundle-negotiation-38.txt: Checking boilerplate required by RFC 5378 and the IETF Trust (see https://trustee.ietf.org/license-info): ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/1id-guidelines.txt: ---------------------------------------------------------------------------- No issues found here. Checking nits according to https://www.ietf.org/id-info/checklist : ---------------------------------------------------------------------------- No issues found here. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year (Using the creation date from RFC3264, updated by this document, for RFC5378 checks: 2002-01-31) -- The document seems to contain a disclaimer for pre-RFC5378 work, and may have content which was first submitted before 10 November 2008. The disclaimer is necessary when there are original authors that you have been unable to contact, or if some do not wish to grant the BCP78 rights to the IETF Trust. If you are able to get all authors (current and original) to grant those rights, you can and should remove the disclaimer; otherwise, the disclaimer is needed and you can ignore this comment. (See the Legal Provisions document at https://trustee.ietf.org/license-info for more information.) -- The document date (April 12, 2017) is 2570 days in the past. Is this intentional? Checking references for intended status: Proposed Standard ---------------------------------------------------------------------------- (See RFCs 3967 and 4897 for information about using normative references to lower-maturity documents in RFCs) -- Looks like a reference, but probably isn't: '10' on line 1496 == Missing Reference: 'RFCXXXX' is mentioned on line 1679, but not defined ** Obsolete normative reference: RFC 4566 (Obsoleted by RFC 8866) ** Obsolete normative reference: RFC 5245 (Obsoleted by RFC 8445, RFC 8839) ** Obsolete normative reference: RFC 5285 (Obsoleted by RFC 8285) ** Obsolete normative reference: RFC 6347 (Obsoleted by RFC 9147) == Outdated reference: A later version (-20) exists of draft-ietf-ice-rfc5245bis-08 == Outdated reference: A later version (-19) exists of draft-ietf-mmusic-sdp-mux-attributes-16 == Outdated reference: A later version (-12) exists of draft-ietf-mmusic-mux-exclusive-11 == Outdated reference: A later version (-39) exists of draft-ietf-mmusic-ice-sip-sdp-12 == Outdated reference: A later version (-07) exists of draft-ietf-avtext-lrr-04 Summary: 4 errors (**), 0 flaws (~~), 7 warnings (==), 3 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 MMUSIC Working Group C. Holmberg 3 Internet-Draft Ericsson 4 Updates: 3264 (if approved) H. Alvestrand 5 Intended status: Standards Track Google 6 Expires: October 14, 2017 C. Jennings 7 Cisco 8 April 12, 2017 10 Negotiating Media Multiplexing Using the Session Description Protocol 11 (SDP) 12 draft-ietf-mmusic-sdp-bundle-negotiation-38.txt 14 Abstract 16 This specification defines a new Session Description Protocol (SDP) 17 Grouping Framework extension, 'BUNDLE'. The extension can be used 18 with the SDP Offer/Answer mechanism to negotiate the usage of a 19 single address:port combination (BUNDLE address) for receiving media, 20 referred to as bundled media, specified by multiple SDP media 21 descriptions ("m=" lines). 23 To assist endpoints in negotiating the use of bundle this 24 specification defines a new SDP attribute, 'bundle-only', which can 25 be used to request that specific media is only used if bundled. The 26 specification also updates RFC 3264, to allow usage of zero port 27 values without meaning that media is rejected. 29 There are multiple ways to correlate the bundled RTP packets with the 30 appropriate media descriptions. This specification defines a new 31 Real-time Transport Protocol (RTP) source description (SDES) item and 32 a new RTP header extension that provides an additional way to do this 33 correlation by using them to carry a value that associates the RTP/ 34 RTCP packets with a specific media description. 36 Status of This Memo 38 This Internet-Draft is submitted in full conformance with the 39 provisions of BCP 78 and BCP 79. 41 Internet-Drafts are working documents of the Internet Engineering 42 Task Force (IETF). Note that other groups may also distribute 43 working documents as Internet-Drafts. The list of current Internet- 44 Drafts is at http://datatracker.ietf.org/drafts/current/. 46 Internet-Drafts are draft documents valid for a maximum of six months 47 and may be updated, replaced, or obsoleted by other documents at any 48 time. It is inappropriate to use Internet-Drafts as reference 49 material or to cite them other than as "work in progress." 51 This Internet-Draft will expire on October 14, 2017. 53 Copyright Notice 55 Copyright (c) 2017 IETF Trust and the persons identified as the 56 document authors. All rights reserved. 58 This document is subject to BCP 78 and the IETF Trust's Legal 59 Provisions Relating to IETF Documents 60 (http://trustee.ietf.org/license-info) in effect on the date of 61 publication of this document. Please review these documents 62 carefully, as they describe your rights and restrictions with respect 63 to this document. Code Components extracted from this document must 64 include Simplified BSD License text as described in Section 4.e of 65 the Trust Legal Provisions and are provided without warranty as 66 described in the Simplified BSD License. 68 This document may contain material from IETF Documents or IETF 69 Contributions published or made publicly available before November 70 10, 2008. The person(s) controlling the copyright in some of this 71 material may not have granted the IETF Trust the right to allow 72 modifications of such material outside the IETF Standards Process. 73 Without obtaining an adequate license from the person(s) controlling 74 the copyright in such materials, this document may not be modified 75 outside the IETF Standards Process, and derivative works of it may 76 not be created outside the IETF Standards Process, except to format 77 it for publication as an RFC or to translate it into languages other 78 than English. 80 Table of Contents 82 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 4 83 2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 5 84 3. Conventions . . . . . . . . . . . . . . . . . . . . . . . . . 7 85 4. Applicability Statement . . . . . . . . . . . . . . . . . . . 7 86 5. SDP Grouping Framework BUNDLE Extension . . . . . . . . . . . 7 87 6. SDP 'bundle-only' Attribute . . . . . . . . . . . . . . . . . 8 88 7. SDP Information Considerations . . . . . . . . . . . . . . . 9 89 7.1. Connection Data (c=) . . . . . . . . . . . . . . . . . . 9 90 7.2. Bandwidth (b=) . . . . . . . . . . . . . . . . . . . . . 9 91 8. SDP Offer/Answer Procedures . . . . . . . . . . . . . . . . . 9 92 8.1. Mux Category Considerations . . . . . . . . . . . . . . . 10 93 8.2. Generating the Initial SDP Offer . . . . . . . . . . . . 10 94 8.2.1. Suggesting the offerer BUNDLE address . . . . . . . . 11 95 8.2.2. Example: Initial SDP Offer . . . . . . . . . . . . . 11 97 8.3. Generating the SDP Answer . . . . . . . . . . . . . . . . 12 98 8.3.1. Answerer Selection of Offerer Bundle Address . . . . 13 99 8.3.2. Answerer Selection of Answerer BUNDLE Address . . . . 14 100 8.3.3. Moving A Media Description Out Of A BUNDLE Group . . 14 101 8.3.4. Rejecting A Media Description In A BUNDLE Group . . . 15 102 8.3.5. Example: SDP Answer . . . . . . . . . . . . . . . . . 15 103 8.4. Offerer Processing of the SDP Answer . . . . . . . . . . 15 104 8.5. Modifying the Session . . . . . . . . . . . . . . . . . . 16 105 8.5.1. Suggesting a new offerer BUNDLE address . . . . . . . 16 106 8.5.2. Adding a media description to a BUNDLE group . . . . 17 107 8.5.3. Moving A Media Description Out Of A BUNDLE Group . . 17 108 8.5.4. Disabling A Media Description In A BUNDLE Group . . . 18 109 9. Protocol Identification . . . . . . . . . . . . . . . . . . . 18 110 9.1. STUN, DTLS, SRTP . . . . . . . . . . . . . . . . . . . . 19 111 10. RTP Considerations . . . . . . . . . . . . . . . . . . . . . 19 112 10.1. Single RTP Session . . . . . . . . . . . . . . . . . . . 19 113 10.1.1. Payload Type (PT) Value Reuse . . . . . . . . . . . 20 114 10.2. Associating RTP/RTCP Streams With Correct SDP Media 115 Description . . . . . . . . . . . . . . . . . . . . . . 20 116 10.3. RTP/RTCP Multiplexing . . . . . . . . . . . . . . . . . 25 117 10.3.1. SDP Offer/Answer Procedures . . . . . . . . . . . . 26 118 11. ICE Considerations . . . . . . . . . . . . . . . . . . . . . 28 119 11.1. SDP Offer/Answer Procedures . . . . . . . . . . . . . . 29 120 11.1.1. Generating the Initial SDP Offer . . . . . . . . . . 29 121 11.1.2. Generating the SDP Answer . . . . . . . . . . . . . 29 122 11.1.3. Offerer Processing of the SDP Answer . . . . . . . . 30 123 11.1.4. Modifying the Session . . . . . . . . . . . . . . . 30 124 12. DTLS Considerations . . . . . . . . . . . . . . . . . . . . . 30 125 13. RTP Header Extensions Consideration . . . . . . . . . . . . . 31 126 14. Update to RFC 3264 . . . . . . . . . . . . . . . . . . . . . 31 127 14.1. Original text of section 5.1 (2nd paragraph) of RFC 3264 31 128 14.2. New text replacing section 5.1 (2nd paragraph) of RFC 129 3264 . . . . . . . . . . . . . . . . . . . . . . . . . . 31 130 14.3. Original text of section 8.2 (2nd paragraph) of RFC 3264 32 131 14.4. New text replacing section 8.2 (2nd paragraph) of RFC 132 3264 . . . . . . . . . . . . . . . . . . . . . . . . . . 32 133 14.5. Original text of section 8.4 (6th paragraph) of RFC 3264 32 134 14.6. New text replacing section 8.4 (6th paragraph) of RFC 135 3264 . . . . . . . . . . . . . . . . . . . . . . . . . . 32 136 15. RTP/RTCP extensions for identification-tag transport . . . . 33 137 15.1. RTCP MID SDES Item . . . . . . . . . . . . . . . . . . . 34 138 15.2. RTP SDES Header Extension For MID . . . . . . . . . . . 34 139 16. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 35 140 16.1. New SDES item . . . . . . . . . . . . . . . . . . . . . 35 141 16.2. New RTP SDES Header Extension URI . . . . . . . . . . . 35 142 16.3. New SDP Attribute . . . . . . . . . . . . . . . . . . . 36 143 16.4. New SDP Group Semantics . . . . . . . . . . . . . . . . 36 144 17. Security Considerations . . . . . . . . . . . . . . . . . . . 37 145 18. Examples . . . . . . . . . . . . . . . . . . . . . . . . . . 38 146 18.1. Example: Bundle Address Selection . . . . . . . . . . . 38 147 18.2. Example: BUNDLE Extension Rejected . . . . . . . . . . . 40 148 18.3. Example: Offerer Adds A Media Description To A BUNDLE 149 Group . . . . . . . . . . . . . . . . . . . . . . . . . 41 150 18.4. Example: Offerer Moves A Media Description Out Of A 151 BUNDLE Group . . . . . . . . . . . . . . . . . . . . . . 43 152 18.5. Example: Offerer Disables A Media Description Within A 153 BUNDLE Group . . . . . . . . . . . . . . . . . . . . . . 45 154 19. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 46 155 20. Change Log . . . . . . . . . . . . . . . . . . . . . . . . . 47 156 21. References . . . . . . . . . . . . . . . . . . . . . . . . . 55 157 21.1. Normative References . . . . . . . . . . . . . . . . . . 55 158 21.2. Informative References . . . . . . . . . . . . . . . . . 57 159 Appendix A. Design Considerations . . . . . . . . . . . . . . . 58 160 A.1. UA Interoperability . . . . . . . . . . . . . . . . . . . 59 161 A.2. Usage of port number value zero . . . . . . . . . . . . . 61 162 A.3. B2BUA And Proxy Interoperability . . . . . . . . . . . . 61 163 A.3.1. Traffic Policing . . . . . . . . . . . . . . . . . . 62 164 A.3.2. Bandwidth Allocation . . . . . . . . . . . . . . . . 62 165 A.4. Candidate Gathering . . . . . . . . . . . . . . . . . . . 62 166 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 63 168 1. Introduction 170 When multimedia communications are established, each 5-tuple reserved 171 for an individual media stream consume additional resources 172 (especially when Interactive Connectivity Establishment (ICE) 173 [RFC5245] is used). For this reason, it is attractive to use a 174 5-tuple for multiple media streams. 176 This specification defines a way to use a single address:port 177 combination (BUNDLE address) for receiving media specified by 178 multiple SDP media descriptions ("m=" lines). 180 This specification defines a new SDP Grouping Framework [RFC5888] 181 extension called 'BUNDLE'. The extension can be used with the 182 Session Description Protocol (SDP) Offer/Answer mechanism [RFC3264] 183 to negotiate the usage of a BUNDLE group. Within the BUNDLE group, a 184 BUNDLE address is used for receiving media specified by multiple "m=" 185 lines. This is referred to as bundled media. 187 The offerer and answerer [RFC3264] use the BUNDLE extension to 188 negotiate the BUNDLE addresses, one for the offerer (offerer BUNDLE 189 address) and one for the answerer (answerer BUNDLE address), to be 190 used for receiving the bundled media specified by a BUNDLE group. 191 Once the offerer and the answerer have negotiated a BUNDLE group, 192 they associate their respective BUNDLE address with each "m=" line in 193 the BUNDLE group. The BUNDLE addresses are used to receive all media 194 specified by the BUNDLE group. 196 The use of a BUNDLE group and a BUNDLE address also allows the usage 197 of a single set of Interactive Connectivity Establishment (ICE) 198 [RFC5245] candidates for multiple "m=" lines. 200 This specification also defines a new SDP attribute, 'bundle-only', 201 which can be used to request that specific media is only used if kept 202 within a BUNDLE group. The specification also updates RFC 3264, to 203 allow usage of zero port values without meaning that media is 204 rejected. 206 As defined in RFC 4566 [RFC4566], the semantics of assigning the same 207 transport address (IP address and port) to multiple "m=" lines are 208 undefined, and there is no grouping defined by such means. Instead, 209 an explicit grouping mechanism needs to be used to express the 210 intended semantics. This specification provides such an extension. 212 This specification also updates sections 5.1, 8.1 and 8.2 of RFC 3264 213 [RFC3264]. The update allows an answerer to assign a non-zero port 214 value to an "m=" line in an SDP answer, even if the "m=" line in the 215 associated SDP offer contained a zero port value. 217 This specification also defines a new Real-time Transport Protocol 218 (RTP) [RFC3550] source description (SDES) item, 'MID', and a new RTP 219 SDES header extension that can be used to associate RTP streams with 220 media descriptions. 222 SDP bodies can contain multiple BUNDLE groups. A given BUNDLE 223 address MUST only be associated with a single BUNDLE group. The 224 procedures in this specification apply independently to a given 225 BUNDLE group. All RTP based media flows described by a single BUNDLE 226 group belong to a single RTP session [RFC3550]. 228 The BUNDLE extension is backward compatible. Endpoints that do not 229 support the extension are expected to generate offers and answers 230 without an SDP 'group:BUNDLE' attribute, and are expected to 231 associate a unique address with each "m=" line within an offer and 232 answer, according to the procedures in [RFC4566] and [RFC3264] 234 2. Terminology 236 "m=" line: SDP bodies contain one or more media descriptions. Each 237 media description is identified by an SDP "m=" line. 239 5-tuple: A collection of the following values: source address, source 240 port, destination address, destination port, and transport-layer 241 protocol. 243 Unique address: An IP address and port combination that is associated 244 with only one "m=" line in an offer or answer. 246 Shared address: An IP address and port combination that is associated 247 with multiple "m=" lines within an offer or answer. 249 Offerer BUNDLE-tag: The first identification-tag in a given SDP 250 'group:BUNDLE' attribute identification-tag list in an offer. 252 Answerer BUNDLE-tag: The first identification-tag in a given SDP 253 'group:BUNDLE' attribute identification-tag list in an answer. 255 Offerer BUNDLE address: Within a given BUNDLE group, an IP address 256 and port combination used by an offerer to receive all media 257 specified by each "m=" line within the BUNDLE group. 259 Answerer BUNDLE address: Within a given BUNDLE group, an IP address 260 and port combination used by an answerer to receive all media 261 specified by each "m=" line within the BUNDLE group. 263 BUNDLE group: A set of "m=" lines, created using an SDP Offer/Answer 264 exchange, which uses the same BUNDLE address for receiving media. 266 Bundled "m=" line: An "m=" line, whose identification-tag is placed 267 in an SDP 'group:BUNDLE' attribute identification-tag list in an 268 offer or answer. 270 Bundle-only "m=" line: A bundled "m=" line with an associated SDP 271 'bundle-only' attribute. 273 Bundled media: All media specified by a given BUNDLE group. 275 Initial offer: The first offer, within an SDP session (e.g. a SIP 276 dialog when the Session Initiation Protocol (SIP) [RFC3261] is used 277 to carry SDP), in which the offerer indicates that it wants to create 278 a given BUNDLE group. 280 Subsequent offer: An offer which contains a BUNDLE group that has 281 been created as part of a previous offer/answer exchange. 283 Identification-tag: A unique token value that is used to identify an 284 "m=" line. The SDP 'mid' attribute [RFC5888], associated with an 285 "m=" line, carries an unique identification-tag. The session-level 286 SDP 'group' attribute [RFC5888] carries a list of identification- 287 tags, identifying the "m=" lines associated with that particular 288 'group' attribute. 290 3. Conventions 292 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", 293 "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this 294 document are to be interpreted as described in BCP 14, RFC 2119 295 [RFC2119]. 297 4. Applicability Statement 299 The mechanism in this specification only applies to the Session 300 Description Protocol (SDP) [RFC4566], when used together with the SDP 301 offer/answer mechanism [RFC3264]. Declarative usage of SDP is out of 302 scope of this document, and is thus undefined. 304 5. SDP Grouping Framework BUNDLE Extension 306 This section defines a new SDP Grouping Framework extension 307 [RFC5888], 'BUNDLE'. The BUNDLE extension can be used with the SDP 308 Offer/Answer mechanism to negotiate the usage of a single 309 address:port combination (BUNDLE address) for receiving bundled 310 media. 312 A single address:port combination is also used for sending bundled 313 media. The address:port combination used for sending bundled media 314 MAY be the same as the BUNDLE address, used to receive bundled media, 315 depending on whether symmetric RTP [RFC4961] is used. 317 All media associated with a BUNDLE group MUST be transport using the 318 same transport-layer protocol (e.g., UDP or TCP). 320 The BUNDLE extension is indicated using an SDP 'group' attribute with 321 a "BUNDLE" semantics value [RFC5888]. An identification-tag is 322 associated with each bundled "m=" line, and each identification-tag 323 is listed in the SDP 'group:BUNDLE' attribute identification-tag 324 list. Each "m=" line whose identification-tag is listed in the 325 identification-tag list is associated with a given BUNDLE group. 327 SDP bodies can contain multiple BUNDLE groups. Any given bundled 328 "m=" line MUST NOT be associated with more than one BUNDLE group. 330 NOTE: The order of the "m=" lines listed in the SDP 'group:BUNDLE' 331 attribute identification-tag list does not have to be the same as the 332 order in which the "m=" lines occur in the SDP. 334 Section 8 defines the detailed SDP Offer/Answer procedures for the 335 BUNDLE extension. 337 6. SDP 'bundle-only' Attribute 339 This section defines a new SDP media-level attribute [RFC4566], 340 'bundle-only'. 'bundle-only' is a property attribute [RFC4566], and 341 hence has no value. 343 Name: bundle-only 345 Value: N/A 347 Usage Level: media 349 Charset Dependent: no 351 Example: 353 a=bundle-only 355 In order to ensure that an answerer that does not support the BUNDLE 356 extension always rejects a bundled "m=" line, the offerer can assign 357 a zero port value to the "m=" line. According to [RFC3264] an 358 answerer will reject such "m=" line. By associating an SDP 'bundle- 359 only' attribute with such "m=" line, the offerer can request that the 360 answerer accepts the "m=" line if the answerer supports the Bundle 361 extension, and if the answerer keeps the "m=" line within the 362 associated BUNDLE group. 364 NOTE: Once the offerer BUNDLE address has been selected, the offerer 365 does not need to include the 'bundle-only' attribute in subsequent 366 offers. By associating the offerer BUNDLE address with an "m=" line 367 of a subsequent offer, the offerer will ensure that the answerer will 368 either keep the "m=" line within the BUNDLE group, or the answerer 369 will have to reject the "m=" line. 371 The usage of the 'bundle-only' attribute is only defined for a 372 bundled "m=" line with a zero port value, within an offer. Other 373 usage is unspecified. 375 Section 8 defines the detailed SDP Offer/Answer procedures for the 376 'bundle-only' attribute. 378 7. SDP Information Considerations 380 This section describes restrictions associated with the usage of SDP 381 parameters within a BUNDLE group. It also describes, when parameter 382 and attribute values have been associated with each bundled "m=" 383 line, how to calculate a value for the whole BUNDLE group. 385 7.1. Connection Data (c=) 387 The "c=" line nettype value [RFC4566] associated with a bundled "m=" 388 line MUST be 'IN'. 390 The "c=" line addrtype value [RFC4566] associated with a bundled "m=" 391 line MUST be 'IP4' or 'IP6'. The same value MUST be associated with 392 each "m=" line. 394 NOTE: Extensions to this specification can specify usage of the 395 BUNDLE mechanism for other nettype and addrtype values than the ones 396 listed above. 398 7.2. Bandwidth (b=) 400 An offerer and answerer MUST use the rules and restrictions defined 401 in [I-D.ietf-mmusic-sdp-mux-attributes] for associating the SDP 402 bandwidth (b=) line with bundled "m=" lines. 404 8. SDP Offer/Answer Procedures 406 This section describes the SDP Offer/Answer [RFC3264] procedures for: 408 o Negotiating and creating a BUNDLE group; and 410 o Selecting the BUNDLE addresses (offerer BUNDLE address and 411 answerer BUNDLE address); and 413 o Adding an "m=" line to a BUNDLE group; and 415 o Moving an "m=" line out of a BUNDLE group; and 417 o Disabling an "m=" line within a BUNDLE group. 419 The generic rules and procedures defined in [RFC3264] and [RFC5888] 420 also apply to the BUNDLE extension. For example, if an offer is 421 rejected by the answerer, the previously negotiated SDP parameters 422 and characteristics (including those associated with a BUNDLE group) 423 apply. Hence, if an offerer generates an offer in which the offerer 424 wants to create a BUNDLE group, and the answerer rejects the offer, 425 the BUNDLE group is not created. 427 The procedures in this section are independent of the media type or 428 "m=" line proto value represented by a bundled "m=" line. Section 10 429 defines additional considerations for RTP based media. Section 6 430 defines additional considerations for the usage of the SDP 'bundle- 431 only' attribute. Section 11 defines additional considerations for 432 the usage of Interactive Connectivity Establishment (ICE) 433 [I-D.ietf-ice-rfc5245bis] mechanism. 435 SDP offers and answers can contain multiple BUNDLE groups. The 436 procedures in this section apply independently to a given BUNDLE 437 group. 439 8.1. Mux Category Considerations 441 When an offerer or answerer associates SDP attributes with a bundled 442 "m=" line (including any bundle-only "m=" line) associated with a 443 shared address, IDENTICAL and TRANSPORT mux category SDP attributes 444 [I-D.ietf-mmusic-sdp-mux-attributes] are associated with the "m=" 445 line only if the "m=" line is also associated with the offerer/ 446 answerer BUNDLE-tag. Otherwise the offerer/answerer MUST NOT 447 associate such SDP attributes with the "m=" line. The rule above 448 does not apply to a bundled "m=" line associated with a unique 449 address. 451 NOTE: As bundled "m=" lines (including any bundle-only "m=" line) 452 associated with a shared address will share the same IDENTICAL and 453 TRANSPORT mux category SDP attributes, and attribute values, there is 454 no need to associate such SDP attributes with each "m=" line. The 455 attributes and attribute values are implicitly applied to each "m=" 456 line. 458 The semantics of some SDP attributes only apply to specific types of 459 media. For example, the semantics of the SDP 'rtcp-mux' and SDP 460 'rtcp-mux-only' attributes only apply to "m=" lines describing RTP- 461 based media. However, as described in Section 8.1, there are cases 462 where IDENTICAL and TRANSPORT mux category SDP attributes are only 463 associated with the "m=" line associated with the BUNDLE-tag. That 464 means that media-specific IDENTICAL and TRANSPORT mux category 465 attributes can be associated with an "m=" line associated with 466 another type of media. 468 8.2. Generating the Initial SDP Offer 470 When an offerer generates an initial offer, in order to create a 471 BUNDLE group, it MUST: 473 o Assign a unique address to each "m=" line within the offer, 474 following the procedures in [RFC3264], unless the media line is a 475 'bundle-only' "m=" line (see below); and 477 o Add an SDP 'group:BUNDLE' attribute to the offer; and 479 o Place the identification-tag of each bundled "m=" line in the SDP 480 'group:BUNDLE' attribute identification-tag list; and 482 o Indicate which unique address the offerer suggests as the offerer 483 BUNDLE address [Section 8.2.1]. 485 If the offerer wants to request that the answerer accepts a given 486 bundled "m=" line only if the answerer keeps the "m=" line within the 487 BUNDLE group, the offerer MUST: 489 o Associate an SDP 'bundle-only' attribute [Section 8.2.1] with the 490 "m=" line; and 492 o Assign a zero port value to the "m=" line. 494 NOTE: If the offerer assigns a zero port value to an "m=" line, but 495 does not also associate an SDP 'bundle-only' attribute with the "m=" 496 line, it is an indication that the offerer wants to disable the "m=" 497 line [Section 8.5.4]. 499 [Section 18.1] shows an example of an initial offer. 501 8.2.1. Suggesting the offerer BUNDLE address 503 In the offer, the address associated with the "m=" line associated 504 with the offerer BUNDLE-tag indicates the address that the offerer 505 suggests as the offerer BUNDLE address. 507 The "m=" line associated with the offerer BUNDLE-tag MUST NOT contain 508 a zero port value or an SDP 'bundle-only' attribute. 510 8.2.2. Example: Initial SDP Offer 512 The example shows an initial SDP offer. The offer includes two "m=" 513 lines in the SDP, and suggests that both are included in a BUNDLE 514 group. The audio "m=" line is associated with the offerer BUNDLE-tag 515 (placed first in the SDP group:BUNDLE attribute identificatoin-id 516 list). 518 SDP Offer 520 v=0 521 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 522 s= 523 c=IN IP4 atlanta.example.com 524 t=0 0 525 a=group:BUNDLE foo bar 526 m=audio 10000 RTP/AVP 0 8 97 527 b=AS:200 528 a=mid:foo 529 a=rtcp-mux 530 a=rtpmap:0 PCMU/8000 531 a=rtpmap:8 PCMA/8000 532 a=rtpmap:97 iLBC/8000 533 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 534 m=video 10002 RTP/AVP 31 32 535 b=AS:1000 536 a=mid:bar 537 a=rtpmap:31 H261/90000 538 a=rtpmap:32 MPV/90000 539 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 541 8.3. Generating the SDP Answer 543 When an answerer generates an answer that contains a BUNDLE group, 544 the following general SDP grouping framework restrictions, defined in 545 [RFC5888], also apply to the BUNDLE group: 547 o The answerer MUST NOT include a BUNDLE group in the answer, unless 548 the offerer requested the BUNDLE group to be created in the 549 corresponding offer; and 551 o The answerer MUST NOT include an "m=" line within a BUNDLE group, 552 unless the offerer requested the "m=" line to be within that 553 BUNDLE group in the corresponding offer. 555 If the answer contains a BUNDLE group, the answerer MUST: 557 o Select an Offerer BUNDLE Address [Section 8.3.1]; and 559 o Select an Answerer BUNDLE Address [Section 8.3.2]; 561 The answerer is allowed to select a new Answerer BUNDLE address each 562 time it generates an answer to an offer. 564 If the answerer does not want to keep an "m=" line within a BUNDLE 565 group, it MUST: 567 o Move the "m=" line out of the BUNDLE group [Section 8.3.3]; or 569 o Reject the "m=" line [Section 8.3.4]; 571 If the answerer keeps a bundle-only "m=" line within the BUNDLE 572 group, it follows the procedures (associates the answerer BUNDLE 573 address with the "m=" line etc) for any other "m=" line kept within 574 the BUNDLE group. 576 If the answerer does not want to keep a bundle-only "m=" line within 577 the BUNDLE group, it MUST reject the "m=" line [Section 8.3.4]. 579 The answerer MUST NOT associate an SDP 'bundle-only' attribute with 580 any "m=" line in an answer. 582 NOTE: If a bundled "m=" line in an offer contains a zero port value, 583 but the "m=" line does not contain an SDP 'bundle-only' attribute, it 584 is an indication that the offerer wants to disable the "m=" line 585 [Section 8.5.4]. 587 8.3.1. Answerer Selection of Offerer Bundle Address 589 In an offer, the address (unique or shared) associated with the 590 bundled "m=" line associated with the offerer BUNDLE-tag indicates 591 the address that the offerer suggests as the offerer BUNDLE address 592 [Section 8.2.1]. The answerer MUST check whether that "m=" line 593 fulfils the following criteria: 595 o The answerer will not move the "m=" line out of the BUNDLE group 596 [Section 8.3.3]; and 598 o The answerer will not reject the "m=" line [Section 8.3.4]; and 600 o The "m=" line does not contain a zero port value. 602 If all of the criteria above are fulfilled, the answerer MUST select 603 the address associated with the "m=" line as the offerer BUNDLE 604 address. In the answer, the answerer BUNDLE-tag represents the "m=" 605 line, and the address associated with the "m=" line in the offer 606 becomes the offerer BUNDLE address. 608 If one or more of the criteria are not fulfilled, the answerer MUST 609 select the next identification-tag in the identification-tag list, 610 and perform the same criteria check for the "m=" line associated with 611 that identification-tag. If there are no more identification-tags in 612 the identification-tag list, the answerer MUST NOT create the BUNDLE 613 group. In addition, unless the answerer rejects the whole offer, the 614 answerer MUST apply the answerer procedures for moving an "m=" line 615 out of a BUNDLE group [Section 8.3.3] to each bundled "m=" line in 616 the offer when creating the answer. 618 [Section 18.1] shows an example of an offerer BUNDLE address 619 selection. 621 8.3.2. Answerer Selection of Answerer BUNDLE Address 623 When the answerer selects a BUNDLE address for itself, referred to as 624 the answerer BUNDLE address, it MUST associate that address with each 625 bundled "m=" line within the created BUNDLE group in the answer. 627 The answerer MUST NOT associate the answerer BUNDLE address with an 628 "m=" line that is not within the BUNDLE group, or to an "m=" line 629 that is within another BUNDLE group. 631 [Section 18.1] shows an example of an answerer BUNDLE address 632 selection. 634 8.3.3. Moving A Media Description Out Of A BUNDLE Group 636 When an answerer wants to move an "m=" line out of a BUNDLE group, it 637 MUST first check the following criteria: 639 o In the corresponding offer, the "m=" line is associated with a 640 shared address (e.g. a previously selected offerer BUNDLE 641 address); or 643 o In the corresponding offer, an SDP 'bundle-only' attribute is 644 associated with the "m=" line, and the "m=" line contains a zero 645 port value. 647 If either criteria above is fulfilled, the answerer MUST reject the 648 "m=" line [Section 8.3.4]. 650 Otherwise, if in the corresponding offer the "m=" line is associated 651 with a unique address, the answerer MUST associate a unique address 652 with the "m=" line in the answer (the answerer does not reject the 653 "m=" line). 655 In addition, in either case above, the answerer MUST NOT place the 656 identification-tag, associated with the moved "m=" line, in the SDP 657 'group' attribute identification-tag list associated with the BUNDLE 658 group. 660 8.3.4. Rejecting A Media Description In A BUNDLE Group 662 When an answerer rejects an "m=" line, it MUST associate an address 663 with a zero port value with the "m=" line in the answer, according to 664 the procedures in [RFC3264]. 666 In addition, the answerer MUST NOT place the identification-tag, 667 associated with the rejected "m=" line, in the SDP 'group' attribute 668 identification-tag list associated with the BUNDLE group. 670 8.3.5. Example: SDP Answer 672 The example shows an SDP answer, based on the SDP offer in 673 [Section 8.2.2]. The answers acceppts both "m=" lines in the BUNDLE 674 group. 676 SDP Answer 678 v=0 679 o=bob 2808844564 2808844564 IN IP4 biloxi.example.com 680 s= 681 c=IN IP4 biloxi.example.com 682 t=0 0 683 a=group:BUNDLE foo bar 684 m=audio 20000 RTP/AVP 0 685 b=AS:200 686 a=mid:foo 687 a=rtcp-mux 688 a=rtpmap:0 PCMU/8000 689 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 690 m=video 20000 RTP/AVP 32 691 b=AS:1000 692 a=mid:bar 693 a=rtpmap:32 MPV/90000 694 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 696 8.4. Offerer Processing of the SDP Answer 698 When an offerer receives an answer, if the answer contains a BUNDLE 699 group, the offerer MUST check that any bundled "m=" line in the 700 answer was indicated as bundled in the corresponding offer. If there 701 is no mismatch, the offerer MUST use the offerer BUNDLE address, 702 selected by the answerer [Section 8.3.1], as the address for each 703 bundled "m=" line. 705 NOTE: As the answerer might reject one or more bundled "m=" lines, or 706 move a bundled "m=" line out of a BUNDLE group, each bundled "m=" 707 line in the offer might not be indicated as bundled in the answer. 709 If the answer does not contain a BUNDLE group, the offerer MUST 710 process the answer as a normal answer. 712 8.5. Modifying the Session 714 When an offerer generates a subsequent offer, it MUST associate the 715 previously selected offerer BUNDLE address [Section 8.3.1] with each 716 bundled "m=" line (including any bundle-only "m=" line), except if: 718 o The offerer suggests a new offerer BUNDLE address [Section 8.5.1]; 719 or 721 o The offerer wants to add a bundled "m=" line to the BUNDLE group 722 [Section 8.5.2]; or 724 o The offerer wants to move a bundled "m=" line out of the BUNDLE 725 group [Section 8.5.3]; or 727 o The offerer wants to disable the bundled "m=" line 728 [Section 8.5.4]. 730 In addition, the offerer MUST select an offerer BUNDLE-tag 731 [Section 8.2.1] associated with the previously selected offerer 732 BUNDLE address, unless the offerer suggests a new offerer BUNDLE 733 address. 735 8.5.1. Suggesting a new offerer BUNDLE address 737 When an offerer generates an offer, in which it suggests a new 738 offerer BUNDLE address [Section 8.2.1], the offerer MUST: 740 o Assign the address (shared address) to each "m=" line within the 741 BUNDLE group; or 743 o Assign the address (unique address) to one bundled "m=" line. 745 In addition, the offerer MUST indicate that the address is the new 746 suggested offerer BUNDLE address [Section 8.2.1]. 748 NOTE: Unless the offerer associates the new suggested offerer BUNDLE 749 address with each bundled "m=" line, it can associate unique 750 addresses with any number of bundled "m=" lines (and the previously 751 selected offerer BUNDLE address to any remaining bundled "m=" line) 752 if it wants to suggest multiple alternatives for the new offerer 753 BUNDLE address. 755 8.5.2. Adding a media description to a BUNDLE group 757 When an offerer generates an offer, in which it wants to add a 758 bundled "m=" line to a BUNDLE group, the offerer MUST: 760 o Assign a unique address to the added "m=" line; or 762 o Assign the previously selected offerer BUNDLE address to the added 763 "m=" line; or 765 o If the offerer associates a new (shared address) suggested offerer 766 BUNDLE address with each bundled "m=" line [Section 8.5.1], also 767 associate that address with the added "m=" line. 769 In addition, the offerer MUST add the identification-tag associated 770 with the added "m=" line to the SDP 'group:BUNDLE' attribute 771 identification-tag list with the BUNDLE group [Section 8.2.1]. 773 NOTE: Assigning a unique address to the "m=" line allows the answerer 774 to move the "m=" line out of the BUNDLE group [Section 8.3.3], 775 without having to reject the "m=" line. 777 If the offerer associates a unique address with the added "m=" line, 778 and if the offerer suggests that address as the new offerer BUNDLE 779 address [Section 8.5.1], the offerer BUNDLE-tag MUST represent the 780 added "m=" line [Section 8.2.1]. 782 If the offerer associates a new suggested offerer BUNDLE address with 783 each bundled "m=" line [Section 8.5.1], including the added "m=" 784 line, the offerer BUNDLE-tag MAY represent the added "m=" line 785 [Section 8.2.1]. 787 [Section 18.3] shows an example where an offerer sends an offer in 788 order to add a bundled "m=" line to a BUNDLE group. 790 8.5.3. Moving A Media Description Out Of A BUNDLE Group 792 When an offerer generates an offer, in which it wants to move a 793 bundled "m=" line out of a BUNDLE group it was added to in a previous 794 offer/answer transaction, the offerer: 796 o MUST associate a unique address with the "m=" line; and 797 o MUST NOT place the identification-tag associated with the "m=" 798 line in the SDP 'group:BUNDLE' attribute identification-tag list 799 associated with the BUNDLE group. 801 NOTE: If the removed "m=" line is associated with the previously 802 selected BUNDLE-tag, the offerer needs to suggest a new BUNDLE-tag 803 [Section 8.2.1]. 805 NOTE: If an "m=" line, when being moved out of a BUNDLE group, is 806 added to another BUNDLE group, the offerer applies the procedures in 807 [Section 8.5.2] to the "m=" line. 809 [Section 18.4] shows an example of an offer for moving an "m=" line 810 out of a BUNDLE group. 812 8.5.4. Disabling A Media Description In A BUNDLE Group 814 When an offerer generates an offer, in which it wants to disable a 815 bundled "m=" line (added to the BUNDLE group in a previous offer/ 816 answer transaction), the offerer: 818 o MUST associate an address with a zero port value with the "m=" 819 line, following the procedures in [RFC4566]; and 821 o MUST NOT place the identification-tag associated with the "m=" 822 line in the SDP 'group:BUNDLE' attribute identification-tag list 823 associated with the BUNDLE group. 825 [Section 18.5] shows an example of an offer for disabling an "m=" 826 line within a BUNDLE group. 828 9. Protocol Identification 830 Each "m=" line within a BUNDLE group MUST use the same transport- 831 layer protocol. If bundled "m=" lines use different protocols on top 832 of the transport-layer protocol, there MUST exist a publicly 833 available specification which describes a mechanism, for this 834 particular protocol combination, how to associate received data with 835 the correct protocol. 837 In addition, if received data can be associated with more than one 838 bundled "m=" line, there MUST exist a publicly available 839 specification which describes a mechanism for associating the 840 received data with the correct "m=" line. 842 This document describes a mechanism to identify the protocol of 843 received data among the STUN, DTLS and SRTP protocols (in any 844 combination), when UDP is used as transport-layer protocol, but does 845 not describe how to identify different protocols transported on DTLS. 846 While the mechanism is generally applicable to other protocols and 847 transport-layer protocols, any such use requires further 848 specification around how to multiplex multiple protocols on a given 849 transport-layer protocol, and how to associate received data with the 850 correct protocols. 852 9.1. STUN, DTLS, SRTP 854 Section 5.1.2 of [RFC5764] describes a mechanism to identify the 855 protocol of a received packet among the STUN, Datagram Transport 856 Layer Security (DTLS) and SRTP protocols (in any combination). If an 857 offer or answer includes bundled "m=" lines that represent these 858 protocols, the offerer or answerer MUST support the mechanism 859 described in [RFC5764], and no explicit negotiation is required in 860 order to indicate support and usage of the mechanism. 862 [RFC5764] does not describe how to identify different protocols 863 transported on DTLS, only how to identify the DTLS protocol itself. 864 If multiple protocols are transported on DTLS, there MUST exist a 865 specification describing a mechanism for identifying each individual 866 protocol. In addition, if a received DTLS packet can be associated 867 with more than one "m=" line, there MUST exist a specification which 868 describes a mechanism for associating the received DTLS packet with 869 the correct "m=" line. 871 [Section 10.2] describes how to associate the packets in a received 872 SRTP stream with the correct "m=" line. 874 10. RTP Considerations 876 10.1. Single RTP Session 878 All RTP-based media within a single BUNDLE group belong to a single 879 RTP session [RFC3550]. 881 Since a single RTP session is used for each bundle group, all "m=" 882 lines representing RTP-based media in a bundle group will share a 883 single SSRC numbering space [RFC3550]. 885 The following rules and restrictions apply for a single RTP session: 887 o A specific payload type value can be used in multiple bundled "m=" 888 lines only if each codec associated with the payload type number 889 shares an identical codec configuration [Section 10.1.1]. 891 o The proto value in each bundled RTP-based "m=" line MUST be 892 identical (e.g. RTP/AVPF). 894 o The RTP MID header extension MUST be enabled, by associating an 895 SDP 'extmap' attribute [RFC5285], with a 'urn:ietf:params:rtp- 896 hdrext:sdes:mid' URI value, with each bundled RTP-based "m=" line 897 in every offer and answer. 899 o A given SSRC MUST NOT transmit RTP packets using payload types 900 that originate from different bundled "m=" lines. 902 NOTE: The last bullet above is to avoid sending multiple media types 903 from the same SSRC. If transmission of multiple media types are done 904 with time overlap, RTP and RTCP fail to function. Even if done in 905 proper sequence this causes RTP Timestamp rate switching issues 906 [RFC7160]. However, once an SSRC has left the RTP session (by 907 sending an RTCP BYE packet), that SSRC can be reused by another 908 source (possibly associated with a different bundled "m=" line) after 909 a delay of 5 RTCP reporting intervals (the delay is to ensure the 910 SSRC has timed out, in case the RTCP BYE packet was lost [RFC3550]). 912 10.1.1. Payload Type (PT) Value Reuse 914 Multiple bundled "m=" lines might represent RTP based media. As all 915 RTP based media specified by a BUNDLE group belong to the same RTP 916 session, in order for a given payload type value to be used inside 917 more than one bundled "m=" line, all codecs associated with the 918 payload type number MUST share an identical codec configuration. 919 This means that the codecs MUST share the same media type, encoding 920 name, clock rate and any parameter that can affect the codec 921 configuration and packetization. 922 [I-D.ietf-mmusic-sdp-mux-attributes] lists SDP attributes, whose 923 attribute values must be identical for all codecs that use the same 924 payload type value. 926 10.2. Associating RTP/RTCP Streams With Correct SDP Media Description 928 NOTE: The text in this section is copied from Appendix B of JSEP. 929 The community has not yet agreed on the text. 931 As described in [RFC3550], RTP packets are associated with RTP 932 streams [RFC7656]. Each RTP stream is identified by an SSRC value, 933 and each RTP packet includes an SSRC field that is used to associate 934 the packet with the correct RTP stream. RTCP packets also use SSRCs 935 to identify which RTP streams the packet relates to. However, a RTCP 936 packet can contain multiple SSRC fields, in the course of providing 937 feedback or reports on different RTP streams, and therefore can be 938 associated with multiple such streams. 940 In order to be able to process received RTP/RTCP packets correctly, 941 it must be possible to associate an RTP stream with the correct "m=" 942 line, as the "m=" line and SDP attributes associated with the "m=" 943 line contain information needed to process the packets. 945 As all RTP streams associated with a BUNDLE group use the same 946 address:port combination for sending and receiving RTP/RTCP packets, 947 the local address:port combination cannot be used to associate an RTP 948 stream with the correct "m=" line. In addition, multiple RTP streams 949 might be associated with the same "m=" line. 951 An offerer and answerer can inform each other which SSRC values they 952 will use for an RTP stream by using the SDP 'ssrc' attribute 953 [RFC5576]. However, an offerer will not know which SSRC values the 954 answerer will use until the offerer has received the answer providing 955 that information. Due to this, before the offerer has received the 956 answer, the offerer will not be able to associate an RTP stream with 957 the correct "m=" line using the SSRC value associated with the RTP 958 stream. In addition, the offerer and answerer may start using new 959 SSRC values mid-session, without informing each other using the SDP 960 'ssrc' attribute. 962 In order for an offerer and answerer to always be able to associate 963 an RTP stream with the correct "m=" line, the offerer and answerer 964 using the BUNDLE extension MUST support the mechanism defined in 965 section 14, where the offerer and answerer insert the identification- 966 tag associated with an "m=" line (provided by the remote peer) into 967 RTP and RTCP packets associated with a BUNDLE group. 969 When using this mechanism, the mapping from an SSRC to an 970 identification-tag is carried in RTP header extensions or RTCP SDES 971 packets, as specified in section 14. Since a compound RTCP packet 972 can contain multiple RTCP SDES packets, and each RTCP SDES packet can 973 contain multiple chunks, a single RTCP packet can contain several 974 SSRC to identification-tag mappings. The offerer and answerer 975 maintain tables used for routing that are updated each time an RTP/ 976 RTCP packet contains new information that affects how packets should 977 be routed. 979 However, some implementations of may not include this identification- 980 tag in their RTP and RTCP traffic when using the BUNDLE mechanism, 981 and instead use a payload type based mechanism for demuxing. In this 982 situation, each "m=" line MUST use unique payload type values, in 983 order for the payload type to be a reliable indicator of the relevant 984 "m=" line for the RTP stream. Note that when using payload type 985 based demuxing, an SSRC will be mapped to an "m=" line by the first 986 packet with that SSRC, and the mapping will not be changed even if 987 the same SSRC is received with a different payload type. In other 988 words, the SSRC cannot to "move" to a different "m=" line simply by 989 changing the payload type. 991 Applications can implement RTP stacks in many different ways. The 992 algorithm below details one way that demultiplexing can be 993 accomplished, but is not meant to be prescriptive about exactly how 994 an RTP stack needs to be implemented. Applications MAY use any 995 algorithm that achieves equivalent results to those described in the 996 algorithm below. 998 To prepare for demultiplexing RTP/RTCP packets to the correct "m=" 999 line, the following steps MUST be followed for each BUNDLE group. 1001 Construct a table mapping MID to "m=" line for each "m=" line in 1002 this BUNDLE group. Note that an "m=" line may only have one MID. 1004 Construct a table mapping incoming SSRC to "m=" line for each "m=" 1005 line in this BUNDLE group and for each SSRC configured for 1006 receiving in that "m=" line. 1008 Construct a table mapping outgoing SSRC to "m=line" for each "m=" 1009 line in this BUNDLE group and for each SSRC configured for sending 1010 in that "m=" line. 1012 Construct a table mapping payload type to "m=" line for each "m=" 1013 line in the BUNDLE group and for each payload type configured for 1014 receiving in that "m=" line. If any payload type is configured 1015 for receiving in more than one "m=" line in the BUNDLE group, do 1016 not it include it in the table, as it cannot be used to uniquely 1017 identify a "m=" line. 1019 Note that for each of these tables, there can only be one mapping 1020 for any given key (MID, SSRC, or PT). In other words, the tables 1021 are not multimaps. 1023 As "m=" lines are added or removed from the BUNDLE groups, or their 1024 configurations are changed, the tables above MUST also be updated. 1026 For each RTP packet received, the following steps MUST be followed to 1027 route the packet to the correct "m=" section within a BUNDLE group. 1028 Note that the phrase 'deliver a packet to the "m=" line' means to 1029 further process the packet as would normally happen with RTP/RTCP, if 1030 it were received on a transport associated with that "m=" line 1031 outside of a BUNDLE group (i.e., if the "m=" line were not BUNDLEd), 1032 including dropping an RTP packet if the packet's PT does not match 1033 any PT in the "m=" line. 1035 If the packet has a MID, and that MID is not in the table mapping 1036 MID to "m=" line, drop the packet and stop. 1038 If the packet has a MID, and the packet's extended sequence number 1039 is greater than that of the last MID update, as discussed in 1040 [RFC7941], Section 4.2.6, update the incoming SSRC mapping table 1041 to include an entry that maps the packet's SSRC to the "m=" line 1042 for that MID. 1044 If the packet's SSRC is in the incoming SSRC mapping table, check 1045 that the packet's PT matches a PT included on the associated "m=" 1046 line. If so, route the packet to that associated "m=" line and 1047 stop; otherwise drop the packet and stop. 1049 If the packet's payload type is in the payload type table, update 1050 the the incoming SSRC mapping table to include an entry that maps 1051 the packet's SSRC to the "m=" line for that payload type. In 1052 addition, route the packet to the associated "m=" line and stop. 1054 Otherwise, drop the packet. 1056 For each RTCP packet received (including each RTCP packet that is 1057 part of a compound RTCP packet), the packet MUST be routed to the 1058 "m=" line for the RTP streams it contains information about. This 1059 routing is type-dependent, as each kind of RTCP packet has its own 1060 mechanism for associating it with the relevant RTP streams. 1062 Packets for which no appropriate "m=" line can be identified (i.e., 1063 for unknown RTP streams) are not relevant in the context of this 1064 algorithm and MAY be dropped. This situation may occur with certain 1065 multiparty RTP topologies. 1067 Rules for handling the various types of RTCP packets are explained 1068 below. 1070 If the packet is of type SDES, for each chunk in the packet whose 1071 SSRC is found in the incoming SSRC table, deliver a copy of the 1072 packet to the "m=" line associated with that SSRC. In addition, 1073 for any SDES MID items contained in these chunks, if the MID is 1074 found in the table mapping MID to "m=" line, update the incoming 1075 SSRC table to include an entry that maps the chunk's SSRC to the 1076 "m=" line associated with that MID, unless the packet is older 1077 than the packet that most recently updated the mapping for this 1078 SSRC, as discussed in [RFC7941], Section 4.2.6. 1080 Note that if an SDES packet is received as part of a compound RTCP 1081 packet, the SSRC to "m=" line mapping may not exist until the SDES 1082 packet is handled (e.g., in the case where RTCP for a source is 1083 received before any RTP packets). Therefore, when processing a 1084 compound packet, any contained SDES packet MUST be handled first. 1086 If the packet is of type BYE, it indicates that the RTP streams 1087 referenced in the packet are ending. Therefore, for each SSRC 1088 indicated in the packet that is found in the incoming SSRC table, 1089 first deliver a copy of the packet to the "m=" line associated 1090 with that SSRC, but then remove the entry for that SSRC from the 1091 incoming SSRC table after an appropriate delay to account for 1092 "straggler packets", as specified in [RFC3550], Section 6.2.1. 1094 If the packet is of type SR or RR, for each report block in the 1095 report whose "SSRC of source" is found in the outgoing SSRC table, 1096 deliver a copy of the RTCP packet to the "m=" line associated with 1097 that SSRC. In addition, if the packet is of type SR, and the 1098 sender SSRC for the packet is found in the incoming SSRC table, 1099 deliver a copy of the packet to the "m=" line associated with that 1100 SSRC. 1102 If the implementation supports RTCP XR and the packet is of type 1103 XR, as defined in [RFC3611], for each report block in the report 1104 whose "SSRC of source" is is found in the outgoing SSRC table, 1105 deliver a copy of the RTCP packet to the "m=" line associated with 1106 that SSRC. In addition, if the sender SSRC for the packet is 1107 found in the incoming SSRC table, deliver a copy of the packet to 1108 the "m=" line associated with that SSRC. 1110 If the packet is a feedback message of type RTPFB or PSFB, as 1111 defined in [RFC4585], it will contain a media source SSRC, and 1112 this SSRC is used for routing certain subtypes of feedback 1113 messages. However, several subtypes of PSFB messages include 1114 target SSRC(s) in a section called Feedback Control Information 1115 (FCI). For these messages, the target SSRC(s) are used for 1116 routing. 1118 If the packet is a feedback message that does not include target 1119 SSRCs in its FCI section, and the media source SSRC is found in 1120 the outgoing SSRC table, deliver the packet to the "m=" line 1121 associated with that SSRC. RTPFB and PSFB types that are handled 1122 in this way include: 1124 Generic NACK: [RFC4585] (PT=RTPFB, FMT=1). 1126 Picture Loss Indication (PLI): [RFC4585] (PT=PSFB, FMT=1). 1128 Slice Loss Indication (SLI): [RFC4585] (PT=PSFB, FMT=2). 1130 Reference Picture Selection Indication (RPSI): [RFC4585] 1131 (PT=PSFB, FMT=3). 1133 If the packet is a feedback message that does include target 1134 SSRC(s) in its FCI section, it can either be a request or a 1135 notification. Requests reference a RTP stream that is being sent 1136 by the message recipient, whereas notifications are responses to 1137 an earlier request, and therefore reference a RTP stream that is 1138 being received by the message recipient. 1140 If the packet is a feedback request that includes target SSRC(s), 1141 for each target SSRC that is found in the outgoing SSRC table, 1142 deliver a copy of the RTCP packet to the "m=" line associated with 1143 that SSRC. PSFB types that are handled in this way include: 1145 Full Intra Request (FIR): [RFC5104] (PT=PSFB, FMT=4). 1147 Temporal-Spatial Trade-off Request (TSTR): [RFC5104] (PT=PSFB, 1148 FMT=5). 1150 H.271 Video Back Channel Message (VBCM): [RFC5104] (PT=PSFB, 1151 FMT=7). 1153 Layer Refresh Request (LRR): [I-D.ietf-avtext-lrr] (PT=PSFB, 1154 FMT=TBD). 1156 If the packet is a feedback notification that include target 1157 SSRC(s), for each target SSRC that is found in the incoming SSRC 1158 table, deliver a copy of the RTCP packet to the "m=" line 1159 associated with that SSRC. PSFB types that are handled in this 1160 way include: 1162 Temporal-Spatial Trade-off Notification (TSTN): [RFC5104] 1163 (PT=PSFB, FMT=6). This message is a notification in response 1164 to a prior TSTR. 1166 If the packet is of type APP, the only routing information 1167 included is the source of the packet, and therefore the packet 1168 could be related to any existing "m=" line. Accordingly, deliver 1169 a copy of the packet to each "m=" line. 1171 10.3. RTP/RTCP Multiplexing 1173 Within a BUNDLE group, the offerer and answerer MUST enable RTP/RTCP 1174 multiplexing [RFC5761] for the RTP-based media specified by the 1175 BUNDLE group. 1177 When RTP/RTCP multiplexing is enabled, the same address:port 1178 combination will be used for sending all RTP packets and the RTCP 1179 packets associated with the BUNDLE group. Each endpoint will send 1180 the packets towards the BUNDLE address of the other endpoint. The 1181 same address:port combination MAY be used for receiving RTP packets 1182 and RTCP packets. 1184 10.3.1. SDP Offer/Answer Procedures 1186 This section describes how an offerer and answerer use the SDP 'rtcp- 1187 mux' attribute [RFC5761] and the SDP 'rtcp-mux-only' attribute 1188 [I-D.ietf-mmusic-mux-exclusive] to negotiate usage of RTP/RTCP 1189 multiplexing for RTP-based media associated with a BUNDLE group. 1191 The mux category [I-D.ietf-mmusic-sdp-mux-attributes] of the SDP 1192 'rtcp-mux' and 'rtcp-mux-only' attributes is IDENTICAL. Section 8.1 1193 describes the details regarding which bundled "m=" lines an offerer 1194 and answerer associates the attributes with. 1196 RTP/RTCP multiplexing only applies to RTP-based media. However, as 1197 described in Section 8.1, within a BUNDLE group the SDP 'rtcp-mux' 1198 and SDP 'rtcp-mux-only' attributes might be associated with a non- 1199 RTP-based bundled "m=" line. 1201 10.3.1.1. Generating the Initial SDP Offer 1203 When an offerer generates an initial offer, if the offer contains one 1204 or more RTP-based bundled "m=" lines (or, if there is a chance that 1205 RTP-based "m=" lines will later be added to the BUNDLE group), the 1206 offerer MUST associate an SDP 'rtcp-mux' attribute [RFC5761] with one 1207 or more "m=" lines, following the procedures for IDENTICAL mux 1208 category attributes in Section 8.1. In addition, the offerer MAY 1209 associate an SDP 'rtcp-mux-only' attribute 1210 [I-D.ietf-mmusic-mux-exclusive] with the same "m=" lines. 1212 NOTE: Whether the offerer associates the SDP 'rtcp-mux-only' 1213 attribute depends on whether the offerer supports fallback to usage 1214 of a separate port for RTCP in case the answerer moves one or more 1215 RTP-based "m=" line out of the BUNDLE group in the answer. 1217 NOTE: If the offerer associates an SDP 'rtcp-mux' attribute with one 1218 or more bundled "m=" lines, but does not associate an SDP 'rtcp-mux- 1219 only' attribute, the offerer can also associate an SDP 'rtcp' 1220 attribute [RFC3605] with one or more RTP-based "m=" line in order to 1221 provide a fallback port for RTCP, as described in [RFC5761]. 1222 However, the fallback port will only be used for RTP-based "m=" lines 1223 moved out of the BUNDLE group by the answerer. 1225 In the initial offer, the address:port combination for RTCP MUST be 1226 unique in each bundled RTP-based "m=" line (excluding a bundle-only 1227 "m=" line), similar to RTP. 1229 10.3.1.2. Generating the SDP Answer 1231 When an answerer generates an answer, if the answerer supports RTP- 1232 based media, and if a bundled "m=" line in the offer contained an SDP 1233 'rtcp-mux' attribute, the answerer MUST enable usage of RTP/RTCP 1234 multiplexing, even if there currently are no RTP-based "m=" lines 1235 within the BUNDLE group. The answerer MUST associate an SDP 'rtcp- 1236 mux' attribute with "m=" lines within the BUNDLE group in the answer 1237 following the procedures for IDENTICAL mux category attributes in 1238 Section 8.1. In addition, if the "m=" line in the offer contained an 1239 an SDP "rtcp-mux-only" attribute, the answerer MUST associate an SDP 1240 "rtcp-mux-only" attribute with the "m=" line in the answer. 1242 If the "m=" line associated with the offerer BUNDLE-tag in the offer 1243 contained an SDP 'rtcp-mux-only' attribute, and if the answerer moves 1244 an RTP-based "m=" line out of the BUNDLE group in the answer 1245 Section 8.3.3, the answerer MUST either associate the attribute with 1246 the moved "m=" line (and enable RTP/RTCP multiplexing for the media 1247 associated with the "m=" line), or reject the "m=" line 1248 Section 8.3.4. 1250 The answerer MUST NOT associate an SDP 'rtcp' attribute with any "m=" 1251 line within the BUNDLE group in the answer. The answerer will use 1252 the port value of the selected offerer BUNDLE address for sending RTP 1253 and RTCP packets associated with each RTP-based bundled "m=" line 1254 towards the offerer. 1256 If the usage of RTP/RTCP multiplexing within a BUNDLE group has been 1257 negotiated in a previous offer/answer transaction, the answerer MUST 1258 associate an SDP 'rtcp-mux' attribute with the "m=" line associated 1259 with the answerer BUNDLE-tag in the answer. It is not possible to 1260 disable RTP/RTCP multiplexing within a BUNDLE group. 1262 10.3.1.3. Offerer Processing of the SDP Answer 1264 When an offerer receives an answer, if the answerer has accepted the 1265 usage of RTP/RTCP multiplexing (see Section 10.3.1.2), the answerer 1266 follows the procedures for RTP/RTCP multiplexing defined in 1267 [RFC5761]. The offerer will use the port value associated with the 1268 answerer BUNDLE address for sending RTP and RTCP packets associated 1269 with each RTP-based bundled "m=" line towards the answerer. 1271 NOTE: It is considered a protocol error if the answerer has not 1272 accepted the usage of RTP/RTCP multiplexing for RTP-based "m=" lines 1273 that the answerer included in the BUNDLE group. 1275 10.3.1.4. Modifying the Session 1277 When an offerer generates a subsequent offer, the offerer MUST 1278 associate an SDP 'rtcp-mux' attribute with a bundled "m=" line, 1279 following the procedures for IDENTICAL mux category attributes in 1280 Section 8.1. 1282 If the offerer wants to add a bundled RTP-based "m=" line to the 1283 BUNDLE group, it MAY also associate an SDP 'rtcp-mux-only' attribute 1284 with a bundled "m=", following the procedures for IDENTICAL mux 1285 category attributes in Section 8.1. This allows the offerer to 1286 mandate RTP/RTCP multiplexing for the added "m=" line (or the "m=" 1287 line to be rejected by the answerer) even if the answerer does not 1288 accept the "m=" line within the BUNDLE group. 1290 11. ICE Considerations 1292 This section describes how to use the BUNDLE grouping extension 1293 together with the Interactive Connectivity Establishment (ICE) 1294 mechanism [I-D.ietf-ice-rfc5245bis]. 1296 The generic procedures for negotiating usage of ICE using SDP, 1297 defined in [I-D.ietf-mmusic-ice-sip-sdp], also apply to usage of ICE 1298 with BUNDLE, with the following exceptions: 1300 o When BUNDLE addresses for a BUNDLE group have been selected for 1301 both endpoints, ICE connectivity checks and keep-alives only need 1302 to be performed for the whole BUNDLE group, instead of per bundled 1303 "m=" line. 1305 o Among bundled "m=" lines (including any bundle-only "m=" line) 1306 with which the offerer has associated a shared address, the 1307 offerer only associates ICE-related media-level SDP attributes 1308 with the "m=" line associated with the offerer BUNDLE-tag, 1309 following the procedures in Section 8.1. 1311 o Among "m=" lines with which the answerer has associated a shared 1312 address within a BUNDLE group, the answerer only associates ICE- 1313 related media-level SDP attributes with the "m=" line associated 1314 with the answerer BUNDLE-tag, following the procedures in 1315 Section 8.1. 1317 Support and usage of ICE mechanism together with the BUNDLE extension 1318 is OPTIONAL. 1320 11.1. SDP Offer/Answer Procedures 1322 When an offerer associates a unique address with a bundled "m=" line 1323 (excluding any bundle-only "m=" line), the offerer MUST associate SDP 1324 'candidate' attributes (and other applicable ICE-related media-level 1325 SDP attributes), containing unique ICE properties (candidates etc), 1326 with the "m=" line, according to the procedures in 1327 [I-D.ietf-mmusic-ice-sip-sdp]. 1329 When an offerer associates a shared address with a bundled "m=" line, 1330 the offerer MUST associate SDP 'candidate' attributes (and other 1331 applicable ICE-related media-level SDP attributes) with the "m=" line 1332 following the procedures in Section 8.1. 1334 When an answerer associates a shared address with an "m=" line within 1335 a BUNDLE group, if the answerer MUST associate SDP 'candidate' 1336 attributes (and other applicable ICE-related media-level SDP 1337 attributes) with the "m=" line following the procedures in 1338 Section 8.1. 1340 NOTE: As most ICE-related media-level SDP attributes belong to the 1341 TRANSPORT mux category [I-D.ietf-mmusic-sdp-mux-attributes], the 1342 offerer and answerer follow the procedures in Section 8.1 when 1343 deciding whether to associate an attribute with a bundled "m=" line. 1344 However, in the case of ICE-related media-level attributes, the rules 1345 apply to all attributes (see note below), even if they belong to a 1346 different mux category. 1348 NOTE: The following ICE-related media-level SDP attributes are 1349 defined in [I-D.ietf-mmusic-ice-sip-sdp]: 'candidiate', 'remote- 1350 candidates', 'ice-mismatch', 'ice-ufrag', 'ice-pwd', and 'ice- 1351 pacing'. 1353 11.1.1. Generating the Initial SDP Offer 1355 When an offerer generates an initial offer, the offerer MUST 1356 associate ICE-related media-level SDP attributes with bundled "m=" 1357 lines forllowin the procedures in [Section 11.1]. 1359 11.1.2. Generating the SDP Answer 1361 When an answerer generates an answer that contains a BUNDLE group, 1362 the answer MUST associate ICE-related SDP attributes to "m=" lines 1363 within the BUNDLE group according to [Section 11.1]. 1365 11.1.3. Offerer Processing of the SDP Answer 1367 When an offerer receives an answer, if the answerer supports and uses 1368 the ICE mechanism and the BUNDLE extension, the offerer MUST 1369 associate the ICE properties associated with the offerer BUNDLE 1370 address, selected by the answerer [Section 8.3.1], with each bundled 1371 "m=" line. 1373 11.1.4. Modifying the Session 1375 When an offerer generates a subsequent offer, it MUST associate ICE 1376 properties to bundled "m=" lines following the procedures in 1377 [Section 11.1]. 1379 12. DTLS Considerations 1381 One or more media streams within a BUNDLE group might use the 1382 Datagram Transport Layer Security (DTLS) protocol [RFC6347] in order 1383 to encrypt the data, or to negotiate encryption keys if another 1384 encryption mechanism is used to encrypt media. 1386 When DTLS is used within a BUNDLE group, the following rules apply: 1388 o There can only be one DTLS association [RFC6347] associated with 1389 the BUNDLE group; and 1391 o Each usage of the DTLS association within the BUNDLE group MUST 1392 use the same mechanism for determining which endpoints (the 1393 offerer or answerer) become DTLS client and DTLS server; and 1395 o Each usage of the DTLS association within the Bundle group MUST 1396 use the same mechanism for determining whether an offer or answer 1397 will trigger the establishment of a new DTLS association, or 1398 whether an existing DTLS association will be used; and 1400 o If the DTLS client supports DTLS-SRTP [RFC5764] it MUST include 1401 the 'use_srtp' extension [RFC5764] in the DTLS ClientHello message 1402 [RFC5764], The client MUST include the extension even if the usage 1403 of DTLS-SRTP is not negotiated as part of the multimedia session 1404 (e.g., SIP session [RFC3261]. 1406 NOTE: The inclusion of the 'use_srtp' extension during the initial 1407 DTLS handshake ensures that a DTLS renegotiation will not be required 1408 in order to include the extension, in case DTLS-SRTP encrypted media 1409 is added to the BUNDLE group later during the multimedia session. 1411 13. RTP Header Extensions Consideration 1413 When [RFC5285] RTP header extensions are used in the context of this 1414 specification, the identifier used for a given extension MUST 1415 identify the same extension across all the bundled media 1416 descriptions. 1418 14. Update to RFC 3264 1420 This section replaces the text of the following sections of RFC 3264: 1422 o Section 5.1 (Unicast Streams). 1424 o Section 8.2 (Removing a Media Stream). 1426 o Section 8.4 (Putting a Unicast Media Stream on Hold). 1428 14.1. Original text of section 5.1 (2nd paragraph) of RFC 3264 1430 For recvonly and sendrecv streams, the port number and address in the 1431 offer indicate where the offerer would like to receive the media 1432 stream. For sendonly RTP streams, the address and port number 1433 indirectly indicate where the offerer wants to receive RTCP reports. 1434 Unless there is an explicit indication otherwise, reports are sent to 1435 the port number one higher than the number indicated. The IP address 1436 and port present in the offer indicate nothing about the source IP 1437 address and source port of RTP and RTCP packets that will be sent by 1438 the offerer. A port number of zero in the offer indicates that the 1439 stream is offered but MUST NOT be used. This has no useful semantics 1440 in an initial offer, but is allowed for reasons of completeness, 1441 since the answer can contain a zero port indicating a rejected stream 1442 (Section 6). Furthermore, existing streams can be terminated by 1443 setting the port to zero (Section 8). In general, a port number of 1444 zero indicates that the media stream is not wanted. 1446 14.2. New text replacing section 5.1 (2nd paragraph) of RFC 3264 1448 For recvonly and sendrecv streams, the port number and address in the 1449 offer indicate where the offerer would like to receive the media 1450 stream. For sendonly RTP streams, the address and port number 1451 indirectly indicate where the offerer wants to receive RTCP reports. 1452 Unless there is an explicit indication otherwise, reports are sent to 1453 the port number one higher than the number indicated. The IP address 1454 and port present in the offer indicate nothing about the source IP 1455 address and source port of RTP and RTCP packets that will be sent by 1456 the offerer. A port number of zero in the offer by default indicates 1457 that the stream is offered but MUST NOT be used, but an extension 1458 mechanism might specify different semantics for the usage of a zero 1459 port value. Furthermore, existing streams can be terminated by 1460 setting the port to zero (Section 8). In general, a port number of 1461 zero by default indicates that the media stream is not wanted. 1463 14.3. Original text of section 8.2 (2nd paragraph) of RFC 3264 1465 A stream that is offered with a port of zero MUST be marked with port 1466 zero in the answer. Like the offer, the answer MAY omit all 1467 attributes present previously, and MAY list just a single media 1468 format from amongst those in the offer. 1470 14.4. New text replacing section 8.2 (2nd paragraph) of RFC 3264 1472 A stream that is offered with a port of zero MUST by default be 1473 marked with port zero in the answer, unless an extension mechanism, 1474 which specifies semantics for the usage of a non-zero port value, is 1475 used. If the stream is marked with port zero in the answer, the 1476 answer MAY omit all attributes present previously, and MAY list just 1477 a single media format from amongst those in the offer." 1479 14.5. Original text of section 8.4 (6th paragraph) of RFC 3264 1481 RFC 2543 [10] specified that placing a user on hold was accomplished 1482 by setting the connection address to 0.0.0.0. Its usage for putting 1483 a call on hold is no longer recommended, since it doesn't allow for 1484 RTCP to be used with held streams, doesn't work with IPv6, and breaks 1485 with connection oriented media. However, it can be useful in an 1486 initial offer when the offerer knows it wants to use a particular set 1487 of media streams and formats, but doesn't know the addresses and 1488 ports at the time of the offer. Of course, when used, the port 1489 number MUST NOT be zero, which would specify that the stream has been 1490 disabled. An agent MUST be capable of receiving SDP with a 1491 connection address of 0.0.0.0, in which case it means that neither 1492 RTP nor RTCP should be sent to the peer. 1494 14.6. New text replacing section 8.4 (6th paragraph) of RFC 3264 1496 RFC 2543 [10] specified that placing a user on hold was accomplished 1497 by setting the connection address to 0.0.0.0. Its usage for putting 1498 a call on hold is no longer recommended, since it doesn't allow for 1499 RTCP to be used with held streams, doesn't work with IPv6, and breaks 1500 with connection oriented media. However, it can be useful in an 1501 initial offer when the offerer knows it wants to use a particular set 1502 of media streams and formats, but doesn't know the addresses and 1503 ports at the time of the offer. Of course, when used, the port 1504 number MUST NOT be zero, if it would specify that the stream has been 1505 disabled. However, an extension mechanism might specify different 1506 semantics of the zero port number usage. An agent MUST be capable of 1507 receiving SDP with a connection address of 0.0.0.0, in which case it 1508 means that neither RTP nor RTCP should be sent to the peer. 1510 15. RTP/RTCP extensions for identification-tag transport 1512 SDP Offerers and Answerers [RFC3264] can associate identification- 1513 tags with "m=" lines within SDP Offers and Answers, using the 1514 procedures in [RFC5888]. Each identification-tag uniquely represents 1515 an "m=" line. 1517 This section defines a new RTCP SDES item [RFC3550], 'MID', which is 1518 used to carry identification-tags within RTCP SDES packets. This 1519 section also defines a new RTP SDES header extension [RFC7941], which 1520 is used to carry the 'MID' RTCP SDES item in RTP packets. 1522 The SDES item and RTP SDES header extension make it possible for a 1523 receiver to associate each RTP stream with with a specific "m=" line, 1524 with which the receiver has associated an identification-tag, even if 1525 those "m=" lines are part of the same RTP session. The RTP SDES 1526 header extension also ensures that the media recipient gets the 1527 identification-tag upon receipt of the first decodable media and is 1528 able to associate the media with the correct application. 1530 A media recipient informs the media sender about the identification- 1531 tag associated with an "m=" line through the use of an 'mid' 1532 attribute [RFC5888]. The media sender then inserts the 1533 identification-tag in RTCP and RTP packets sent to the media 1534 recipient. 1536 NOTE: This text above defines how identification-tags are carried in 1537 SDP Offers and Answers. The usage of other signalling protocols for 1538 carrying identification-tags is not prevented, but the usage of such 1539 protocols is outside the scope of this document. 1541 [RFC3550] defines general procedures regarding the RTCP transmission 1542 interval. The RTCP MID SDES item SHOULD be sent in the first few 1543 RTCP packets sent after joining the session, and SHOULD be sent 1544 regularly thereafter. The exact number of RTCP packets in which this 1545 SDES item is sent is intentionally not specified here, as it will 1546 depend on the expected packet loss rate, the RTCP reporting interval, 1547 and the allowable overhead. 1549 The RTP SDES header extension for carrying the 'MID' RTCP SDES SHOULD 1550 be included in some RTP packets at the start of the session and 1551 whenever the SSRC changes. It might also be useful to include the 1552 header extension in RTP packets that comprise access points in the 1553 media (e.g., with video I-frames). The exact number of RTP packets 1554 in which this header extension is sent is intentionally not specified 1555 here, as it will depend on expected packet loss rate and loss 1556 patterns, the overhead the application can tolerate, and the 1557 importance of immediate receipt of the identification-tag. 1559 For robustness purpose, endpoints need to be prepared for situations 1560 where the reception of the identification-tag is delayed, and SHOULD 1561 NOT terminate sessions in such cases, as the identification-tag is 1562 likely to arrive soon. 1564 15.1. RTCP MID SDES Item 1566 0 1 2 3 1567 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 1568 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 1569 | MID=TBD | length | identification-tag ... 1570 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 1572 The identification-tag payload is UTF-8 encoded, as in SDP. 1574 The identification-tag is not zero terminated. 1576 [RFC EDITOR NOTE: Please replace TBD with the assigned SDES 1577 identifier value.] 1579 15.2. RTP SDES Header Extension For MID 1581 The payload, containing the identification-tag, of the RTP SDES 1582 header extension element can be encoded using either the one-byte or 1583 two-byte header [RFC7941]. The identification-tag payload is UTF-8 1584 encoded, as in SDP. 1586 The identification-tag is not zero terminated. Note, that the set of 1587 header extensions included in the packet needs to be padded to the 1588 next 32-bit boundary using zero bytes [RFC5285]. 1590 As the identification-tag is included in either an RTCP SDES item or 1591 an RTP SDES header extension, or both, there should be some 1592 consideration about the packet expansion caused by the 1593 identification-tag. To avoid Maximum Transmission Unit (MTU) issues 1594 for the RTP packets, the header extension's size needs to be taken 1595 into account when encoding the media. 1597 It is recommended that the identification-tag is kept short. Due to 1598 the properties of the RTP header extension mechanism, when using the 1599 one-byte header, a tag that is 1-3 bytes will result in a minimal 1600 number of 32-bit words used for the RTP SDES header extension, in 1601 case no other header extensions are included at the same time. Note, 1602 do take into account that some single characters when UTF-8 encoded 1603 will result in multiple octets. The identification-tag MUST NOT 1604 contain any user information, and applications SHALL avoid generating 1605 the identification-tag using a pattern that enables application 1606 identification. 1608 16. IANA Considerations 1610 16.1. New SDES item 1612 [RFC EDITOR NOTE: Please replace RFCXXXX with the RFC number of this 1613 document.] 1615 [RFC EDITOR NOTE: Please replace TBD with the assigned SDES 1616 identifier value.] 1618 This document adds the MID SDES item to the IANA "RTP SDES item 1619 types" registry as follows: 1621 Value: TBD 1622 Abbrev.: MID 1623 Name: Media Identification 1624 Reference: RFCXXXX 1626 16.2. New RTP SDES Header Extension URI 1628 [RFC EDITOR NOTE: Please replace RFCXXXX with the RFC number of this 1629 document.] 1631 This document defines a new extension URI in the RTP SDES Compact 1632 Header Extensions sub-registry of the RTP Compact Header Extensions 1633 registry sub-registry, according to the following data: 1635 Extension URI: urn:ietf:params:rtp-hdrext:sdes:mid 1636 Description: Media identification 1637 Contact: christer.holmberg@ericsson.com 1638 Reference: RFCXXXX 1640 The SDES item does not reveal privacy information about the users. 1641 It is simply used to associate RTP-based media with the correct SDP 1642 media description (m- line) in the SDP used to negotiate the media. 1644 The purpose of the extension is for the offerer to be able to 1645 associate received multiplexed RTP-based media before the offerer 1646 receives the associated SDP answer. 1648 16.3. New SDP Attribute 1650 [RFC EDITOR NOTE: Please replace RFCXXXX with the RFC number of this 1651 document.] 1653 This document defines a new SDP media-level attribute, 'bundle-only', 1654 according to the following data: 1656 Attribute name: bundle-only 1657 Type of attribute: media 1658 Subject to charset: No 1659 Purpose: Request a media description to be accepted 1660 in the answer only if kept within a BUNDLE 1661 group by the answerer. 1662 Appropriate values: N/A 1663 Contact name: Christer Holmberg 1664 Contact e-mail: christer.holmberg@ericsson.com 1665 Reference: RFCXXXX 1666 Mux category: NORMAL 1668 16.4. New SDP Group Semantics 1670 [RFC EDITOR NOTE: Please replace RFCXXXX with the RFC number of this 1671 document.] 1673 This document registers the following semantics with IANA in the 1674 "Semantics for the "group" SDP Attribute" subregistry (under the 1675 "Session Description Protocol (SDP) Parameters" registry: 1677 Semantics Token Reference 1678 ------------------------------------- ------ --------- 1679 Media bundling BUNDLE [RFCXXXX] 1681 17. Security Considerations 1683 The security considerations defined in [RFC3264] and [RFC5888] apply 1684 to the BUNDLE extension. Bundle does not change which information, 1685 e.g., RTP streams, flows over the network, with the exception of the 1686 usage of the MID SDES item as discussed below. Primarily it changes 1687 which addresses and ports, and thus in which (RTP) sessions that the 1688 information is flowing in. This affects the security contexts being 1689 used and can cause previously separated information flows to share 1690 the same security context. This has very little impact on the 1691 performance of the security mechanism of the RTP sessions. In cases 1692 where one would have applied different security policies on the 1693 different RTP streams being bundled, or where the parties having 1694 access to the security contexts would have differed between the RTP 1695 stream, additional analysis of the implications are needed before 1696 selecting to apply BUNDLE. 1698 The identification-tag, independent of transport, RTCP SDES packet or 1699 RTP header extension, can expose the value to parties beyond the 1700 signaling chain. Therefore, the identification-tag values MUST be 1701 generated in a fashion that does not leak user information, e.g., 1702 randomly or using a per-bundle group counter, and SHOULD be 3 bytes 1703 or less, to allow them to efficiently fit into the MID RTP header 1704 extension. Note that if implementations use different methods for 1705 generating identification-tags this could enable fingerprinting of 1706 the implementation making it vulnerable to targeted attacks. The 1707 identification-tag is exposed on the RTP stream level when included 1708 in the RTP header extensions, however what it reveals of the RTP 1709 media stream structure of the endpoint and application was already 1710 possible to deduce from the RTP streams without the MID SDES header 1711 extensions. As the identification-tag is also used to route the 1712 media stream to the right application functionality it is also 1713 important that the value received is the one intended by the sender, 1714 thus integrity and the authenticity of the source are important to 1715 prevent denial of service on the application. Existing SRTP 1716 configurations and other security mechanisms protecting the whole 1717 RTP/RTCP packets will provide the necessary protection. 1719 When the BUNDLE extension is used, the set of configurations of the 1720 security mechanism used in all the bundled media descriptions will 1721 need to be compatible so that they can simultaneously used in 1722 parallel, at least per direction or endpoint. When using SRTP this 1723 will be the case, at least for the IETF defined key-management 1724 solutions due to their SDP attributes (a=crypto, a=fingerprint, 1725 a=mikey) and their classification in 1726 [I-D.ietf-mmusic-sdp-mux-attributes]. 1728 The security considerations of "RTP Header Extension for the RTP 1729 Control Protocol (RTCP) Source Description Items" [RFC7941] requires 1730 that when RTCP is confidentiality protected that any SDES RTP header 1731 extension carrying an SDES item, such as the MID RTP header 1732 extension, is also protected using commensurate strength algorithms. 1733 However, assuming the above requirements and recommendations are 1734 followed there are no known significant security risks with leaving 1735 the MID RTP header extension without confidentiality protection. 1736 Thus, the requirements in RFC 7941 MAY be ignored for the MID RTP 1737 header extension. Security mechanisms for RTP/RTCP are discussed in 1738 Options for Securing RTP Sessions [RFC7201], for example SRTP 1739 [RFC3711] can provide the necessary security functions of ensuring 1740 the integrity and source authenticity. 1742 18. Examples 1744 18.1. Example: Bundle Address Selection 1746 The example below shows: 1748 o An offer, in which the offerer associates a unique address with 1749 each bundled "m=" line within the BUNDLE group. 1751 o An answer, in which the answerer selects the offerer BUNDLE 1752 address, and then selects its own BUNDLE address (the answerer 1753 BUNDLE address) and associates it with each bundled "m=" line 1754 within the BUNDLE group. 1756 SDP Offer (1) 1758 v=0 1759 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 1760 s= 1761 c=IN IP4 atlanta.example.com 1762 t=0 0 1763 a=group:BUNDLE foo bar 1764 m=audio 10000 RTP/AVP 0 8 97 1765 b=AS:200 1766 a=mid:foo 1767 a=rtcp-mux 1768 a=rtpmap:0 PCMU/8000 1769 a=rtpmap:8 PCMA/8000 1770 a=rtpmap:97 iLBC/8000 1771 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1772 m=video 10002 RTP/AVP 31 32 1773 b=AS:1000 1774 a=mid:bar 1775 a=rtcp-mux 1776 a=rtpmap:31 H261/90000 1777 a=rtpmap:32 MPV/90000 1778 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1780 SDP Answer (2) 1782 v=0 1783 o=bob 2808844564 2808844564 IN IP4 biloxi.example.com 1784 s= 1785 c=IN IP4 biloxi.example.com 1786 t=0 0 1787 a=group:BUNDLE foo bar 1788 m=audio 20000 RTP/AVP 0 1789 b=AS:200 1790 a=mid:foo 1791 a=rtcp-mux 1792 a=rtpmap:0 PCMU/8000 1793 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1794 m=video 20000 RTP/AVP 32 1795 b=AS:1000 1796 a=mid:bar 1797 a=rtpmap:32 MPV/90000 1798 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1800 18.2. Example: BUNDLE Extension Rejected 1802 The example below shows: 1804 o An offer, in which the offerer associates a unique address with 1805 each bundled "m=" line within the BUNDLE group. 1807 o An answer, in which the answerer rejects the offered BUNDLE group, 1808 and associates a unique address with each "m=" line (following 1809 normal RFC 3264 procedures). 1811 SDP Offer (1) 1813 v=0 1814 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 1815 s= 1816 c=IN IP4 atlanta.example.com 1817 t=0 0 1818 a=group:BUNDLE foo bar 1819 m=audio 10000 RTP/AVP 0 8 97 1820 b=AS:200 1821 a=mid:foo 1822 a=rtcp-mux 1823 a=rtpmap:0 PCMU/8000 1824 a=rtpmap:8 PCMA/8000 1825 a=rtpmap:97 iLBC/8000 1826 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1827 m=video 10002 RTP/AVP 31 32 1828 b=AS:1000 1829 a=mid:bar 1830 a=rtcp-mux 1831 a=rtpmap:31 H261/90000 1832 a=rtpmap:32 MPV/90000 1833 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1835 SDP Answer (2) 1837 v=0 1838 o=bob 2808844564 2808844564 IN IP4 biloxi.example.com 1839 s= 1840 c=IN IP4 biloxi.example.com 1841 t=0 0 1842 m=audio 20000 RTP/AVP 0 1843 b=AS:200 1844 a=rtcp-mux 1845 a=rtpmap:0 PCMU/8000 1846 m=video 30000 RTP/AVP 32 1847 b=AS:1000 1848 a=rtcp-mux 1849 a=rtpmap:32 MPV/90000 1851 18.3. Example: Offerer Adds A Media Description To A BUNDLE Group 1853 The example below shows: 1855 o A subsequent offer (the BUNDLE group has been created as part of a 1856 previous offer/answer exchange), in which the offerer adds a new 1857 "m=" line, represented by the "zen" identification-tag, to a 1858 previously negotiated BUNDLE group, associates a unique address 1859 with the added "m=" line, and associates the previously selected 1860 offerer BUNDLE address with each of the other bundled "m=" lines 1861 within the BUNDLE group. 1863 o An answer, in which the answerer associates the answerer BUNDLE 1864 address with each bundled "m=" line (including the newly added 1865 "m=" line) within the BUNDLE group. 1867 SDP Offer (1) 1869 v=0 1870 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 1871 s= 1872 c=IN IP4 atlanta.example.com 1873 t=0 0 1874 a=group:BUNDLE foo bar zen 1875 m=audio 10000 RTP/AVP 0 8 97 1876 b=AS:200 1877 a=mid:foo 1878 a=rtcp-mux 1879 a=rtpmap:0 PCMU/8000 1880 a=rtpmap:8 PCMA/8000 1881 a=rtpmap:97 iLBC/8000 1882 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1883 m=video 10000 RTP/AVP 31 32 1884 b=AS:1000 1885 a=mid:bar 1886 a=rtpmap:31 H261/90000 1887 a=rtpmap:32 MPV/90000 1888 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1889 m=video 20000 RTP/AVP 66 1890 b=AS:1000 1891 a=mid:zen 1892 a=rtcp-mux 1893 a=rtpmap:66 H261/90000 1894 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1896 SDP Answer (2) 1898 v=0 1899 o=bob 2808844564 2808844564 IN IP4 biloxi.example.com 1900 s= 1901 c=IN IP4 biloxi.example.com 1902 t=0 0 1903 a=group:BUNDLE foo bar zen 1904 m=audio 20000 RTP/AVP 0 1905 b=AS:200 1906 a=mid:foo 1907 a=rtcp-mux 1908 a=rtpmap:0 PCMU/8000 1909 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1910 m=video 20000 RTP/AVP 32 1911 b=AS:1000 1912 a=mid:bar 1913 a=rtpmap:32 MPV/90000 1914 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1915 m=video 20000 RTP/AVP 66 1916 b=AS:1000 1917 a=mid:zen 1918 a=rtpmap:66 H261/90000 1919 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1921 18.4. Example: Offerer Moves A Media Description Out Of A BUNDLE Group 1923 The example below shows: 1925 o A subsequent offer (the BUNDLE group has been created as part of a 1926 previous offer/answer transaction), in which the offerer moves a 1927 bundled "m=" line out of a BUNDLE group, associates a unique 1928 address with the moved "m=" line, and associates the offerer 1929 BUNDLE address with each other bundled "m=" line within the BUNDLE 1930 group. 1932 o An answer, in which the answerer moves the "m=" line out of the 1933 BUNDLE group, associates a unique address with the moved "m=" 1934 line, and associates the answerer BUNDLE address with each of the 1935 remaining bundled "m=" line within the BUNDLE group. 1937 SDP Offer (1) 1939 v=0 1940 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 1941 s= 1942 c=IN IP4 atlanta.example.com 1943 t=0 0 1944 a=group:BUNDLE foo bar 1945 m=audio 10000 RTP/AVP 0 8 97 1946 b=AS:200 1947 a=mid:foo 1948 a=rtcp-mux 1949 a=rtpmap:0 PCMU/8000 1950 a=rtpmap:8 PCMA/8000 1951 a=rtpmap:97 iLBC/8000 1952 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1953 m=video 10000 RTP/AVP 31 32 1954 b=AS:1000 1955 a=mid:bar 1956 a=rtpmap:31 H261/90000 1957 a=rtpmap:32 MPV/90000 1958 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1959 m=video 50000 RTP/AVP 66 1960 b=AS:1000 1961 a=mid:zen 1962 a=rtcp-mux 1963 a=rtpmap:66 H261/90000 1965 SDP Answer (2) 1967 v=0 1968 o=bob 2808844564 2808844564 IN IP4 biloxi.example.com 1969 s= 1970 c=IN IP4 biloxi.example.com 1971 t=0 0 1972 a=group:BUNDLE foo bar 1973 m=audio 20000 RTP/AVP 0 1974 b=AS:200 1975 a=mid:foo 1976 a=rtcp-mux 1977 a=rtpmap:0 PCMU/8000 1978 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1979 m=video 20000 RTP/AVP 32 1980 b=AS:1000 1981 a=mid:bar 1982 a=rtpmap:32 MPV/90000 1983 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 1984 m=video 60000 RTP/AVP 66 1985 b=AS:1000 1986 a=mid:zen 1987 a=rtcp-mux 1988 a=rtpmap:66 H261/90000 1990 18.5. Example: Offerer Disables A Media Description Within A BUNDLE 1991 Group 1993 The example below shows: 1995 o A subsequent offer (the BUNDLE group has been created as part of a 1996 previous offer/answer transaction), in which the offerer disables 1997 a bundled "m=" line within a BUNDLE group, assigns a zero port 1998 number to the disabled "m=" line, and associates the offerer 1999 BUNDLE address with each of the other bundled "m=" lines within 2000 the BUNDLE group. 2002 o An answer, in which the answerer moves the disabled "m=" line out 2003 of the BUNDLE group, assigns a zero port value to the disabled 2004 "m=" line, and associates the answerer BUNDLE address with each of 2005 the remaining bundled "m=" line within the BUNDLE group. 2007 SDP Offer (1) 2009 v=0 2010 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 2011 s= 2012 c=IN IP4 atlanta.example.com 2013 t=0 0 2014 a=group:BUNDLE foo bar 2015 m=audio 10000 RTP/AVP 0 8 97 2016 b=AS:200 2017 a=mid:foo 2018 a=rtcp-mux 2019 a=rtpmap:0 PCMU/8000 2020 a=rtpmap:8 PCMA/8000 2021 a=rtpmap:97 iLBC/8000 2022 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 2023 m=video 10000 RTP/AVP 31 32 2024 b=AS:1000 2025 a=mid:bar 2026 a=rtpmap:31 H261/90000 2027 a=rtpmap:32 MPV/90000 2028 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 2029 m=video 0 RTP/AVP 66 2030 a=mid:zen 2031 a=rtpmap:66 H261/90000 2033 SDP Answer (2) 2035 v=0 2036 o=bob 2808844564 2808844564 IN IP4 biloxi.example.com 2037 s= 2038 c=IN IP4 biloxi.example.com 2039 t=0 0 2040 a=group:BUNDLE foo bar 2041 m=audio 20000 RTP/AVP 0 2042 b=AS:200 2043 a=mid:foo 2044 a=rtcp-mux 2045 a=rtpmap:0 PCMU/8000 2046 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 2047 m=video 20000 RTP/AVP 32 2048 b=AS:1000 2049 a=mid:bar 2050 a=rtpmap:32 MPV/90000 2051 a=extmap 1 urn:ietf:params:rtp-hdrext:sdes:mid 2052 m=video 0 RTP/AVP 66 2053 a=mid:zen 2054 a=rtpmap:66 H261/90000 2056 19. Acknowledgements 2058 The usage of the SDP grouping extension for negotiating bundled media 2059 is based on a similar alternatives proposed by Harald Alvestrand and 2060 Cullen Jennings. The BUNDLE extension described in this document is 2061 based on the different alternative proposals, and text (e.g., SDP 2062 examples) have been borrowed (and, in some cases, modified) from 2063 those alternative proposals. 2065 The SDP examples are also modified versions from the ones in the 2066 Alvestrand proposal. 2068 Thanks to Paul Kyzivat, Martin Thomson, Flemming Andreasen, Thomas 2069 Stach, Ari Keranen, Adam Roach, Christian Groves, Roman Shpount, 2070 Suhas Nandakumar, Nils Ohlmeier, Jens Guballa, Raju Makaraju and 2071 Justin Uberti for reading the text, and providing useful feedback. 2073 Thanks to Bernard Aboba, Cullen Jennings, Peter Thatcher, Justin 2074 Uberti, and Magnus Westerlund for providing the text for the section 2075 on RTP/RTCP stream association. 2077 Thanks to Magnus Westerlund, Colin Perkins and Jonathan Lennox for 2078 providing help and text on the RTP/RTCP procedures. 2080 Thanks to Spotify for providing music for the countless hours of 2081 document editing. 2083 20. Change Log 2085 [RFC EDITOR NOTE: Please remove this section when publishing] 2087 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-37 2089 o The following GitHub pull request was merged: 2091 o https://github.com/cdh4u/draft-sdp-bundle/pull/33 2093 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-36 2095 o The following GitHub pull requests were merged: 2097 o https://github.com/cdh4u/draft-sdp-bundle/pull/32 2099 o - extmap handling in BUNDLE. 2101 o https://github.com/cdh4u/draft-sdp-bundle/pull/31 2103 o - Additional Acknowledgement text added. 2105 o https://github.com/cdh4u/draft-sdp-bundle/pull/30 2107 o - MID SDES item security procedures updated 2109 o https://github.com/cdh4u/draft-sdp-bundle/pull/29 2111 o - Appendix B of JSEP moved into BUNDLE. 2113 o - Associating RTP/RTCP packets with SDP m- lines. 2115 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-35 2117 o Editorial changes on RTP streaming mapping section based on 2118 comments from Colin Perkins. 2120 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-34 2122 o RTP streams, instead of RTP packets, are associated with m- lines. 2124 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-33 2126 o Editorial changes based on comments from Eric Rescorla and Cullen 2127 Jennings: 2129 o - Changes regarding usage of RTP/RTCP multiplexing attributes. 2131 o - Additional text regarding associating RTP/RTCP packets with SDP 2132 m- lines. 2134 o - Reference correction. 2136 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-32 2138 o Editorial changes based on comments from Eric Rescorla and Cullen 2139 Jennings: 2141 o - Justification for mechanism added to Introduction. 2143 o - Clarify that the order of m- lines in the group:BUNDLE attribute 2144 does not have to be the same as the order in which the m- lines 2145 are listed in the SDP. 2147 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-31 2149 o Editorial changes based on GitHub Pull requests by Martin Thomson: 2151 o - https://github.com/cdh4u/draft-sdp-bundle/pull/2 2153 o - https://github.com/cdh4u/draft-sdp-bundle/pull/1 2155 o Editorial change based on comment from Diederick Huijbers (9th 2156 July 2016). 2158 o Changes based on comments from Flemming Andreasen (21st June 2159 2016): 2161 o - Mux category for SDP bundle-only attribute added. 2163 o - Mux category considerations editorial clarification. 2165 o - Editorial changes. 2167 o RTP SDES extension according to draft-ietf-avtext-sdes-hdr-ext. 2169 o Note whether Design Considerations appendix is to be kept removed: 2171 o - Appendix is kept within document. 2173 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-30 2175 o Indicating in the Abstract and Introduction that the document 2176 updates RFC 3264. 2178 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-29 2179 o Change based on WGLC comment from Colin Perkins. 2181 o - Clarify that SSRC can be reused by another source after a delay 2182 of 5 RTCP reporting intervals. 2184 o Change based on WGLC comment from Alissa Cooper. 2186 o - IANA registry name fix. 2188 o - Additional IANA registration information added. 2190 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-28 2192 o - Alignment with exclusive mux procedures. 2194 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-27 2196 o - Yet another terminology change. 2198 o - Mux category considerations added. 2200 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-26 2202 o - ICE considerations modified: ICE-related SDP attributes only 2203 added to the bundled m- line representing the selected BUNDLE 2204 address. 2206 o - Reference to draft-ietf-mmusic-ice-sip-sdp added. 2208 o - Reference to RFC 5245 replaced with reference to draft-ietf-ice- 2209 rfc5245bis. 2211 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-25 2213 o - RTP/RTCP mux procedures updated with exclusive RTP/RTCP mux 2214 considerations. 2216 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-24 2218 o - Reference and procedures associated with exclusive RTP/RTCP mux 2219 added 2221 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-23 2223 o - RTCP-MUX mandatory for bundled RTP m- lines 2225 o - Editorial fixes based on comments from Flemming Andreasen 2226 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-22 2228 o - Correction of Ari's family name 2230 o - Editorial fixes based on comments from Thomas Stach 2232 o - RTP/RTCP correction based on comment from Magnus Westerlund 2234 o -- http://www.ietf.org/mail-archive/web/mmusic/current/ 2235 msg14861.html 2237 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-21 2239 o - Correct based on comment from Paul Kyzivat 2241 o -- 'received packets' replaced with 'received data' 2243 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-20 2245 o - Clarification based on comment from James Guballa 2247 o - Clarification based on comment from Flemming Andreasen 2249 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-19 2251 o - DTLS Considerations section added. 2253 o - BUNDLE semantics added to the IANA Considerations 2255 o - Changes based on WGLC comments from Adam Roach 2257 o -- http://www.ietf.org/mail-archive/web/mmusic/current/ 2258 msg14673.html 2260 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-18 2262 o - Changes based on agreements at IETF#92 2264 o -- BAS Offer removed, based on agreement at IETF#92. 2266 o -- Procedures regarding usage of SDP "b=" line is replaced with a 2267 reference to to draft-ietf-mmusic-sdp-mux-attributes. 2269 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-17 2271 o - Editorial changes based on comments from Magnus Westerlund. 2273 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-16 2274 o - Modification of RTP/RTCP multiplexing section, based on comments 2275 from Magnus Westerlund. 2277 o - Reference updates. 2279 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-15 2281 o - Editorial fix. 2283 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-14 2285 o - Editorial changes. 2287 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-13 2289 o Changes to allow a new suggested offerer BUNDLE address to be 2290 assigned to each bundled m- line. 2292 o Changes based on WGLC comments from Paul Kyzivat 2294 o - Editorial fixes 2296 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-12 2298 o Usage of SDP 'extmap' attribute added 2300 o SDP 'bundle-only' attribute scoped with "m=" lines with a zero 2301 port value 2303 o Changes based on WGLC comments from Thomas Stach 2305 o - ICE candidates not assigned to bundle-only m- lines with a zero 2306 port value 2308 o - Editorial changes 2310 o Changes based on WGLC comments from Colin Perkins 2312 o - Editorial changes: 2314 o -- "RTP SDES item" -> "RTCP SDES item" 2316 o -- "RTP MID SDES item" -> "RTCP MID SDES item" 2318 o - Changes in section 10.1.1: 2320 o -- "SHOULD NOT" -> "MUST NOT" 2321 o -- Additional text added to the Note 2323 o - Change to section 13.2: 2325 o -- Clarify that mid value is not zero terminated 2327 o - Change to section 13.3: 2329 o -- Clarify that mid value is not zero terminated 2331 o -- Clarify padding 2333 o Changes based on WGLC comments from Paul Kyzivat 2335 o - Editorial changes: 2337 o Changes based on WGLC comments from Jonathan Lennox 2339 o - Editorial changes: 2341 o - Defintion of SDP bundle-only attribute alligned with structure 2342 in 4566bis draft 2344 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-11 2346 o Editorial corrections based on comments from Harald Alvestrand. 2348 o Editorial corrections based on comments from Cullen Jennings. 2350 o Reference update (RFC 7160). 2352 o Clarification about RTCP packet sending when RTP/RTCP multiplexing 2353 is not used (http://www.ietf.org/mail-archive/web/mmusic/current/ 2354 msg13765.html). 2356 o Additional text added to the Security Considerations. 2358 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-10 2360 o SDP bundle-only attribute added to IANA Considerations. 2362 o SDES item and RTP header extension added to Abstract and 2363 Introduction. 2365 o Modification to text updating section 8.2 of RFC 3264. 2367 o Reference corrections. 2369 o Editorial corrections. 2371 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-09 2373 o Terminology change: "bundle-only attribute assigned to m= line" to 2374 "bundle-only attribute associated with m= line". 2376 o Editorial corrections. 2378 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-08 2380 o Editorial corrections. 2382 o - "of"->"if" (8.3.2.5). 2384 o - "optional"->"OPTIONAL" (9.1). 2386 o - Syntax/ABNF for 'bundle-only' attribute added. 2388 o - SDP Offer/Answer sections merged. 2390 o - 'Request new offerer BUNDLE address' section added 2392 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-07 2394 o OPEN ISSUE regarding Receiver-ID closed. 2396 o - RTP MID SDES Item. 2398 o - RTP MID Header Extension. 2400 o OPEN ISSUE regarding insertion of SDP 'rtcp' attribute in answers 2401 closed. 2403 o - Indicating that, when rtcp-mux is used, the answerer MUST NOT 2404 include an 'rtcp' attribute in the answer, based on the procedures 2405 in section 5.1.3 of RFC 5761. 2407 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-06 2409 o Draft title changed. 2411 o Added "SDP" to section names containing "Offer" or "Answer". 2413 o Editorial fixes based on comments from Paul Kyzivat 2414 (http://www.ietf.org/mail-archive/web/mmusic/current/ 2415 msg13314.html). 2417 o Editorial fixed based on comments from Colin Perkins 2418 (http://www.ietf.org/mail-archive/web/mmusic/current/ 2419 msg13318.html). 2421 o - Removed text about extending BUNDLE to allow multiple RTP 2422 sessions within a BUNDLE group. 2424 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-05 2426 o Major re-structure of SDP Offer/Answer sections, to align with RFC 2427 3264 structure. 2429 o Additional definitions added. 2431 o - Shared address. 2433 o - Bundled "m=" line. 2435 o - Bundle-only "m=" line. 2437 o - Offerer suggested BUNDLE mid. 2439 o - Answerer selected BUNDLE mid. 2441 o Q6 Closed (IETF#88): An Offerer MUST NOT assign a shared address 2442 to multiple "m=" lines until it has received an SDP Answer 2443 indicating support of the BUNDLE extension. 2445 o Q8 Closed (IETF#88): An Offerer can, before it knows whether the 2446 Answerer supports the BUNDLE extension, assign a zero port value 2447 to a 'bundle-only' "m=" line. 2449 o SDP 'bundle-only' attribute section added. 2451 o Connection data nettype/addrtype restrictions added. 2453 o RFC 3264 update section added. 2455 o Indicating that a specific payload type value can be used in 2456 multiple "m=" lines, if the value represents the same codec 2457 configuration in each "m=" line. 2459 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-04 2461 o Updated Offerer procedures (http://www.ietf.org/mail- 2462 archive/web/mmusic/current/msg12293.html). 2464 o Updated Answerer procedures (http://www.ietf.org/mail- 2465 archive/web/mmusic/current/msg12333.html). 2467 o Usage of SDP 'bundle-only' attribute added. 2469 o Reference to Trickle ICE document added. 2471 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-02 2473 o Mechanism modified, to be based on usage of SDP Offers with both 2474 different and identical port number values, depending on whether 2475 it is known if the remote endpoint supports the extension. 2477 o Cullen Jennings added as co-author. 2479 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-01 2481 o No changes. New version due to expiration. 2483 Changes from draft-ietf-mmusic-sdp-bundle-negotiation-00 2485 o No changes. New version due to expiration. 2487 Changes from draft-holmberg-mmusic-sdp-multiplex-negotiation-00 2489 o Draft name changed. 2491 o Harald Alvestrand added as co-author. 2493 o "Multiplex" terminology changed to "bundle". 2495 o Added text about single versus multiple RTP Sessions. 2497 o Added reference to RFC 3550. 2499 21. References 2501 21.1. Normative References 2503 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 2504 Requirement Levels", BCP 14, RFC 2119, 2505 DOI 10.17487/RFC2119, March 1997, 2506 . 2508 [RFC3264] Rosenberg, J. and H. Schulzrinne, "An Offer/Answer Model 2509 with Session Description Protocol (SDP)", RFC 3264, 2510 DOI 10.17487/RFC3264, June 2002, 2511 . 2513 [RFC3550] Schulzrinne, H., Casner, S., Frederick, R., and V. 2514 Jacobson, "RTP: A Transport Protocol for Real-Time 2515 Applications", STD 64, RFC 3550, DOI 10.17487/RFC3550, 2516 July 2003, . 2518 [RFC3605] Huitema, C., "Real Time Control Protocol (RTCP) attribute 2519 in Session Description Protocol (SDP)", RFC 3605, 2520 DOI 10.17487/RFC3605, October 2003, 2521 . 2523 [RFC3711] Baugher, M., McGrew, D., Naslund, M., Carrara, E., and K. 2524 Norrman, "The Secure Real-time Transport Protocol (SRTP)", 2525 RFC 3711, DOI 10.17487/RFC3711, March 2004, 2526 . 2528 [RFC4566] Handley, M., Jacobson, V., and C. Perkins, "SDP: Session 2529 Description Protocol", RFC 4566, DOI 10.17487/RFC4566, 2530 July 2006, . 2532 [RFC4961] Wing, D., "Symmetric RTP / RTP Control Protocol (RTCP)", 2533 BCP 131, RFC 4961, DOI 10.17487/RFC4961, July 2007, 2534 . 2536 [RFC5245] Rosenberg, J., "Interactive Connectivity Establishment 2537 (ICE): A Protocol for Network Address Translator (NAT) 2538 Traversal for Offer/Answer Protocols", RFC 5245, 2539 DOI 10.17487/RFC5245, April 2010, 2540 . 2542 [RFC5285] Singer, D. and H. Desineni, "A General Mechanism for RTP 2543 Header Extensions", RFC 5285, DOI 10.17487/RFC5285, July 2544 2008, . 2546 [RFC5761] Perkins, C. and M. Westerlund, "Multiplexing RTP Data and 2547 Control Packets on a Single Port", RFC 5761, 2548 DOI 10.17487/RFC5761, April 2010, 2549 . 2551 [RFC5764] McGrew, D. and E. Rescorla, "Datagram Transport Layer 2552 Security (DTLS) Extension to Establish Keys for the Secure 2553 Real-time Transport Protocol (SRTP)", RFC 5764, 2554 DOI 10.17487/RFC5764, May 2010, 2555 . 2557 [RFC5888] Camarillo, G. and H. Schulzrinne, "The Session Description 2558 Protocol (SDP) Grouping Framework", RFC 5888, 2559 DOI 10.17487/RFC5888, June 2010, 2560 . 2562 [RFC6347] Rescorla, E. and N. Modadugu, "Datagram Transport Layer 2563 Security Version 1.2", RFC 6347, DOI 10.17487/RFC6347, 2564 January 2012, . 2566 [RFC7941] Westerlund, M., Burman, B., Even, R., and M. Zanaty, "RTP 2567 Header Extension for the RTP Control Protocol (RTCP) 2568 Source Description Items", RFC 7941, DOI 10.17487/RFC7941, 2569 August 2016, . 2571 [I-D.ietf-ice-rfc5245bis] 2572 Keranen, A., Holmberg, C., and J. Rosenberg, "Interactive 2573 Connectivity Establishment (ICE): A Protocol for Network 2574 Address Translator (NAT) Traversal", draft-ietf-ice- 2575 rfc5245bis-08 (work in progress), December 2016. 2577 [I-D.ietf-mmusic-sdp-mux-attributes] 2578 Nandakumar, S., "A Framework for SDP Attributes when 2579 Multiplexing", draft-ietf-mmusic-sdp-mux-attributes-16 2580 (work in progress), December 2016. 2582 [I-D.ietf-mmusic-mux-exclusive] 2583 Holmberg, C., "Indicating Exclusive Support of RTP/RTCP 2584 Multiplexing using SDP", draft-ietf-mmusic-mux- 2585 exclusive-11 (work in progress), February 2017. 2587 [I-D.ietf-mmusic-ice-sip-sdp] 2588 Petit-Huguenin, M., Keranen, A., and S. Nandakumar, "Using 2589 Interactive Connectivity Establishment (ICE) with Session 2590 Description Protocol (SDP) offer/answer and Session 2591 Initiation Protocol (SIP)", draft-ietf-mmusic-ice-sip- 2592 sdp-12 (work in progress), March 2017. 2594 21.2. Informative References 2596 [RFC3261] Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston, 2597 A., Peterson, J., Sparks, R., Handley, M., and E. 2598 Schooler, "SIP: Session Initiation Protocol", RFC 3261, 2599 DOI 10.17487/RFC3261, June 2002, 2600 . 2602 [RFC3611] Friedman, T., Ed., Caceres, R., Ed., and A. Clark, Ed., 2603 "RTP Control Protocol Extended Reports (RTCP XR)", 2604 RFC 3611, DOI 10.17487/RFC3611, November 2003, 2605 . 2607 [RFC5104] Wenger, S., Chandra, U., Westerlund, M., and B. Burman, 2608 "Codec Control Messages in the RTP Audio-Visual Profile 2609 with Feedback (AVPF)", RFC 5104, DOI 10.17487/RFC5104, 2610 February 2008, . 2612 [RFC4585] Ott, J., Wenger, S., Sato, N., Burmeister, C., and J. Rey, 2613 "Extended RTP Profile for Real-time Transport Control 2614 Protocol (RTCP)-Based Feedback (RTP/AVPF)", RFC 4585, 2615 DOI 10.17487/RFC4585, July 2006, 2616 . 2618 [RFC5576] Lennox, J., Ott, J., and T. Schierl, "Source-Specific 2619 Media Attributes in the Session Description Protocol 2620 (SDP)", RFC 5576, DOI 10.17487/RFC5576, June 2009, 2621 . 2623 [RFC7160] Petit-Huguenin, M. and G. Zorn, Ed., "Support for Multiple 2624 Clock Rates in an RTP Session", RFC 7160, 2625 DOI 10.17487/RFC7160, April 2014, 2626 . 2628 [RFC7201] Westerlund, M. and C. Perkins, "Options for Securing RTP 2629 Sessions", RFC 7201, DOI 10.17487/RFC7201, April 2014, 2630 . 2632 [RFC7656] Lennox, J., Gross, K., Nandakumar, S., Salgueiro, G., and 2633 B. Burman, Ed., "A Taxonomy of Semantics and Mechanisms 2634 for Real-Time Transport Protocol (RTP) Sources", RFC 7656, 2635 DOI 10.17487/RFC7656, November 2015, 2636 . 2638 [I-D.ietf-mmusic-trickle-ice] 2639 Ivov, E., Rescorla, E., and J. Uberti, "Trickle ICE: 2640 Incremental Provisioning of Candidates for the Interactive 2641 Connectivity Establishment (ICE) Protocol", draft-ietf- 2642 mmusic-trickle-ice-02 (work in progress), January 2015. 2644 [I-D.ietf-avtext-lrr] 2645 Lennox, J., Hong, D., Uberti, J., Holmer, S., and M. 2646 Flodman, "The Layer Refresh Request (LRR) RTCP Feedback 2647 Message", draft-ietf-avtext-lrr-04 (work in progress), 2648 April 2017. 2650 Appendix A. Design Considerations 2652 One of the main issues regarding the BUNDLE grouping extensions has 2653 been whether, in SDP Offers and SDP Answers, the same port value 2654 should be inserted in "m=" lines associated with a BUNDLE group, as 2655 the purpose of the extension is to negotiate the usage of a single 2656 address:port combination for media specified by the "m=" lines. 2657 Issues with both approaches, discussed in the Appendix have been 2658 raised. The outcome was to specify a mechanism which uses SDP Offers 2659 with both different and identical port values. 2661 Below are the primary issues that have been considered when defining 2662 the "BUNDLE" grouping extension: 2664 o 1) Interoperability with existing UAs. 2666 o 2) Interoperability with intermediary B2BUA- and proxy entities. 2668 o 3) Time to gather, and the number of, ICE candidates. 2670 o 4) Different error scenarios, and when they occur. 2672 o 5) SDP Offer/Answer impacts, including usage of port number value 2673 zero. 2675 A.1. UA Interoperability 2677 Consider the following SDP Offer/Answer exchange, where Alice sends 2678 an SDP Offer to Bob: 2680 SDP Offer 2682 v=0 2683 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 2684 s= 2685 c=IN IP4 atlanta.example.com 2686 t=0 0 2687 m=audio 10000 RTP/AVP 97 2688 a=rtpmap:97 iLBC/8000 2689 m=video 10002 RTP/AVP 97 2690 a=rtpmap:97 H261/90000 2692 SDP Answer 2694 v=0 2695 o=bob 2808844564 2808844564 IN IP4 biloxi.example.com 2696 s= 2697 c=IN IP4 biloxi.example.com 2698 t=0 0 2699 m=audio 20000 RTP/AVP 97 2700 a=rtpmap:97 iLBC/8000 2701 m=video 20002 RTP/AVP 97 2702 a=rtpmap:97 H261/90000 2704 RFC 4961 specifies a way of doing symmetric RTP but that is an a 2705 later invention to RTP and Bob can not assume that Alice supports RFC 2706 4961. This means that Alice may be sending RTP from a different port 2707 than 10000 or 10002 - some implementation simply send the RTP from an 2708 ephemeral port. When Bob's endpoint receives an RTP packet, the only 2709 way that Bob knows if it should be passed to the video or audio codec 2710 is by looking at the port it was received on. This lead some SDP 2711 implementations to use the fact that each "m=" line had a different 2712 port number to use that port number as an index to find the correct m 2713 line in the SDP. As a result, some implementations that do support 2714 symmetric RTP and ICE still use a SDP data structure where SDP with 2715 "m=" lines with the same port such as: 2717 SDP Offer 2719 v=0 2720 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 2721 s= 2722 c=IN IP4 atlanta.example.com 2723 t=0 0 2724 m=audio 10000 RTP/AVP 97 2725 a=rtpmap:97 iLBC/8000 2726 m=video 10000 RTP/AVP 98 2727 a=rtpmap:98 H261/90000 2729 will result in the second "m=" line being considered an SDP error 2730 because it has the same port as the first line. 2732 A.2. Usage of port number value zero 2734 In an SDP Offer or SDP Answer, the media specified by an "m=" line 2735 can be disabled/rejected by setting the port number value to zero. 2736 This is different from e.g., using the SDP direction attributes, 2737 where RTCP traffic will continue even if the SDP "inactive" attribute 2738 is indicated for the associated "m=" line. 2740 If each "m=" line associated with a BUNDLE group would contain 2741 different port values, and one of those port values would be used for 2742 a BUNDLE address associated with the BUNDLE group, problems would 2743 occur if an endpoint wants to disable/reject the "m=" line associated 2744 with that port, by setting the port value to zero. After that, no 2745 "m=" line would contain the port value which is used for the BUNDLE 2746 address. In addition, it is unclear what would happen to the ICE 2747 candidates associated with the "m=" line, as they are also used for 2748 the BUNDLE address. 2750 A.3. B2BUA And Proxy Interoperability 2752 Some back to back user agents may be configured in a mode where if 2753 the incoming call leg contains an SDP attribute the B2BUA does not 2754 understand, the B2BUA still generates that SDP attribute in the Offer 2755 for the outgoing call leg. Consider a B2BUA that did not understand 2756 the SDP "rtcp" attribute, defined in RFC 3605, yet acted this way. 2757 Further assume that the B2BUA was configured to tear down any call 2758 where it did not see any RTCP for 5 minutes. In this case, if the 2759 B2BUA received an Offer like: 2761 SDP Offer 2763 v=0 2764 o=alice 2890844526 2890844526 IN IP4 atlanta.example.com 2765 s= 2766 c=IN IP4 atlanta.example.com 2767 t=0 0 2768 m=audio 49170 RTP/AVP 0 2769 a=rtcp:53020 2771 It would be looking for RTCP on port 49172 but would not see any 2772 because the RTCP would be on port 53020 and after five minutes, it 2773 would tear down the call. Similarly, a B2BUA that did not understand 2774 BUNDLE yet put BUNDLE in it's offer may be looking for media on the 2775 wrong port and tear down the call. It is worth noting that a B2BUA 2776 that generated an Offer with capabilities it does not understand is 2777 not compliant with the specifications. 2779 A.3.1. Traffic Policing 2781 Sometimes intermediaries do not act as B2BUA, in the sense that they 2782 don't modify SDP bodies, nor do they terminate SIP dialogs. Still, 2783 however, they may use SDP information (e.g., IP address and port) in 2784 order to control traffic gating functions, and to set traffic 2785 policing rules. There might be rules which will trigger a session to 2786 be terminated in case media is not sent or received on the ports 2787 retrieved from the SDP. This typically occurs once the session is 2788 already established and ongoing. 2790 A.3.2. Bandwidth Allocation 2792 Sometimes intermediaries do not act as B2BUA, in the sense that they 2793 don't modify SDP bodies, nor do they terminate SIP dialogs. Still, 2794 however, they may use SDP information (e.g., codecs and media types) 2795 in order to control bandwidth allocation functions. The bandwidth 2796 allocation is done per "m=" line, which means that it might not be 2797 enough if media specified by all "m=" lines try to use that 2798 bandwidth. That may either simply lead to bad user experience, or to 2799 termination of the call. 2801 A.4. Candidate Gathering 2803 When using ICE, a candidate needs to be gathered for each port. This 2804 takes approximately 20 ms extra for each extra "m=" line due to the 2805 NAT pacing requirements. All of this gather can be overlapped with 2806 other things while for exampe a web-page is loading to minimize the 2807 impact. If the client only wants to generate TURN or STUN ICE 2808 candidates for one of the "m=" lines and then use trickle ICE 2809 [I-D.ietf-mmusic-trickle-ice] to get the non host ICE candidates for 2810 the rest of the "m=" lines, it MAY do that and will not need any 2811 additional gathering time. 2813 Some people have suggested a TURN extension to get a bunch of TURN 2814 allocations at once. This would only provide a single STUN result so 2815 in cases where the other end did not support BUNDLE, may cause more 2816 use of the TURN server but would be quick in the cases where both 2817 sides supported BUNDLE and would fall back to a successful call in 2818 the other cases. 2820 Authors' Addresses 2822 Christer Holmberg 2823 Ericsson 2824 Hirsalantie 11 2825 Jorvas 02420 2826 Finland 2828 Email: christer.holmberg@ericsson.com 2830 Harald Tveit Alvestrand 2831 Google 2832 Kungsbron 2 2833 Stockholm 11122 2834 Sweden 2836 Email: harald@alvestrand.no 2838 Cullen Jennings 2839 Cisco 2840 400 3rd Avenue SW, Suite 350 2841 Calgary, AB T2P 4H2 2842 Canada 2844 Email: fluffy@iii.ca