idnits 2.17.1 draft-nandakumar-rtcweb-sdp-07.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 : ---------------------------------------------------------------------------- ** The document seems to lack a Security Considerations section. ** There is 1 instance of too long lines in the document, the longest one being 3 characters in excess of 72. ** The abstract seems to contain references ([RFC4566], [RFC3264], [WebRTC]), which it shouldn't. Please replace those with straight textual mentions of the documents in question. == There are 234 instances of lines with non-RFC6890-compliant IPv4 addresses in the document. If these are example addresses, they should be changed. == There are 220 instances of lines with private range IPv4 addresses in the document. If these are generic example addresses, they should be changed to use any of the ranges defined in RFC 6890 (or successor): 192.0.2.x, 198.51.100.x or 203.0.113.x. Miscellaneous warnings: ---------------------------------------------------------------------------- == The copyright year in the IETF Trust and authors Copyright Line does not match the current year == The document seems to lack the recommended RFC 2119 boilerplate, even if it appears to use RFC 2119 keywords -- however, there's a paragraph with a matching beginning. Boilerplate error? (The document does seem to have the reference to RFC 2119 which the ID-Checklist requires). -- The document date (February 12, 2015) is 3361 days in the past. Is this intentional? Checking references for intended status: Informational ---------------------------------------------------------------------------- == Missing Reference: 'OPEN ISSUE-1' is mentioned on line 349, but not defined == Unused Reference: 'RFC3952' is defined on line 4552, but no explicit reference was found in the text == Unused Reference: 'RFC3556' is defined on line 4563, but no explicit reference was found in the text == Unused Reference: 'I-D.ietf-mmusic-sdp-simulcast' is defined on line 4636, but no explicit reference was found in the text -- Obsolete informational reference (is this intentional?): RFC 4566 (Obsoleted by RFC 8866) -- Obsolete informational reference (is this intentional?): RFC 5245 (Obsoleted by RFC 8445, RFC 8839) -- Obsolete informational reference (is this intentional?): RFC 3984 (Obsoleted by RFC 6184) -- Obsolete informational reference (is this intentional?): RFC 2326 (Obsoleted by RFC 7826) -- Obsolete informational reference (is this intentional?): RFC 2833 (Obsoleted by RFC 4733, RFC 4734) == Outdated reference: A later version (-54) exists of draft-ietf-mmusic-sdp-bundle-negotiation-12 == Outdated reference: A later version (-14) exists of draft-ietf-mmusic-sdp-simulcast-00 == Outdated reference: A later version (-11) exists of draft-ietf-payload-rtp-opus-03 == Outdated reference: A later version (-17) exists of draft-ietf-payload-vp8-12 == Outdated reference: A later version (-26) exists of draft-ietf-rtcweb-jsep-07 == Outdated reference: A later version (-02) exists of draft-ietf-mmusic-trickle-ice-01 == Outdated reference: A later version (-17) exists of draft-ietf-mmusic-msid-06 == Outdated reference: A later version (-26) exists of draft-ietf-mmusic-sctp-sdp-07 == Outdated reference: A later version (-13) exists of draft-ietf-rtcweb-data-channel-12 Summary: 3 errors (**), 0 flaws (~~), 17 warnings (==), 6 comments (--). Run idnits with the --verbose option for more detailed information about the items above. -------------------------------------------------------------------------------- 2 Network Working Group S. Nandakumar 3 Internet-Draft C. Jennings 4 Intended status: Informational Cisco 5 Expires: August 16, 2015 February 12, 2015 7 SDP for the WebRTC 8 draft-nandakumar-rtcweb-sdp-07 10 Abstract 12 The Web Real-Time Communication [WebRTC] working group is charged to 13 provide protocol support for direct interactive rich communication 14 using audio, video and data between two peers' web browsers. With in 15 the WebRTC framework, Session Description protocol (SDP) [RFC4566] is 16 used for negotiating session capabilities between the peers. Such a 17 negotiation happens based on the SDP Offer/Answer exchange mechanism 18 described in [RFC3264]. 20 This document provides an informational reference in describing the 21 role of SDP and the Offer/Answer exchange mechanism for the most 22 common WebRTC use-cases. 24 This SDP examples provided in this document is still a work in 25 progress, but it aims to align closest to the evolving standards 26 work. 28 Status of This Memo 30 This Internet-Draft is submitted in full conformance with the 31 provisions of BCP 78 and BCP 79. 33 Internet-Drafts are working documents of the Internet Engineering 34 Task Force (IETF). Note that other groups may also distribute 35 working documents as Internet-Drafts. The list of current Internet- 36 Drafts is at http://datatracker.ietf.org/drafts/current/. 38 Internet-Drafts are draft documents valid for a maximum of six months 39 and may be updated, replaced, or obsoleted by other documents at any 40 time. It is inappropriate to use Internet-Drafts as reference 41 material or to cite them other than as "work in progress." 43 This Internet-Draft will expire on August 16, 2015. 45 Copyright Notice 47 Copyright (c) 2015 IETF Trust and the persons identified as the 48 document authors. All rights reserved. 50 This document is subject to BCP 78 and the IETF Trust's Legal 51 Provisions Relating to IETF Documents 52 (http://trustee.ietf.org/license-info) in effect on the date of 53 publication of this document. Please review these documents 54 carefully, as they describe your rights and restrictions with respect 55 to this document. Code Components extracted from this document must 56 include Simplified BSD License text as described in Section 4.e of 57 the Trust Legal Provisions and are provided without warranty as 58 described in the Simplified BSD License. 60 Table of Contents 62 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3 63 2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 3 64 3. SDP and the WebRTC . . . . . . . . . . . . . . . . . . . . . 3 65 4. Offer/Answer and the WebRTC . . . . . . . . . . . . . . . . . 5 66 5. WebRTC Session Description Examples . . . . . . . . . . . . . 6 67 5.1. Some Conventions . . . . . . . . . . . . . . . . . . . . 7 68 5.2. Basic Examples . . . . . . . . . . . . . . . . . . . . . 8 69 5.2.1. Audio Only Session . . . . . . . . . . . . . . . . . 8 70 5.2.2. Audio/Video Session . . . . . . . . . . . . . . . . . 11 71 5.2.3. Data Only Session . . . . . . . . . . . . . . . . . . 16 72 5.2.4. Audio Call On Hold . . . . . . . . . . . . . . . . . 19 73 5.2.5. Audio with DTMF Session . . . . . . . . . . . . . . . 23 74 5.2.6. One Way Audio/Video Session - Document Camera . . . . 27 75 5.2.7. Audio, Video Session with BUNDLE Support Unknown . . 31 76 5.2.8. Audio, Video and Data Session . . . . . . . . . . . . 38 77 5.2.9. Audio, Video Session with BUNDLE Unsupported . . . . 43 78 5.2.10. Audio, Video BUNDLED, but Data (Not BUNDLED) . . . . 47 79 5.2.11. Audio Only, Add Video to BUNDLE . . . . . . . . . . . 52 80 5.3. MultiResolution, RTX, FEC Examples . . . . . . . . . . . 59 81 5.3.1. Sendonly Simulcast Session with 2 cameras and 2 82 encodings per camera . . . . . . . . . . . . . . 59 83 5.3.2. Successful SVC Video Session . . . . . . . . . . . . 65 84 5.3.3. Successful Simulcast Video Session with 85 Retransmission . . . . . . . . . . . . . . . . . . . 70 86 5.3.4. Successful 1-way Simulcast Sessio with 2 resolutions 87 and RTX - One resolution rejected . . . . . . 74 88 5.3.5. Simulcast Video Session with Forward Error Correction 79 89 5.4. Others . . . . . . . . . . . . . . . . . . . . . . . . . 83 90 5.4.1. Audio Session - Voice Activity Detection . . . . . . 83 91 5.4.2. Audio Conference - Voice Activity Detection . . . . . 86 92 5.4.3. Successful legacy Interop Fallaback with bundle-only 90 93 5.4.4. Legacy Interop with RTP/AVP profile . . . . . . . . . 94 94 6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 99 95 7. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 99 96 8. Change Log . . . . . . . . . . . . . . . . . . . . . . . . . 99 97 9. Informative References . . . . . . . . . . . . . . . . . . . 100 98 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 104 100 1. Introduction 102 Javascript Session Exchange Protocol(JSEP) [I-D.ietf-rtcweb-jsep] 103 specifies a generic protocol needed to generate [RFC3264] Offers and 104 Answers negotiated between the WebRTC peers for setting up, updating 105 and tearing down a WebRTC session. For this purpose, SDP is used to 106 construct [RFC3264] Offers/Answers for describing (media and non- 107 media) streams as appropriate for the recipients of the session 108 description to participate in the session. 110 The remainder of this document is organized as follows: Sections 3 111 and 4 provides an overview of SDP and the Offer/Answer exchange 112 mechanism. Section 5 provides sample SDP generated for the most 113 common WebRTC use-cases. 115 2. Terminology 117 The key words "MUST", "MUST NOT", "REQUIRED", "SHOULD", "SHOULD NOT", 118 "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be 119 interpreted as described in [RFC2119]. 121 3. SDP and the WebRTC 123 The purpose of this section is to provide a general overview of SDP 124 and its components. For a more in-depth understanding, the readers 125 are advised to refer to [RFC4566]. 127 The Session Description Protocol (SDP) [RFC4566] describes multimedia 128 sessions, which can contain audio, video, whiteboard, fax, modem, and 129 other streams. SDP provides a general purpose, standard 130 representation to describe various aspects of multimedia session such 131 as media capabilities, transport addresses and related metadata in a 132 transport agnostic manner, for the purposes of session announcement, 133 session invitation and parameter negotiation. 135 As of today SDP is widely used in the context of Session Initiation 136 Protocol [RFC3261], Real-time Transport Protocol [RFC3550] and Real- 137 time Streaming Protocol applications [RFC2326]. 139 Below figure introduces high-level breakup of SDP into components 140 that semantically describe a multimedia session, in our case, a 141 WebRTC session [WebRTC]. It by no means captures everything about 142 SDP and hence, should be used for informational purposes only. 144 +---------------------+ 145 | v= | 146 +---------------------+ 147 +---------------------+ +---------------------+ 148 ==== | Session Metadata | ===== | o= | 149 | +---------------------+ +---------------------- 150 | +---------------------+ 151 | | t= | 152 | +---------------------+ 153 | 154 | 155 | +---------------------+ 156 | | c= | 157 | +---------------------+ 158 | +---------------------+ 159 ==== | Network Description | ===== 160 | +---------------------+ 161 | +---------------------+ 162 | | a=candidate | 163 | +---------------------+ 164 | 165 | 166 | +---------------------+ 167 | | m= | 168 | +---------------------+ 169 | +---------------------+ +---------------------+ 170 ==== | Stream Description | ===== | a=rtpmap | 171 | +---------------------+ +---------------------- 172 | +---------------------+ 173 | | a=fmtp | 174 | +---------------------+ 175 | +---------------------+ 176 | | a=sendrecv.. | 177 | +---------------------+ 178 +---------------+ 179 | SEMANTIC | 180 | COMPONENTS OF | 181 | SDP | 182 +---------------+ 183 | +---------------------+ 184 | | a=crypto | 185 | +---------------------+ 186 | +---------------------+ +---------------------+ 187 ==== |Security Descriptions| =====| a=ice-frag | 188 | +---------------------+ +---------------------- 189 | +---------------------+ 190 | | a=ice-pwd | 191 | +---------------------+ 192 | +---------------------+ 193 | | a=fingerprint | 194 | +---------------------+ 195 | 196 | 197 | 198 | +---------------------+ 199 | | a=rtcp-fb | 200 | +---------------------+ 201 | +---------------------+ +---------------------+ 202 ==== | Qos,Grouping | | | 203 | Descriptions | =====| a=group | 204 +---------------------+ +---------------------- 205 +---------------------+ 206 | a=rtcpmux | 207 +---------------------+ 209 Figure 1: Semantic Components of SDP 211 [WebRTC] proposes JavaScript application to fully specify and control 212 the signaling plane of a multimedia session as described in the JSEP 213 specification [I-D.ietf-rtcweb-jsep]. JSEP provides mechanisms to 214 create session characterization and media definition information to 215 conduct the session based on SDP exchanges. 217 In this context, SDP serves two purposes: 219 1. Provide grammatical structure syntactically. 221 2. Semantically convey partipant's intention and capabilities 222 required to successfully negotiate a session. 224 4. Offer/Answer and the WebRTC 226 This section introduces SDP Offer/Answer Exchange mechanism mandated 227 by WebRTC for negotiating session capabilities while setting up, 228 updating and tearing down a WebRTC session. This section is 229 intentionally brief in nature and interested readers are recommended 230 to refer [RFC3264] for specific details on the protocol operation. 232 The Offer/Answer [RFC3264] model specifies rule for the bilateral 233 exchange of Session Description Protocol (SDP) messages for creation 234 of multimedia streams. It defines protocol with involved 235 participants exchanging desired session characteristics from each 236 others perspective constructed as SDP to negotiate the session 237 between them. 239 In the most basic form,the protocol operation begins by one of the 240 participants sending an initial SDP Offer describing its intent to 241 start a multimedia communication session. The participant receiving 242 the offer MAY generate an SDP Answer accepting the offer or it MAY 243 reject the offer. If the session is accepted the Offer/Answer model 244 guarantees a common view of the multimedia session between the 245 participants. 247 At any time, either participant MAY generate a new SDP offer that 248 updates the session in progress. 250 With in the context of WebRTC, the Offer/Answer model defines the 251 state-machinery for WebRTC peers to negotiate session descriptions 252 between them during the initial setup stages as well as for eventual 253 session updates. Javascript Session Establishment Protocol 254 specification [I-D.ietf-rtcweb-jsep] for WebRTC provides the 255 mechanism for generating [RFC3264] SDP Offers and Answers in order 256 for both sides of the session to agree upon details such as list of 257 media formats to be sent/received, bandwidth information, crypto 258 parameters, transport parameters, for example. 260 5. WebRTC Session Description Examples 262 A typical web based real-time multimedia communication session can be 263 characterized as below: 265 o It has zero or more Audio only, Video only or Audio/Video RTP 266 Sessions, 268 o MAY contain zero or more non-media data sessions, 270 o All the sessions are secured with DTLS-SRTP, 272 o Supports NAT traversal using ICE mechanism, 274 o Provides RTCP based feedback mechanisms, 276 o Sessions can be over IPv4-only, IPv6-only, dual-stack based 277 clients. 279 5.1. Some Conventions 281 The examples given in this document follow the conventions listed 282 below: 284 o In all the examples, Alice and Bob are assumed to be the WebRTC 285 peers. 287 o [I-D.ietf-mmusic-sdp-bundle-negotiation] support for multiplexing 288 several media streams over a single underlying transport is 289 assumed by default unless explicitly specified otherwise. 291 o Call flow diagrams that accompany the use-cases capture only the 292 prominent aspects of the system behavior and intentionally is not 293 detailed to improve readability. 295 o The SDP examples deviate from actual on-the-wire SDP notation in 296 several ways. This is done to facilitate readability and to 297 conform to the restrictionsimposed by the RFC formatting rules. 299 * Any SDP line that is indented (compared to the initial line in 300 the SDP block) is a continuation of the preceding line. The 301 line break and indent are to be interpreted as a single space 302 character. 304 * Empty lines in any SDP example are inserted to make functional 305 divisions in the SDP clearer, and are not actually part of the 306 SDP syntax. 308 * Excepting the above two conventions, line endings are to be 309 interpreted as pairs (that is, an ASCII 13 followed by 310 an ASCII 10). 312 o Against each SDP line, pointers to the appropriate RFCs are 313 provide for further informational reference. Also an attempt has 314 been made to provide explanatory notes to enable better 315 understanding of the SDP usage, wherever appropriate. 317 o Following SDP details are common across all the use-cases defined 318 in this document unless mentioned otherwise. 320 * DTLS fingerprint for SRTP (a=fingerprint) 322 * RTP/RTCP Multiplexing (a=rtcp-mux) 324 * RTCP Feedback support (a=rtcp-fb) 326 * Host and server-reflexive candidate lines (a=candidate) 327 * SRTP Setup framework parameters (a=setup) 329 * RTCP attribute (a=rtcp) 331 * RTP header extension indicating audio-levels from client to the 332 mixer 334 For more details, readers are recommended to refer to 335 [I-D.ietf-rtcweb-jsep] specification. 337 o The term "Session" is used rather loosely in this document to 338 refer to either a "Communication Session" or a "RTP Session" or a 339 "RTP Stream" depending on the context. 341 o Payload type 109 is usually used for OPUS, 0 for PCMU, 8 for PCMA, 342 99 for H.264 and 120 for VP8 in most of the examples to maintain 343 uniformity. 345 o In the actual use the values that represent SSRCs, ICE candidate 346 foundations, WebRTC Mediastream and MediaStreamTrack Ids shall be 347 much larger and random than the ones shown in the examples. 349 [OPEN ISSUE-1]: SDP Examples for Data Channel, Simulcast, SVC are 350 still being discussed and doesn't represent the final solution. 352 5.2. Basic Examples 354 5.2.1. Audio Only Session 356 This common scenario shows SDP for secure two-way audio session with 357 Alice offering Opus, PCMU, PCMA and Bob accepting all the offered 358 audio codecs. 360 Two Way Audio Only Session 362 Alice Bob 363 | | 364 | | 365 | Offer(Audio:Opus,PCMU,PCMA) | 366 |------------------------------------>| 367 | | 368 | | 369 | Answer(Audio:Opus,PCMU,PCMA) | 370 |<------------------------------------| 371 | | 372 | | 373 |Two-way Opus Audio (preferred-codec) | 374 |.....................................| 375 | | 376 | | 378 +----------------------------------+--------------------------------+ 379 | SDP Contents | RFC#/Notes | 380 +----------------------------------+--------------------------------+ 381 | v=0 | [RFC4566] | 382 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 383 | | Information | 384 | s=- | [RFC4566] | 385 | t=0 0 | [RFC4566] | 386 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 387 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 388 | | gotiation] | 389 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 390 | 109 0 8 | | 391 | c=IN IP4 24.23.204.141 | [RFC4566] | 392 | a=mid:audio | [RFC5888] | 393 | a=msid:ma ta | Identifies RTCMediaStream ID | 394 | | (ma) and RTCMediaStreamTrack | 395 | | ID (ta) | 396 | a=rtcp-mux | [RFC5761] - Alice can perform | 397 | | RTP/RTCP Muxing | 398 | a=rtcp:54609 IN IP4 | [RFC3605] - Port for RTCP data | 399 | 24.23.204.141 | | 400 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] - | 401 | | Opus Codec 48khz, 2 channels | 402 | a=ptime:60 | [I-D.ietf-payload-rtp-opus] - | 403 | | Opus packetization of 60ms | 404 | a=rtpmap:0 PCMU/8000 | [RFC3551] PCMU Audio Codec | 405 | a=rtpmap:8 PCMA/8000 | [RFC3551] PCMA Audio Codec | 406 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] Alice supports RTP | 407 | hdrext:ssrc-audio-level | header extension to indicate | 408 | | audio levels | 409 | a=sendrecv | [RFC3264] - Alice can send and | 410 | | recv audio | 411 | a=setup:actpass | [RFC4145] - Alice can perform | 412 | | DTLS before Answer arrives | 413 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 414 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | for SRTP | 415 | : 1f:66:79:a8:07 | | 416 | a=ice-ufrag:074c6550 | [RFC5245] - ICE user fragment | 417 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] - ICE password | 418 | 474af08a068 | | 419 | a=candidate:0 1 UDP 2122194687 | [RFC5245] - RTP Host Candidate | 420 | 192.168.1.4 54609 typ host | | 421 | a=candidate:0 2 UDP 2122194687 | [RFC5245] - RTCP Host | 422 | 192.168.1.4 54609 typ host | Candidate | 423 | a=candidate:1 1 UDP 1685987071 | [RFC5245] - RTP Server | 424 | 24.23.204.141 64678 typ srflx | Reflexive ICE Candidate | 425 | raddr 192.168.1.4 rport 54609 | | 426 | a=candidate:1 2 UDP 1685987071 | [RFC5245] - RTCP Server | 427 | 24.23.204.141 64678 typ srflx | Reflexive Candidate | 428 | raddr 192.168.1.4 rport 54609 | | 429 | a=rtcp-fb:109 nack | [RFC5104] - Indicates NACK | 430 | | RTCP feedback support | 431 | a=ssrc:12345 | [RFC5576] | 432 | cname:EocUG1f0fcg/yvY7 | | 433 | a=rtcp-rsize | [RFC5506] - Alice intends to | 434 | | use reduced size RTCP for this | 435 | | session | 436 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 437 +----------------------------------+--------------------------------+ 439 Table 1: 5.2.1 SDP Offer 441 +----------------------------------+--------------------------------+ 442 | SDP Contents | RFC#/Notes | 443 +----------------------------------+--------------------------------+ 444 | v=0 | [RFC4566] | 445 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 446 | | Information | 447 | s=- | [RFC4566] | 448 | t=0 0 | [RFC4566] | 449 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 450 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 451 | | gotiation] | 452 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 453 | 109 0 8 | | 454 | c=IN IP4 98.248.92.77 | [RFC4566] | 455 | a=mid:audio | [RFC5888] | 456 | a=msid:ma ta | Identifies RTCMediaStream ID | 457 | | (ma) and RTCMediaStreamTrack | 458 | | ID (ta) | 459 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 460 | | Opus Codec | 461 | a=ptime:60 | [I-D.ietf-payload-rtp-opus] | 462 | | Packetization of 60ms | 463 | a=rtpmap:0 PCMU/8000 | [RFC3551] PCMU Audio Codec | 464 | a=rtpmap:8 PCMA/8000 | [RFC3551] PCMA Audio Codec | 465 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] Bob supports audio | 466 | hdrext:ssrc-audio-level | level RTP header extension as | 467 | | well | 468 | a=sendrecv | [RFC3264] - Bob can send and | 469 | | recv audio | 470 | a=setup:active | [RFC4145] - Bob carries out | 471 | | DTLS Handshake in parallel | 472 | a=rtcp-mux | [RFC5761] - Bob can perform | 473 | | RTP/RTCP Muxing on port 49203 | 474 | a=fingerprint:sha-1 c9:c7:70:9d: | [RFC5245] - DTLS Fingerprint | 475 | 1f:66:79:a8:07:99:41:49:83:4a: | for SRTP | 476 | 97:0e:1f:ef:6d:f7 | | 477 | a=ice-ufrag:05067423 | [RFC5245] - ICE user fragment | 478 | a=ice-pwd:1747d1ee3474a28a397a4c | [RFC5245] - ICE password | 479 | 3f3af08a068 | parameter | 480 | a=candidate:0 1 UDP 2122194687 | [RFC5245] - RTP/RTCP Host ICE | 481 | 192.168.1.7 49203 typ host | Candidate | 482 | a=candidate:1 1 UDP 1685987071 | [RFC5245] - RTP/RTCP Server | 483 | 98.248.92.77 60654 typ srflx | Reflexive ICE Candidate | 484 | raddr 192.168.1.7 rport 49203 | | 485 | a=rtcp-fb:109 nack | [RFC5104] - Indicates NACK | 486 | | RTCP feedback support | 487 | a=ssrc:54321 | [RFC5576] | 488 | cname:NWs1ao1HmN4Xa5/yvY7 | | 489 | a=rtcp-rsize | [RFC5506] - Bob intends to use | 490 | | reduced size RTCP for this | 491 | | session | 492 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 493 +----------------------------------+--------------------------------+ 495 Table 2: 5.2.1 SDP Answer 497 5.2.2. Audio/Video Session 499 Alice and Bob establish a two-way audio and video session with Opus 500 as the audio codec and H.264 as the video codec. 502 Two Way Audio,Video Session 504 Alice Bob 505 | | 506 | | 507 |Offer(Audio:Opus,PCMU,PCMA Video:H.264,VP8) | 508 |------------------------------------------->| 509 | | 510 | | 511 | Answer(Audio:Opus,Video:H.264) | 512 |<-------------------------------------------| 513 | | 514 | | 515 | Two-way Opus Audio, H.264 Video | 516 |............................................| 517 | | 519 +----------------------------------+--------------------------------+ 520 | SDP Contents | RFC#/Notes | 521 +----------------------------------+--------------------------------+ 522 | v=0 | [RFC4566] | 523 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 524 | | Information | 525 | s=- | [RFC4566] | 526 | t=0 0 | [RFC4566] | 527 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 528 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 529 | | gotiation] | 530 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 531 | 109 0 8 | | 532 | c=IN IP4 24.23.204.141 | [RFC4566] | 533 | a=mid:audio | [RFC5888] | 534 | a=msid:ma ta | Identifies RTCMediaStream ID | 535 | | (ma) and RTCMediaStreamTrack | 536 | | ID (ta) | 537 | a=rtcp-mux | [RFC5761] - Alice can perform | 538 | | RTP/RTCP Muxing | 539 | a=rtcp:54609 IN IP4 | [RFC3605] - Port for RTCP data | 540 | 24.23.204.141 | | 541 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] - | 542 | | Opus Codec 48khz, 2 channels | 543 | a=ptime:60 | [I-D.ietf-payload-rtp-opus] - | 544 | | Opus packetization of 60ms | 545 | a=rtpmap:0 PCMU/8000 | [RFC3551] PCMU Audio Codec | 546 | a=rtpmap:8 PCMA/8000 | [RFC3551] PCMA Audio Codec | 547 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 548 | hdrext:ssrc-audio-level | | 549 | a=sendrecv | [RFC3264] - Alice can send and | 550 | | recv audio | 551 | a=setup:actpass | [RFC4145] - Alice can perform | 552 | | DTLS before Answer arrives | 553 | a=ice-ufrag:074c6550 | [RFC5245] - ICE user fragment | 554 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] - ICE password | 555 | 474af08a068 | parameter | 556 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 557 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | for SRTP | 558 | : 1f:66:79:a8:07 | | 559 | a=candidate:0 1 UDP 2122194687 | [RFC5245] - RTP Host Candidate | 560 | 192.168.1.4 54609 typ host | | 561 | a=candidate:0 2 UDP 2122194687 | [RFC5245] - RTCP Host | 562 | 192.168.1.4 54609 typ host | Candidate | 563 | a=candidate:1 1 UDP 1685987071 | [RFC5245] - RTP Server | 564 | 24.23.204.141 54609 typ srflx | Reflexive ICE Candidate | 565 | raddr 192.168.1.4 rport 54609 | | 566 | a=candidate:1 2 UDP 1685987071 | [RFC5245] - RTCP Server | 567 | 24.23.204.141 54609 typ srflx | Reflexive Candidate. | 568 | raddr 192.168.1.4 rport 54609 | | 569 | a=rtcp-fb:109 nack | [RFC5104] - Indicates NACK | 570 | | RTCP feedback support | 571 | a=ssrc:12345 | [RFC5576] | 572 | cname:EocUG1f0fcg/yvY7 | | 573 | a=rtcp-rsize | [RFC5506] - Alice intends to | 574 | | use reduced size RTCP for this | 575 | | session | 576 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 577 | m=video 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 578 | 99 120 | | 579 | c=IN IP4 24.23.204.141 | [RFC4566] | 580 | a=mid:video | [RFC5888] | 581 | a=msid:ma tb | Identifies RTCMediaStream ID | 582 | | (ma) and RTCMediaStreamTrack | 583 | | ID (tb) | 584 | a=rtcp-mux | [RFC5761] - Alice can perform | 585 | | RTP/RTCP Muxing | 586 | a=rtcp:54609 IN IP4 | [RFC3605] - Port for RTCP data | 587 | 24.23.204.141 | | 588 | a=rtpmap:99 H264/90000 | [RFC3984] - H.264 Video Codec | 589 | a=fmtp:99 profile-level- | [RFC3984] | 590 | id=4d0028;packetization-mode=1 | | 591 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] - VP8 | 592 | | video codec | 593 | a=sendrecv | [RFC3264] - Alice can send and | 594 | | recv video | 595 | a=setup:actpass | [RFC4145] - Alice can perform | 596 | | DTLS before Answer arrives | 597 | a=ice-ufrag:074c6550 | [RFC5245] - ICE user fragment | 598 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] - ICE password | 599 | 474af08a068 | parameter | 600 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 601 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | for SRTP | 602 | 9d:1f:66:79:a8:07 | | 603 | a=candidate:0 1 UDP 2122194687 | [RFC5245] - RTP Host ICE | 604 | 192.168.1.4 54609 typ host | Candidate | 605 | a=candidate:0 2 UDP 2122194687 | [RFC5245] - RTCP Host | 606 | 192.168.1.4 54609 typ host | Candidate | 607 | a=candidate:1 1 UDP 1685987071 | [RFC5245] - RTP Server | 608 | 24.23.204.141 54609 typ srflx | Reflexive ICE Candidate | 609 | raddr 192.168.1.4 rport 54609 | | 610 | a=candidate:1 2 UDP 1685987071 | [RFC5245] - RTCP Server | 611 | 24.23.204.141 54609 typ srflx | Reflexive Candidate | 612 | raddr 192.168.1.4 rport 54609 | | 613 | a=rtcp-fb:99 nack | [RFC5104] - Indicates NACK | 614 | | RTCP feedback support | 615 | a=rtcp-fb:99 nack pli | [RFC5104] - Indicates support | 616 | | for Picture loss Indication | 617 | | and NACK | 618 | a=rtcp-fb:99 ccm fir | [RFC5104] - Full Intra Frame | 619 | | Request-Codec Control Message | 620 | | support | 621 | a=rtcp-fb:120 nack | [RFC5104] - Indicates NACK | 622 | | RTCP feedback support | 623 | a=rtcp-fb:120 nack pli | [RFC5104] - Indicates support | 624 | | for Picture loss Indication | 625 | | and NACK | 626 | a=rtcp-fb:120 ccm fir | [RFC5104] - Full Intra Frame | 627 | | Request-Codec Control Message | 628 | | support | 629 | a=ssrc:1366781083 | [RFC5576] | 630 | cname:EocUG1f0fcg/yvY7 | | 631 | a=rtcp-rsize | [RFC5506] - Alice intends to | 632 | | use reduced size RTCP for this | 633 | | session | 634 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 635 +----------------------------------+--------------------------------+ 637 Table 3: 5.2.2 SDP Offer 639 +----------------------------------+--------------------------------+ 640 | SDP Contents | RFC#/Notes | 641 +----------------------------------+--------------------------------+ 642 | v=0 | [RFC4566] | 643 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 644 | | Information | 645 | s=- | [RFC4566] | 646 | t=0 0 | [RFC4566] | 647 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 648 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 649 | | gotiation] | 650 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 651 | 109 | | 652 | c=IN IP4 98.248.92.77 | [RFC4566] | 653 | a=mid:audio | [RFC5888] | 654 | a=msid:ma ta | Identifies RTCMediaStream ID | 655 | | (ma) and RTCMediaStreamTrack | 656 | | ID (ta) | 657 | a=rtcp-mux | [RFC5761] - Bob can perform | 658 | | RTP/RTCP Muxing | 659 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] - | 660 | | Bob accepts only Opus Codec | 661 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 662 | hdrext:ssrc-audio-level | | 663 | a=ptime:60 | [I-D.ietf-payload-rtp-opus] | 664 | a=sendrecv | [RFC3264] - Bob can send and | 665 | | recv audio | 666 | a=setup:active | [RFC4145] - Bob carries out | 667 | | DTLS Handshake in parallel | 668 | a=ice-ufrag:c300d85b | [RFC5245] - ICE username frag | 669 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] - ICE password | 670 | 7efbabd9a2 | | 671 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 672 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | for SRTP | 673 | 9d:1f:66:79:a8:07 | | 674 | a=candidate:0 1 UDP 3618095783 | [RFC5245] - RTP/RTCP Host ICE | 675 | 192.168.1.7 49203 typ host | Candidate | 676 | a=candidate:1 1 UDP 565689203 | [RFC5245] - RTP/RTCP Server | 677 | 98.248.92.77 60065 typ srflx | Reflexive ICE Candidate | 678 | raddr 192.168.1.7 rport 49203 | | 679 | a=ssrc:1366788312 | [RFC5576] | 680 | cname:1f0fcgEocUG/yvY7 | | 681 | a=rtcp-rsize | [RFC5506] - Bob intends to use | 682 | | reduced size RTCP for this | 683 | | session | 684 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 685 | m=video 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 686 | 99 | | 687 | c=IN IP4 98.248.92.77 | [RFC4566] | 688 | a=mid:video | [RFC5888] | 689 | a=msid:ma tb | Identifies RTCMediaStream ID | 690 | | (ma) and RTCMediaStreamTrack | 691 | | ID (tb) | 692 | a=rtpmap:99 H264/90000 | [RFC3984] - Bob accepts H.264 | 693 | | Video Codec. | 694 | a=fmtp:99 profile-level- | [RFC3984] | 695 | id=4d0028;packetization-mode=1 | | 696 | a=rtcp-mux | [RFC5761] - Bob can perform | 697 | | RTP/RTCP Muxing | 698 | a=sendrecv | [RFC3264] - Bob can send and | 699 | | recv video | 700 | a=setup:active | [RFC4145] - Bob carries out | 701 | | DTLS Handshake in parallel | 702 | a=ice-ufrag:c300d85b | [RFC5245] - ICE username frag | 703 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] - ICE password | 704 | 7efbabd9a2 | | 705 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 706 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | for SRTP | 707 | 9d:1f:66:79:a8:07 | | 708 | a=candidate:0 1 UDP 2113667327 | [RFC5245] - RTP/RTCP Host ICE | 709 | 192.168.1.7 49203 typ host | Candidate | 710 | a=candidate:1 1 UDP 1694302207 | [RFC5245] - Server Reflexive | 711 | 98.248.92.77 60065 typ srflx | ICE Candidate for the above | 712 | raddr 192.168.1.7 rport 49203 | host candidate | 713 | a=rtcp-fb:99 nack | [RFC5104] - Indicates support | 714 | | for NACK based RTCP feedback | 715 | a=rtcp-fb:99 nack pli | [RFC5104] - Indicates support | 716 | | for Picture loss Indication | 717 | | and NACK | 718 | a=rtcp-fb:99 ccm fir | [RFC5104] - Full Intra Frame | 719 | | Request- Codec Control Message | 720 | | support | 721 | a=ssrc:3229706345 | [RFC5576] | 722 | cname:Q/NWs1ao1HmN4Xa5 | | 723 | a=rtcp-rsize | [RFC5506] - Bob intends to use | 724 | | reduced size RTCP for this | 725 | | session | 726 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 727 +----------------------------------+--------------------------------+ 729 Table 4: 5.2.2 SDP Answer 731 5.2.3. Data Only Session 733 This scenario illustrates SDP negotiated to setup a data-only session 734 based on SCTP Data Channel, thus enabling use-cases such as file- 735 transfer for example. 737 2-Way DataChannel Session 739 Alice Bob 740 | | 741 | | 742 | | 743 | Offer(DataChannel) | 744 |-------------------------------->| 745 | | 746 | | 747 | Answer(DataChannel) | 748 |<--------------------------------| 749 | | 750 | | 751 | Two-way SCTP based DataChannel | 752 |.................................| 753 | | 754 | | 755 +----------------------------------+--------------------------------+ 756 | SDP Contents | RFC#/Notes | 757 +----------------------------------+--------------------------------+ 758 | v=0 | [RFC4566] | 759 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 760 | | Information | 761 | s=- | [RFC4566] | 762 | t=0 0 | [RFC4566] | 763 | a=group:BUNDLE data | [I-D.ietf-mmusic-sdp-bundle-ne | 764 | | gotiation] | 765 | a=ice-ufrag:074c6550 | [RFC5245] - Session Level ICE | 766 | | parameter | 767 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] - Session Level ICE | 768 | 474af08a068 | parameter | 769 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - Session DTLS | 770 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | Fingerprint for SRTP | 771 | 9d:1f:66:79:a8:07 | | 772 | m=application 56966 DTLS/SCTP | [I-D.ietf-rtcweb-data-channel] | 773 | 5000 | | 774 | c=IN IP4 24.23.204.141 | [RFC4566] | 775 | a=mid:data | [RFC5888] | 776 | a=sctpmap:5000 webrtc- | [I-D.ietf-mmusic-sctp-sdp] | 777 | DataChannel | | 778 | streams=16;label="channel 1"; | | 779 | subprotocol="chat"; | | 780 | a=setup:actpass | [RFC4145] - Alice can perform | 781 | | DTLS before Answer arrives | 782 | a=sendrecv | [RFC3264] - Alice can send and | 783 | | recv non-media data | 784 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 785 | 192.168.1.7 56966 typ host | | 786 | a=candidate:1 1 UDP 1694302207 | [RFC5245] | 787 | 24.23.204.141 56966 typ srflx | | 788 | raddr 192.168.1.7 rport 56966 | | 789 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 790 +----------------------------------+--------------------------------+ 792 Table 5: 5.2.3 SDP Offer 794 +----------------------------------+--------------------------------+ 795 | SDP Contents | RFC#/Notes | 796 +----------------------------------+--------------------------------+ 797 | v=0 | [RFC4566] | 798 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 799 | | Information | 800 | s=- | [RFC4566] | 801 | t=0 0 | [RFC4566] | 802 | a=group:BUNDLE data | [I-D.ietf-mmusic-sdp-bundle-ne | 803 | | gotiation] | 804 | m=application 55700 DTLS/SCTP | [I-D.ietf-mmusic-sctp-sdp] | 805 | 5000 | | 806 | c=IN IP4 98.248.92.771 | [RFC4566] | 807 | a=mid:data | [RFC5888] | 808 | a=sctpmap:5000 webrtc- | [I-D.ietf-mmusic-sctp-sdp] | 809 | DataChannel:5000 | | 810 | streams=1;label="channel 1" | | 811 | ;subprotocol="chat"; | | 812 | a=setup:active | [RFC4145] - Bob carries out | 813 | | DTLS Handshake in parallel | 814 | a=sendrecv | [RFC3264] - Bob can send and | 815 | | recv non-media data | 816 | a=ice-ufrag:c300d85b | [RFC5245] - Session Level ICE | 817 | | username frag | 818 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] - Session Level ICE | 819 | 7efbabd9a2 | password | 820 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - Session DTLS | 821 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | Fingerprint for SRTP | 822 | : 1f:66:79:a8:07 | | 823 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 824 | 192.168.1.7 55700 typ host | | 825 | a=candidate:1 1 UDP 1694302207 | [RFC5245] | 826 | 98.248.92.77 55700 typ srflx | | 827 | raddr 192.168.1.7 rport 55700 | | 828 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 829 +----------------------------------+--------------------------------+ 831 Table 6: 5.2.3 SDP Answer 833 5.2.4. Audio Call On Hold 835 Alice calls Bob, but when Bob answers he places Alice on hold by 836 setting the SDP direction attribute to a=sendonly in the Answer. 838 Audio On Hold 840 Alice Bob 841 | | 842 | | 843 | Offer(Audio:Opus) | 844 |-------------------------------->| 845 | | 846 | | 847 | Answer(Audio:Opus,a=sendonly) | 848 |<--------------------------------| 849 | | 850 | | 851 | One-way Opus Audio | 852 |.................................| 853 | | 854 | 856 +----------------------------------+--------------------------------+ 857 | SDP Contents | RFC#/Notes | 858 +----------------------------------+--------------------------------+ 859 | v=0 | [RFC4566] | 860 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 861 | | Information | 862 | s=- | [RFC4566] | 863 | t=0 0 | [RFC4566] | 864 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 865 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 866 | | gotiation] | 867 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 868 | 109 | | 869 | c=IN IP4 24.23.204.141 | [RFC4566] | 870 | a=mid:audio | [RFC5888] | 871 | a=msid:ma ta | Identifies RTCMediaStream ID | 872 | | (ma) and RTCMediaStreamTrack | 873 | | ID (ta) | 874 | a=rtcp-mux | [RFC5761] - Alice can perform | 875 | | RTP/RTCP Muxing | 876 | a=rtcp:54609 IN IP4 | [RFC3605] - Port for RTCP data | 877 | 24.23.204.141 | | 878 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] - | 879 | | Opus Codec 48khz, 2 channels | 880 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 881 | hdrext:ssrc-audio-level | | 882 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] - | 883 | | Opus packetization of 20ms | 884 | a=sendrecv | [RFC3264] - Alice can send and | 885 | | recv audio | 886 | a=setup:actpass | [RFC4145] - Alice can perform | 887 | | DTLS before Answer arrives | 888 | a=ice-ufrag:074c6550 | [RFC5245] - ICE user fragment | 889 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] - ICE password | 890 | 474af08a068 | | 891 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 892 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | for SRTP | 893 | 9d:1f:66:79:a8:07 | | 894 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 895 | 192.168.1.4 54609 typ host | | 896 | a=candidate:0 2 UDP 2113667327 | [RFC5245] | 897 | 192.168.1.4 54609 typ host | | 898 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 899 | 24.23.204.141 54609 typ srflx | | 900 | raddr 192.168.1.4 rport 54609 | | 901 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 902 | 24.23.204.141 54609 typ srflx | | 903 | raddr 192.168.1.4 rport 54609 | | 904 | a=rtcp-fb:109 nack | [RFC5104] - Indicates NACK | 905 | | RTCP feedback support | 906 | a=ssrc:3229706345 | [RFC5576] | 907 | cname:Q/NWs1ao1HmN4Xa5 | | 908 | a=rtcp-rsize | [RFC5506] | 909 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 910 +----------------------------------+--------------------------------+ 912 Table 7: 5.2.4 SDP Offer 914 +----------------------------------+--------------------------------+ 915 | SDP Contents | RFC#/Notes | 916 +----------------------------------+--------------------------------+ 917 | v=0 | [RFC4566] | 918 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 919 | | Information | 920 | s=- | [RFC4566] | 921 | t=0 0 | [RFC4566] | 922 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 923 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 924 | | gotiation] | 925 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 926 | 109 | | 927 | c=IN IP4 98.248.92.77 | [RFC4566] | 928 | a=mid:audio | [RFC5888] | 929 | a=msid:ma ta | Identifies RTCMediaStream ID | 930 | | (ma) and RTCMediaStreamTrack | 931 | | ID (ta) | 932 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] - | 933 | | Bob accepts Opus Codec | 934 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 935 | hdrext:ssrc-audio-level | | 936 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 937 | a=sendonly | [RFC3264] - Bob puts call On | 938 | | Hold | 939 | a=setup:active | [RFC4145] - Bob carries out | 940 | | DTLS Handshake in parallel | 941 | a=rtcp-mux | [RFC5761] - Bob can perform | 942 | | RTP/RTCP Muxing | 943 | a=ice-ufrag:c300d85b | [RFC5245] - ICE username frag | 944 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] - ICE password | 945 | 7efbabd9a2 | | 946 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 947 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | for SRTP | 948 | : 1f:66:79:a8:07 | | 949 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 950 | 192.168.1.7 49203 typ host | | 951 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 952 | 98.248.92.77 49203 typ srflx | | 953 | raddr 192.168.1.7 rport 49203 | | 954 | a=ssrc:1366781083 | [RFC5576] | 955 | cname:EocUG1f0fcg/yvY7 | | 956 | a=rtcp-rsize | [RFC5506] | 957 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 958 +----------------------------------+--------------------------------+ 960 Table 8: 5.2.4 SDP Answer 962 5.2.5. Audio with DTMF Session 964 In this example, Alice wishes to establish two separate audio 965 streams, one for normal audio and the other for telephone-events. 966 Alice offers first audio stream with three codecs and the other with 967 [RFC2833] tones (for DTMF). Bob accepts both the audio streams by 968 choosing Opus as the audio codec and telephone-event for the other 969 stream. 971 Audio Session with DTMF 973 Alice Bob 974 | | 975 | | 976 | | 977 | Offer(Audio:Opus,PCMU,PCMA Audio:telephone-event)| 978 |-------------------------------------------------->| 979 | | 980 | | 981 | Answer(Audio:Opus, Audio:telephone-event) | 982 |<--------------------------------------------------| 983 | | 984 | | 985 | Opus audio stream and telephone-event stream | 986 |...................................................| 987 | | 989 +----------------------------------+--------------------------------+ 990 | SDP Contents | RFC#/Notes | 991 +----------------------------------+--------------------------------+ 992 | v=0 | [RFC4566] | 993 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 994 | | Information | 995 | s=- | [RFC4566] | 996 | t=0 0 | [RFC4566] | 997 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 998 | a=group:BUNDLE audio dtmf | [I-D.ietf-mmusic-sdp-bundle-ne | 999 | | gotiation] | 1000 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1001 | 109 0 8 | | 1002 | c=IN IP4 24.23.204.141 | [RFC4566] | 1003 | a=mid:audio | [RFC5888] | 1004 | a=msid:ma ta | Identifies RTCMediaStream ID | 1005 | | (ma) and RTCMediaStreamTrack | 1006 | | ID (ta) | 1007 | a=rtcp:54609 IN IP4 | [RFC3605] - Port for RTCP data | 1008 | 24.23.204.141 | | 1009 | a=rtcp-mux | [RFC5761] - Alice can perform | 1010 | | RTP/RTCP Muxing | 1011 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] - | 1012 | | Opus Codec 48khz, 2 channels | 1013 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] - | 1014 | | Opus packetization of 20ms | 1015 | a=rtpmap:0 PCMU/8000 | [RFC3551] PCMU Audio Codec | 1016 | a=rtpmap:8 PCMA/8000 | [RFC3551] PCMA Audio Codec | 1017 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1018 | hdrext:ssrc-audio-level | | 1019 | a=sendrecv | [RFC3264] - Alice can send and | 1020 | | recv audio | 1021 | a=setup:actpass | [RFC4145] - Alice can perform | 1022 | | DTLS before Answer arrives | 1023 | a=ice-ufrag:074c6550 | [RFC5245] - ICE user fragment | 1024 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] - ICE password | 1025 | 474af08a068 | parameter | 1026 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 1027 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | for SRTP | 1028 | 9d:1f:66:79:a8:07 | | 1029 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1030 | 192.168.1.4 54609 typ host | | 1031 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 1032 | 192.168.1.4 54609 typ host | | 1033 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1034 | 24.23.204.141 54609 typ srflx | | 1035 | raddr 192.168.1.4 rport 54609 | | 1036 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1037 | 24.23.204.141 54609 typ srflx | | 1038 | raddr 192.168.1.4 rport 54609 | | 1039 | a=rtcp-fb:109 nack | [RFC5104] - Indicates NACK | 1040 | | RTCP feedback support | 1041 | a=ssrc:3229706345 | [RFC5576] | 1042 | cname:Q/NWs1ao1HmN4Xa5 | | 1043 | a=rtcp-rsize | [RFC5506] | 1044 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1045 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1046 | 126 | | 1047 | c=IN IP4 24.23.204.141 | [RFC4566] | 1048 | a=mid:dtmf | [RFC5888] | 1049 | a=msid:ma tb | Identifies RTCMediaStream ID | 1050 | | (ma) and RTCMediaStreamTrack | 1051 | | ID (tb) | 1052 | a=rtcp-mux | [RFC5761] | 1053 | a=rtcp:54609 IN IP4 | [RFC3605] - Port for RTCP data | 1054 | 24.23.204.141 | | 1055 | a=rtpmap:126 telephone- | [RFC2833] | 1056 | event/8000 | | 1057 | a=sendonly | [RFC3264] - Alice can send | 1058 | | DTMF Events | 1059 | a=setup:actpass | [RFC4145] - Alice can perform | 1060 | | DTLS before Answer arrives | 1061 | a=ice-ufrag:074c6550 | [RFC5245] - ICE user fragment | 1062 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] - ICE password | 1063 | 474af08a068 | parameter | 1064 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - DTLS Fingerprint | 1065 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | for SRTP | 1066 | : 1f:66:79:a8:07 | | 1067 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1068 | 192.168.1.4 54609 typ host | | 1069 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 1070 | 192.168.1.4 54609 typ host | | 1071 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1072 | 24.23.204.141 54609 typ srflx | | 1073 | raddr 192.168.1.4 rport 54609 | | 1074 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1075 | 24.23.204.141 54609 typ srflx | | 1076 | raddr 192.168.1.4 rport 54609 | | 1077 | a=rtcp-fb:109 nack | [RFC5104] - Indicates NACK | 1078 | | RTCP feedback support | 1079 | a=ssrc:9032206345 | [RFC5576] | 1080 | cname:L/N9lk1ao1HmN4Xa5 | | 1081 | a=rtcp-rsize | [RFC5506] | 1082 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1083 +----------------------------------+--------------------------------+ 1085 Table 9: 5.2.5 SDP Offer 1087 +----------------------------------+--------------------------------+ 1088 | SDP Contents | RFC#/Notes | 1089 +----------------------------------+--------------------------------+ 1090 | v=0 | [RFC4566] | 1091 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 1092 | | Information | 1093 | s=- | [RFC4566] | 1094 | t=0 0 | [RFC4566] | 1095 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1096 | a=group:BUNDLE audio dtmf | [I-D.ietf-mmusic-sdp-bundle-ne | 1097 | | gotiation] | 1098 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 1099 | 109 | | 1100 | c=IN IP4 98.248.92.77 | [RFC4566] | 1101 | a=mid:audio | [RFC5888] | 1102 | a=msid:ma ta | Identifies RTCMediaStream ID | 1103 | | (ma) and RTCMediaStreamTrack | 1104 | | ID (ta) | 1105 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] - | 1106 | | Bob accepts Opus Codec | 1107 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1108 | hdrext:ssrc-audio-level | | 1109 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1110 | a=sendrecv | [RFC3264] - Bob can send and | 1111 | | receive Opus audio | 1112 | a=setup:active | [RFC4145] - Bob carries out | 1113 | | DTLS Handshake in parallel | 1114 | a=rtcp-mux | [RFC5761] - Bob can perform | 1115 | | RTP/RTCP Muxing on port 49203 | 1116 | a=ice-ufrag:c300d85b | [RFC5245] - ICE username frag | 1117 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] - ICE password | 1118 | 7efbabd9a2 | | 1119 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - Fingerprint for | 1120 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | SRTP | 1121 | 9d:1f:66:79:a8:07 | | 1122 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1123 | 192.168.1.7 49203 typ host | | 1124 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1125 | 98.248.92.77 49203 typ srflx | | 1126 | raddr 192.168.1.7 rport 49203 | | 1127 | a=ssrc:0634322975 | [RFC5576] | 1128 | cname:Q/o1HmN4XNWs1aa5 | | 1129 | a=rtcp-rsize | [RFC5506] - Alice intends to | 1130 | | use reduced size RTCP for this | 1131 | | session | 1132 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1133 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 1134 | 126 | | 1135 | c=IN IP4 98.248.92.77 | [RFC4566] | 1136 | a=mid:dtmf | [RFC5888] | 1137 | a=msid:ma tb | Identifies RTCMediaStream ID | 1138 | | (ma) and RTCMediaStreamTrack | 1139 | | ID (tb) | 1140 | a=rtpmap:126 telephone- | [RFC2833] | 1141 | event/8000 | | 1142 | a=recvonly | [RFC3264] - Alice can receive | 1143 | | DTMF events | 1144 | a=setup:active | [RFC4145] - Bob carries out | 1145 | | DTLS Handshake in parallel | 1146 | a=rtcp-mux | [RFC5761] - Alice can perform | 1147 | | RTP/RTCP Muxing on port 54690 | 1148 | a=ice-ufrag:c300d85b | [RFC5245] - ICE username frag | 1149 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] - ICE password | 1150 | 7efbabd9a2 | | 1151 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] - Fingerprint for | 1152 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | SRTP | 1153 | : 1f:66:79:a8:07 | | 1154 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1155 | 192.168.1.7 49203 typ host | | 1156 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1157 | 98.248.92.77 49203 typ srflx | | 1158 | raddr 192.168.1.7 rport 49203 | | 1159 | a=ssrc:6345903220 | [RFC5576] | 1160 | cname:L/k1aN9lo1HmN4Xa5 | | 1161 | a=rtcp-rsize | [RFC5506] - Alice intends to | 1162 | | use reduced size RTCP for this | 1163 | | session | 1164 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1165 +----------------------------------+--------------------------------+ 1167 Table 10: 5.2.5 SDP Answer 1169 5.2.6. One Way Audio/Video Session - Document Camera 1171 In this scenario Alice and Bob engage in a 1 way audio and video 1172 session with Bob receiving Alice's audio and her presentation slides 1173 as video stream. 1175 One Way Audio & Video Session - Document Camera 1177 Alice Bob 1178 | | 1179 | | 1180 | | 1181 | Alice Offers sendonly audio and video streams. | 1182 | The video stream corresponds to her presentation | 1183 | | 1184 | Offer(Audio:Opus, Video: VP8) | 1185 |----------------------------------------------------->| 1186 | | 1187 | | 1188 | (Audio:Opus, Video: VP8) | 1189 |<-----------------------------------------------------| 1190 | | 1191 | | 1192 | One-way Opus Audio, VP8 Video | 1193 |......................................................| 1194 | Bob can hear Alice and see her presentation slides.| 1195 | | 1196 | | 1197 +----------------------------------+--------------------------------+ 1198 | SDP Contents | RFC#/Notes | 1199 +----------------------------------+--------------------------------+ 1200 | v=0 | [RFC4566] | 1201 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 1202 | s=- | [RFC4566] | 1203 | t=0 0 | [RFC4566] | 1204 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1205 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 1206 | | gotiation] | 1207 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1208 | 109 | | 1209 | c=IN IP4 24.23.204.141 | [RFC4566] | 1210 | a=mid:audio | [RFC5888] | 1211 | a=msid:ma ta | Identifies RTCMediaStream ID | 1212 | | (ma) and RTCMediaStreamTrack | 1213 | | ID (ta) | 1214 | a=rtcp-mux | [RFC5761] | 1215 | a=rtcp:54609 IN IP4 | [RFC3605] - Port for RTCP data | 1216 | 24.23.204.141 | | 1217 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 1218 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1219 | hdrext:ssrc-audio-level | | 1220 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1221 | a=sendonly | [RFC3264] - Send only audio | 1222 | | stream | 1223 | a=setup:actpass | [RFC4145] - Alice can perform | 1224 | | DTLS before Answer arrives | 1225 | a=ice-ufrag:074c6550 | [RFC5245] | 1226 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1227 | 474af08a068 | | 1228 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1229 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1230 | 9d:1f:66:79:a8:07 | | 1231 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 1232 | 192.168.1.4 54609 typ host | | 1233 | a=candidate:0 2 UDP 2113667327 | [RFC5245] | 1234 | 192.168.1.4 54609 typ host | | 1235 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1236 | 24.23.204.141 54609 typ srflx | | 1237 | raddr 192.168.1.4 rport 54609 | | 1238 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1239 | 24.23.204.141 54609 typ srflx | | 1240 | raddr 192.168.1.4 rport 54609 | | 1241 | a=rtcp-fb:109 nack | [RFC5104] | 1242 | a=ssrc:6345903220 | [RFC5576] | 1243 | cname:L/k1aN9lo1HmN4Xa5 | | 1244 | a=rtcp-rsize | [RFC5506] | 1245 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1246 | m=video 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1247 | 120 | | 1248 | c=IN IP4 24.23.204.141 | [RFC4566] | 1249 | a=mid:video | [RFC5888] | 1250 | a=msid:ma tb | Identifies RTCMediaStream ID | 1251 | | (ma) and RTCMediaStreamTrack | 1252 | | ID (tb) | 1253 | a=rtcp-mux | [RFC5761] | 1254 | a=rtcp:54609 IN IP4 | [RFC3605] - Port for RTCP data | 1255 | 24.23.204.141 | | 1256 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 1257 | a=content:slides | [RFC4796] -Alice's | 1258 | | presentation video stream | 1259 | a=sendonly | [RFC3264] - Send only video | 1260 | | stream | 1261 | a=setup:actpass | [RFC4145] - Alice can perform | 1262 | | DTLS before Answer arrives | 1263 | a=ice-ufrag:074c6550 | [RFC5245] | 1264 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1265 | 474af08a068 | | 1266 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1267 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1268 | 9d:1f:66:79:a8:07 | | 1269 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 1270 | 192.168.1.4 54609 typ host | | 1271 | a=candidate:0 2 UDP 2113667327 | [RFC5245] | 1272 | 192.168.1.4 54609 typ host | | 1273 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1274 | 24.23.204.141 54609 typ srflx | | 1275 | raddr 192.168.1.4 rport 54609 | | 1276 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1277 | 24.23.204.141 54609 typ srflx | | 1278 | raddr 192.168.1.4 rport 54609 | | 1279 | a=rtcp-fb:120 nack | [RFC5104] | 1280 | a=rtcp-fb:120 nack pli | [RFC5104] | 1281 | a=rtcp-fb:120 ccm fir | [RFC5104] | 1282 | a=ssrc:3429951804 | [RFC5576] | 1283 | cname:Q/NWs1ao1HmN4Xa5 | | 1284 | a=rtcp-rsize | [RFC5506] | 1285 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1286 +----------------------------------+--------------------------------+ 1288 Table 11: 5.2.6 SDP Offer 1290 +----------------------------------+--------------------------------+ 1291 | SDP Contents | RFC#/Notes | 1292 +----------------------------------+--------------------------------+ 1293 | v=0 | [RFC4566] | 1294 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] | 1295 | s=- | [RFC4566] | 1296 | t=0 0 | [RFC4566] | 1297 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1298 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 1299 | | gotiation] | 1300 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 1301 | 109 | | 1302 | c=IN IP4 98.248.92.77 | [RFC4566] | 1303 | a=mid:audio | [RFC5888] | 1304 | a=msid:ma ta | Identifies RTCMediaStream ID | 1305 | | (ma) and RTCMediaStreamTrack | 1306 | | ID (ta) | 1307 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 1308 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1309 | hdrext:ssrc-audio-level | | 1310 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1311 | a=recvonly | [RFC3264] - Receive only audio | 1312 | | stream | 1313 | a=setup:active | [RFC4145] - Bob carries out | 1314 | | DTLS Handshake in parallel | 1315 | a=rtcp-mux | [RFC5761] | 1316 | a=ice-ufrag:c300d85b | [RFC5245] | 1317 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 1318 | 7efbabd9a2 | | 1319 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1320 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | | 1321 | : 1f:66:79:a8:07 | | 1322 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1323 | 192.168.1.7 49203 typ host | | 1324 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1325 | 98.248.92.77 49203 typ srflx | | 1326 | raddr 192.168.1.7 rport 49203 | | 1327 | a=ssrc:9513429804 | [RFC5576] | 1328 | cname:Q/o1HmNWs1aN4Xa5 | | 1329 | a=rtcp-rsize | [RFC5506] | 1330 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1331 | m=video 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 1332 | 120 | | 1333 | c=IN IP4 98.248.92.77 | [RFC4566] | 1334 | a=mid:video | [RFC5888] | 1335 | a=msid:ma tb | Identifies RTCMediaStream ID | 1336 | | (ma) and RTCMediaStreamTrack | 1337 | | ID (tb) | 1338 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 1339 | a=content:slides | [RFC4796] | 1340 | a=recvonly | [RFC3264] - Receive Only | 1341 | | Alice's presentation stream | 1342 | a=setup:active | [RFC4145] - Bob carries out | 1343 | | DTLS Handshake in parallel | 1344 | a=rtcp-mux | [RFC5761] | 1345 | a=ice-ufrag:c300d85b | [RFC5245] | 1346 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 1347 | 7efbabd9a2 | | 1348 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1349 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1350 | 9d:1f:66:79:a8:07 | | 1351 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1352 | 192.168.1.7 49203 typ host | | 1353 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1354 | 98.248.92.77 49203 typ srflx | | 1355 | raddr 192.168.1.7 rport 49203 | | 1356 | a=ssrc:1366781083 | [RFC5576] | 1357 | cname:EocUG1f0fcg/yvY7 | | 1358 | a=rtcp-rsize | [RFC5506] | 1359 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1360 +----------------------------------+--------------------------------+ 1362 Table 12: 5.2.6 SDP Answer 1364 5.2.7. Audio, Video Session with BUNDLE Support Unknown 1366 In this example, since Alice is unsure of the Bob's support of the 1367 BUNDLE framework, following 3 step procedures are performed in order 1368 to negotiate and setup a BUNDLE Address for the session 1370 o An SDP Offer, in which the Alice assigns unique addresses to each 1371 "m=" line in the BUNDLE group, and requests the Answerer to select 1372 the Offerer's BUNDLE address. 1374 o An SDP Answer, in which the Bob indicates its support for BUNDLE, 1375 and assigns its own BUNDLE address for the BUNDLED m= lines. 1377 o A subsequent SDP Offer from Alice, which is used to perform BUNDLE 1378 Address Synchronization (BAS). 1380 Once the Offer/Answer exchange completes, both Alice and Bob each end 1381 up using single RTP Session for both the Media Streams. 1383 Two-Way Secure Audio,Video with BUNDLE support unknown 1385 Alice Bob 1386 | | 1387 | | 1388 | Alice offers BUNDLE support with unique address | 1389 | for the audio and video m-line | 1390 | | 1391 | | 1392 | Offer(Audio:Opus Video:VP8) | 1393 |----------------------------------------------------->| 1394 | |Bob 1395 | |supports 1396 | |BUNDLE 1397 | Answer(Audio:Opus Video:VP8) | 1398 |<-----------------------------------------------------| 1399 | | 1400 | |Bob uses 1401 | |identical 1402 | |addresses 1403 | | 1404 | Updated Offer for Bundle Address Synchronization. | 1405 |----------------------------------------------------->| 1406 | | 1407 | | 1408 | Answer (Bob accepts the updated offer) | 1409 |<-----------------------------------------------------| 1410 | | 1411 | | 1412 | 2 Way Call with Audio and Video Multiplexed | 1413 |......................................................| 1414 | | 1416 +----------------------------------+--------------------------------+ 1417 | SDP Contents | RFC#/Notes | 1418 +----------------------------------+--------------------------------+ 1419 | v=0 | [RFC4566] | 1420 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 1421 | s=- | [RFC4566] | 1422 | t=0 0 | [RFC4566] | 1423 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1424 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 1425 | | gotiation] Alice supports | 1426 | | grouping of m=lines under | 1427 | | BUNDLE semantics | 1428 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1429 | 109 | | 1430 | c=IN IP4 24.23.204.141 | [RFC4566] | 1431 | a=mid:audio | [RFC5888] Audio m=line part of | 1432 | | BUNDLE group with a unique | 1433 | | port number | 1434 | a=msid:ma ta | Identifies RTCMediaStream ID | 1435 | | (ma) and RTCMediaStreamTrack | 1436 | | ID (ta) | 1437 | a=rtcp-mux | [RFC5761] | 1438 | a=rtcp:54609 IN IP4 | [RFC3605] | 1439 | 24.23.204.141 | | 1440 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 1441 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1442 | hdrext:ssrc-audio-level | | 1443 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1444 | a=sendrecv | [RFC3264] | 1445 | a=setup:actpass | [RFC4145] - Alice can perform | 1446 | | DTLS before Answer arrives | 1447 | a=ssrc:11111 | [RFC5576] | 1448 | cname:EocUG1f0fcg/yvY7 | | 1449 | a=ice-ufrag:074c6550 | [RFC5245] | 1450 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1451 | 474af08a068 | | 1452 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1453 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1454 | 9d:1f:66:79:a8:07 | | 1455 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1456 | 192.168.1.4 54609 typ host | | 1457 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 1458 | 192.168.1.4 54609 typ host | | 1459 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1460 | 24.23.204.141 54609 typ srflx | | 1461 | raddr 192.168.1.4 rport 54609 | | 1462 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1463 | 24.23.204.141 54609 typ srflx | | 1464 | raddr 192.168.1.4 rport 54609 | | 1465 | a=rtcp-fb:109 nack | [RFC5104] | 1466 | a=rtcp-rsize | [RFC5506] | 1467 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1468 | m=video 62537 UDP/TLS/RTP/SAVPF | [RFC4566] | 1469 | 120 | | 1470 | c=IN IP4 24.23.204.141 | [RFC4566] | 1471 | a=mid:video | [RFC5888] Video m=line part of | 1472 | | the Bundle group with a unique | 1473 | | port number | 1474 | a=msid:ma tb | Identifies RTCMediaStream ID | 1475 | | (ma) and RTCMediaStreamTrack | 1476 | | ID (tb) | 1477 | a=rtcp-mux | [RFC5761] | 1478 | a=rtcp:62537 IN IP4 | [RFC3605] - Port for RTCP data | 1479 | 24.23.204.141 | | 1480 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 1481 | a=sendrecv | [RFC3264] | 1482 | a=setup:actpass | [RFC4145] - Alice can perform | 1483 | | DTLS before Answer arrives | 1484 | a=ssrc:22222 | [RFC5576] | 1485 | cname:Q/NWs1ao1HmN4Xa5 | | 1486 | a=ice-ufrag:6550074c | [RFC5245] | 1487 | a=ice-pwd:74af08a068a28a397a4c3f | [RFC5245] | 1488 | 31747d1ee34 | | 1489 | a=fingerprint:sha-1 1f:ef:6d:f7: | [RFC5245] | 1490 | c9:c7:70:9d:1f:66:99:41:49:83: | | 1491 | 4a:97:0e79:a8:07 | | 1492 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1493 | 192.168.1.4 62537 typ host | | 1494 | a=candidate:0 2 2122194687 | [RFC5245] | 1495 | 192.168.1.4 62537 typ host | | 1496 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1497 | 24.23.204.141 62537 typ srflx | | 1498 | raddr 192.168.1.4 rport 62537 | | 1499 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1500 | 24.23.204.141 62537 typ srflx | | 1501 | raddr 192.168.1.4 rport 62537 | | 1502 | a=rtcp-fb:120 nack | [RFC5104] | 1503 | a=rtcp-fb:120 nack pli | [RFC5104] | 1504 | a=rtcp-fb:120 ccm fir | [RFC5104] | 1505 | a=rtcp-rsize | [RFC5506] | 1506 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1507 +----------------------------------+--------------------------------+ 1509 Table 13: 5.2.7 SDP Offer w/BUNDLE 1511 +----------------------------------+--------------------------------+ 1512 | SDP Contents | RFC#/Notes | 1513 +----------------------------------+--------------------------------+ 1514 | v=0 | [RFC4566] | 1515 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] | 1516 | s=- | [RFC4566] | 1517 | t=0 0 | [RFC4566] | 1518 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1519 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 1520 | | gotiation] Bob supports BUNDLE | 1521 | | semantics. | 1522 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 1523 | 109 | | 1524 | c=IN IP4 98.248.92.77 | [RFC4566] | 1525 | a=msid:ma ta | Identifies RTCMediaStream ID | 1526 | | (ma) and RTCMediaStreamTrack | 1527 | | ID (ta) | 1528 | a=mid:audio | [RFC5888] Audio m=line part of | 1529 | | the BUNDLE group | 1530 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 1531 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1532 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1533 | hdrext:ssrc-audio-level | | 1534 | a=sendrecv | [RFC3264] | 1535 | a=setup:active | [RFC4145] - Bob carries out | 1536 | | DTLS Handshake in parallel | 1537 | a=rtcp-fb:109 nack | [RFC5104] | 1538 | a=rtcp-mux | [RFC5761] | 1539 | a=ssrc:33333 | [RFC5576] | 1540 | cname:Q/1HmN4Xa5NWs1ao | | 1541 | a=ice-ufrag:c300d85b | [RFC5245] | 1542 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 1543 | 7efbabd9a2 | | 1544 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1545 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1546 | 9d:1f:66:79:a8:07 | | 1547 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1548 | 192.168.1.7 49203 typ host | | 1549 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1550 | 98.248.92.77 49203 typ srflx | | 1551 | raddr 192.168.1.7 rport 49203 | | 1552 | a=rtcp-rsize | [RFC5506] | 1553 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1554 | m=video 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 1555 | 120 | | 1556 | c=IN IP4 98.248.92.77 | [RFC4566] | 1557 | a=mid:video | [RFC5888] Video m=line part of | 1558 | | the BUNDLE group with the port | 1559 | | from audio line repeated | 1560 | a=msid:ma tb | Identifies RTCMediaStream ID | 1561 | | (ma) and RTCMediaStreamTrack | 1562 | | ID (tb) | 1563 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 1564 | a=sendrecv | [RFC3264] | 1565 | a=setup:active | [RFC4145] - Bob carries out | 1566 | | DTLS Handshake in parallel | 1567 | a=rtcp-mux | [RFC5761] | 1568 | a=ssrc:44444 | [RFC5576] | 1569 | cname:Q/2AqlmN4Xa5NWs | | 1570 | a=ice-ufrag:85bc300d | [RFC5245] | 1571 | a=ice-pwd:bd2de4e9991c325921d5d4 | [RFC5245] | 1572 | 7efbabd9a2 | | 1573 | a=fingerprint:sha-1 41:49:83:4a: | [RFC5245] | 1574 | 99:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1575 | 9d:1f:66:79:a8:07 | | 1576 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1577 | 192.168.1.7 49203 typ host | | 1578 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1579 | 98.248.92.77 49203 typ srflx | | 1580 | raddr 192.168.1.7 rport 49203 | | 1581 | a=rtcp-fb:120 nack | [RFC5104] | 1582 | a=rtcp-fb:120 nack pli | [RFC5104] | 1583 | a=rtcp-fb:120 ccm fir | [RFC5104] | 1584 | a=rtcp-rsize | [RFC5506] | 1585 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1586 +----------------------------------+--------------------------------+ 1588 Table 14: 5.2.7 SDP Answer w/BUNDLE 1590 +----------------------------------+--------------------------------+ 1591 | SDP Contents | RFC#/Notes | 1592 +----------------------------------+--------------------------------+ 1593 | v=0 | [RFC4566] | 1594 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 1595 | s=- | [RFC4566] | 1596 | t=0 0 | [RFC4566] | 1597 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1598 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 1599 | | gotiation] | 1600 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1601 | 109 | | 1602 | c=IN IP4 24.23.204.141 | [RFC4566] | 1603 | a=msid:ma ta | Identifies RTCMediaStream ID | 1604 | | (ma) and RTCMediaStreamTrack | 1605 | | ID (ta) | 1606 | a=mid:audio | [RFC5888] - Port number | 1607 | | finalized as Bundle Address. | 1608 | a=rtcp-mux | [RFC5761] | 1609 | a=rtcp:54609 IN IP4 | [RFC3605] | 1610 | 24.23.204.141 | | 1611 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 1612 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1613 | hdrext:ssrc-audio-level | | 1614 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1615 | a=sendrecv | [RFC3264] | 1616 | a=setup:actpass | [RFC4145] | 1617 | a=ssrc:11111 | [RFC5576] | 1618 | cname:EocUG1f0fcg/yvY7 | | 1619 | a=ice-ufrag:074c6550 | [RFC5245] | 1620 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1621 | 474af08a068 | | 1622 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1623 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1624 | 9d:1f:66:79:a8:07 | | 1625 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1626 | 192.168.1.4 54609 typ host | | 1627 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1628 | 24.23.204.141 54609 typ srflx | | 1629 | raddr 192.168.1.4 rport 54609 | | 1630 | a=rtcp-fb:109 nack | [RFC5104] | 1631 | a=rtcp-rsize | [RFC5506] | 1632 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1633 | m=video 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1634 | 120 | | 1635 | c=IN IP4 24.23.204.141 | [RFC4566] | 1636 | a=msid:ma tb | Identifies RTCMediaStream ID | 1637 | | (ma) and RTCMediaStreamTrack | 1638 | | ID (tb) | 1639 | a=mid:video | [RFC5888] | 1640 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 1641 | a=sendrecv | [RFC3264] | 1642 | a=setup:actpass | [RFC4145] | 1643 | a=rtcp-mux | [RFC5761] | 1644 | a=ssrc:22222 | [RFC5576] | 1645 | cname:Q/NWs1ao1HmN4Xa5 | | 1646 | a=ice-ufrag:074c6550 | [RFC5245] | 1647 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1648 | 474af08a068 | | 1649 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1650 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1651 | 9d:1f:66:79:a8:07 | | 1652 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1653 | 192.168.1.4 54609 typ host | | 1654 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1655 | 24.23.204.141 54609 typ srflx | | 1656 | raddr 192.168.1.4 rport 54609 | | 1657 | a=rtcp-fb:120 nack | [RFC5104] | 1658 | a=rtcp-fb:120 nack pli | [RFC5104] | 1659 | a=rtcp-fb:120 ccm fir | [RFC5104] | 1660 | a=rtcp-rsize | [RFC5506] | 1661 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1662 +----------------------------------+--------------------------------+ 1664 Table 15: 5.2.7 SDP Offer for BAS 1666 5.2.8. Audio, Video and Data Session 1668 This example shows SDP for negotiating a session with Audio, Video 1669 and data streams between Alice and Bob with BUNDLE support known. 1671 Audio,Video,Data with BUNDLE support known 1673 Alice Bob 1674 | | 1675 | | 1676 |Alice indicates BUNDLE support with | 1677 |identical address across all the m=lines | 1678 | | 1679 | | 1680 | Offer(Audio:Opus Video:VP8 Data) | 1681 |------------------------------------------->| 1682 | |Bob does 1683 | |the same 1684 | Answer(Audio:Opus,Video:VP8 Data) | 1685 |<-------------------------------------------| 1686 | | 1687 | | 1688 | | 1689 | Two-way Audio,Video, Data multiplexed | 1690 |............................................| 1691 | | 1692 | | 1694 +----------------------------------+--------------------------------+ 1695 | SDP Contents | RFC#/Notes | 1696 +----------------------------------+--------------------------------+ 1697 | v=0 | [RFC4566] | 1698 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 1699 | s=- | [RFC4566] | 1700 | t=0 0 | [RFC4566] | 1701 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1702 | a=group:BUNDLE audio video data | [I-D.ietf-mmusic-sdp-bundle-ne | 1703 | | gotiation] | 1704 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1705 | 109 | | 1706 | c=IN IP4 24.23.204.141 | [RFC4566] | 1707 | a=msid:ma ta | Identifies RTCMediaStream ID | 1708 | | (ma) and RTCMediaStreamTrack | 1709 | | ID (ta) | 1710 | a=rtcp:54609 IN IP4 | [RFC3605] | 1711 | 24.23.204.141 | | 1712 | a=mid:audio | [RFC5888] | 1713 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 1714 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1715 | hdrext:ssrc-audio-level | | 1716 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1717 | a=sendrecv | [RFC3264] | 1718 | a=setup:actpass | [RFC4145] | 1719 | a=rtcp-mux | [RFC5761] | 1720 | a=ice-ufrag:074c6550 | [RFC5245] | 1721 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1722 | 474af08a068 | | 1723 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1724 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1725 | 9d:1f:66:79:a8:07 | | 1726 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1727 | 192.168.1.4 54609 typ host | | 1728 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 1729 | 192.168.1.4 54609 typ host | | 1730 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1731 | 24.23.204.141 54609 typ srflx | | 1732 | raddr 192.168.1.4 rport 54609 | | 1733 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1734 | 24.23.204.141 54609 typ srflx | | 1735 | raddr 192.168.1.4 rport 54609 | | 1736 | a=rtcp-fb:109 nack | [RFC5104] | 1737 | a=ssrc:11111 | [RFC5576] | 1738 | cname:Q/NWs1ao1HmN4Xa5 | | 1739 | a=rtcp-rsize | [RFC5506] | 1740 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1741 | m=video 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 1742 | 120 | | 1743 | c=IN IP4 24.23.204.141 | [RFC4566] | 1744 | a=msid:ma tb | Identifies RTCMediaStream ID | 1745 | | (ma) and RTCMediaStreamTrack | 1746 | | ID (tb) | 1747 | a=rtcp:54609 IN IP4 | [RFC3605] | 1748 | 24.23.204.141 | | 1749 | a=mid:video | [RFC5888] | 1750 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 1751 | a=sendrecv | [RFC3264] | 1752 | a=setup:actpass | [RFC4145] | 1753 | a=rtcp-mux | [RFC5761] | 1754 | a=ice-ufrag:074c6550 | [RFC5245] | 1755 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1756 | 474af08a068 | | 1757 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1758 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1759 | 9d:1f:66:79:a8:07 | | 1760 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1761 | 192.168.1.4 54609 typ host | | 1762 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 1763 | 192.168.1.4 54609 typ host | | 1764 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1765 | 24.23.204.141 54609 typ srflx | | 1766 | raddr 192.168.1.4 rport 54609 | | 1767 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1768 | 24.23.204.141 54609 typ srflx | | 1769 | raddr 192.168.1.4 rport 54609 | | 1770 | a=rtcp-fb:120 nack | [RFC5104] | 1771 | a=rtcp-fb:120 nack pli | [RFC5104] | 1772 | a=rtcp-fb:120 ccm fir | [RFC5104] | 1773 | a=ssrc:22222 | [RFC5576] | 1774 | cname:Q/aoNWs11HmN4Xa5 | | 1775 | a=rtcp-rsize | [RFC5506] | 1776 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1777 | m=application 54609 | [I-D.ietf-rtcweb-data-channel] | 1778 | UDP/DTLS/SCTP 5000 | | 1779 | c=IN IP4 24.23.204.141 | [RFC4566] | 1780 | a=mid:data | [RFC5888] | 1781 | a=sctpmap:5000 webrtc- | [I-D.ietf-mmusic-sctp-sdp] | 1782 | DataChannel | | 1783 | streams=1;label="channel 1"; | | 1784 | subprotocol="chat"; | | 1785 | a=sendrecv | [RFC3264] | 1786 | a=setup:actpass | [RFC4145] | 1787 | a=ice-ufrag:074c6550 | [RFC5245] | 1788 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1789 | 474af08a068 | | 1790 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1791 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1792 | 9d:1f:66:79:a8:07 | | 1793 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1794 | 192.168.1.4 54609 typ host | | 1795 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1796 | 24.23.204.141 54609 typ srflx | | 1797 | raddr 192.168.1.4 rport 54609 | | 1798 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1799 +----------------------------------+--------------------------------+ 1801 Table 16: 5.2.8 SDP Offer 1803 +----------------------------------+--------------------------------+ 1804 | SDP Contents | RFC#/Notes | 1805 +----------------------------------+--------------------------------+ 1806 | v=0 | [RFC4566] | 1807 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 1808 | | Information | 1809 | s=- | [RFC4566] | 1810 | t=0 0 | [RFC4566] | 1811 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1812 | a=group:BUNDLE audio video data | [I-D.ietf-mmusic-sdp-bundle-ne | 1813 | | gotiation] | 1814 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1815 | | Bob's trickle support support | 1816 | | is indicated at the session | 1817 | | level | 1818 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 1819 | 109 | | 1820 | c=IN IP4 98.248.92.77 | [RFC4566] | 1821 | a=msid:ma ta | Identifies RTCMediaStream ID | 1822 | | (ma) and RTCMediaStreamTrack | 1823 | | ID (ta) | 1824 | a=mid:audio | [RFC5888] | 1825 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 1826 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1827 | hdrext:ssrc-audio-level | | 1828 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1829 | a=sendrecv | [RFC3264] | 1830 | a=setup:active | [RFC4145] | 1831 | a=rtcp-mux | [RFC5761] | 1832 | a=rtcp-fb:109 nack | [RFC5104] | 1833 | a=ice-ufrag:c300d85b | [RFC5245] | 1834 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 1835 | 7efbabd9a2 | | 1836 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1837 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1838 | 9d:1f:66:79:a8:07 | | 1839 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1840 | 192.168.1.7 49203 typ host | | 1841 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1842 | 98.248.92.77 49203 typ srflx | | 1843 | raddr 192.168.1.7 rport 49203 | | 1844 | a=ssrc:33333 | [RFC5576] | 1845 | cname:L/aoNWs11HmN4Xa5 | | 1846 | a=rtcp-rsize | [RFC5506] | 1847 | m=video 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 1848 | 120 | | 1849 | c=IN IP4 98.248.92.77 | [RFC4566] | 1850 | a=msid:ma tb | Identifies RTCMediaStream ID | 1851 | | (ma) and RTCMediaStreamTrack | 1852 | | ID (tb) | 1853 | a=mid:video | [RFC5888] | 1854 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 1855 | a=sendrecv | [RFC3264] | 1856 | a=setup:active | [RFC4145] | 1857 | a=rtcp-mux | [RFC5761] | 1858 | a=ice-ufrag:c300d85b | [RFC5245] | 1859 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 1860 | 7efbabd9a2 | | 1861 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1862 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1863 | 9d:1f:66:79:a8:07 | | 1864 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1865 | 192.168.1.7 49203 typ host | | 1866 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1867 | 98.248.92.77 49203 typ srflx | | 1868 | raddr 192.168.1.7 rport 49203 | | 1869 | a=rtcp-fb:120 nack | [RFC5104] | 1870 | a=rtcp-fb:120 nack pli | [RFC5104] | 1871 | a=rtcp-fb:120 ccm fir | [RFC5104] | 1872 | a=ssrc:44444 | [RFC5576] | 1873 | cname:EocUG1f0fcg/yvY7 | | 1874 | a=rtcp-rsize | [RFC5506] | 1875 | m=application 49203 | [I-D.ietf-mmusic-sctp-sdp] | 1876 | UDP/DTLS/SCTP 5000 | | 1877 | c=IN IP4 98.248.92.771 | [RFC4566] | 1878 | a=mid:data | [RFC5888] | 1879 | a=sctpmap:5000 webrtc- | [I-D.ietf-mmusic-sctp-sdp] | 1880 | DataChannel | | 1881 | streams=16;label="channel 1"; | | 1882 | subprotocol="chat"; | | 1883 | a=setup:active | [RFC4145] | 1884 | a=sendrecv | [RFC3264] | 1885 | a=ice-ufrag:c300d85b | [RFC5245] | 1886 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 1887 | 7efbabd9a2 | | 1888 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1889 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 1890 | 9d:1f:66:79:a8:07 | | 1891 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1892 | 192.168.1.7 49203 typ host | | 1893 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1894 | 98.248.92.77 49203 typ srflx | | 1895 | raddr 192.168.1.7 rport 49203 | | 1896 +----------------------------------+--------------------------------+ 1898 Table 17: 5.2.8 SDP Answer 1900 5.2.9. Audio, Video Session with BUNDLE Unsupported 1902 This use-case illustrates SDP Offer/Answer exchange where the far-end 1903 (Bob) either doesn't support media bundling or doesn't want to group 1904 m=lines over a single 5-tuple. 1906 On successful Offer/Answer exchange, Alice and Bob each end up using 1907 unique 5-tuple for audio and video media streams respectively. 1909 Two-Way Secure Audio,Video with BUNDLE Unsupported 1911 Alice Bob 1912 | | 1913 | | 1914 | Alice offers BUNDLE support with unique address | 1915 | for the audio and video m-line | 1916 | | 1917 | | 1918 | Offer(Audio:Opus Video:VP8) | 1919 |----------------------------------------------------->| 1920 | |Bob 1921 | |doesn't 1922 | |support 1923 | |BUNDLE 1924 | Answer(Audio:Opus Video:VP8) | 1925 |<-----------------------------------------------------| 1926 | |Bob uses 1927 | |unique 1928 | |addresses 1929 | |across the 1930 | |m=lines 1931 | | 1932 |2Way Call with Audio and Video on different 5-tuples | 1933 |......................................................| 1934 | | 1935 | | 1937 +----------------------------------+--------------------------------+ 1938 | SDP Contents | RFC#/Notes | 1939 +----------------------------------+--------------------------------+ 1940 | v=0 | [RFC4566] | 1941 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 1942 | s=- | [RFC4566] | 1943 | t=0 0 | [RFC4566] | 1944 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 1945 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 1946 | | gotiation] Alice supports | 1947 | | grouping of m=lines under | 1948 | | BUNDLE semantics | 1949 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 1950 | m=audio 55232 UDP/TLS/RTP/SAVPF | [RFC4566] | 1951 | 109 | | 1952 | c=IN IP4 24.23.204.141 | [RFC4566] | 1953 | a=msid:ma ta | Identifies RTCMediaStream ID | 1954 | | (ma) and RTCMediaStreamTrack | 1955 | | ID (ta) | 1956 | a=mid:audio | [RFC5888] Audio m=line part of | 1957 | | BUNDLE group with a unique | 1958 | | port number | 1959 | a=rtcp:55232 IN IP4 | [RFC3605] | 1960 | 24.23.204.141 | | 1961 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 1962 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 1963 | hdrext:ssrc-audio-level | | 1964 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 1965 | a=setup:actpass | [RFC4145] - Alice can perform | 1966 | | DTLS before Answer arrives | 1967 | a=sendrecv | [RFC3264] | 1968 | a=rtcp-mux | [RFC5761] | 1969 | a=rtcp-fb:109 nack | [RFC5104] | 1970 | a=ssrc:11111 | [RFC5576] | 1971 | cname:EocUG1f0fcg/yvY7 | | 1972 | a=ice-ufrag:074c6550 | [RFC5245] | 1973 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 1974 | 474af08a068 | | 1975 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 1976 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | | 1977 | : 1f:66:79:a8:07 | | 1978 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 1979 | 192.168.1.4 55232 typ host | | 1980 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 1981 | 192.168.1.4 55232 typ host | | 1982 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 1983 | 24.23.204.141 55232 typ srflx | | 1984 | raddr 192.168.1.4 rport 55232 | | 1985 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 1986 | 24.23.204.141 55232 typ srflx | | 1987 | raddr 192.168.1.4 rport 55232 | | 1988 | a=rtcp-rsize | [RFC5506] | 1989 | m=video 54332 UDP/TLS/RTP/SAVPF | [RFC4566] | 1990 | 120 | | 1991 | c=IN IP4 24.23.204.141 | [RFC4566] | 1992 | a=msid:ma tb | Identifies RTCMediaStream ID | 1993 | | (ma) and RTCMediaStreamTrack | 1994 | | ID (tb) | 1995 | a=mid:video | [RFC5888] Video m=line part of | 1996 | | the BUNDLE group with a unique | 1997 | | port number | 1998 | a=rtcp:54332 IN IP4 | [RFC3605] | 1999 | 24.23.204.141 | | 2000 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 2001 | a=sendrecv | [RFC3264] | 2002 | a=setup:actpass | [RFC4145] - Alice can perform | 2003 | | DTLS before Answer arrives | 2004 | a=rtcp-mux | [RFC5761] | 2005 | a=ssrc:22222 | [RFC5576] | 2006 | cname:yvY7/EocUG1f0fcg | | 2007 | a=ice-ufrag:7872093 | [RFC5245] | 2008 | a=ice-pwd:ee3474af08a068a28a397a | [RFC5245] | 2009 | 4c3f31747d1 | | 2010 | a=fingerprint:sha-1 6d:f7:c9:c7: | [RFC5245] | 2011 | 70:9d:1f:66:79:a8:07:99:41: | | 2012 | 49:83:4a:97:0e:1f:ef | | 2013 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2014 | 192.168.1.4 54332 typ host | | 2015 | a=candidate:0 2 2122194687 | [RFC5245] | 2016 | 192.168.1.4 54332 typ host | | 2017 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2018 | 24.23.204.141 54332 typ srflx | | 2019 | raddr 192.168.1.4 rport 54332 | | 2020 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2021 | 24.23.204.141 54332 typ srflx | | 2022 | raddr 192.168.1.4 rport 54332 | | 2023 | a=rtcp-fb:120 nack | [RFC5104] | 2024 | a=rtcp-fb:120 nack pli | [RFC5104] | 2025 | a=rtcp-fb:120 ccm fir | [RFC5104] | 2026 | a=rtcp-rsize | [RFC5506] | 2027 +----------------------------------+--------------------------------+ 2029 Table 18: 5.2.9 SDP Offer w/BUNDLE 2031 +---------------------------------------+---------------------------+ 2032 | SDP Contents | RFC#/Notes | 2033 +---------------------------------------+---------------------------+ 2034 | v=0 | [RFC4566] | 2035 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] | 2036 | s=- | [RFC4566] | 2037 | t=0 0 | [RFC4566] | 2038 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2039 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle- | 2040 | | ice] | 2041 | m=audio 53214 UDP/TLS/RTP/SAVPF 109 | [RFC4566] | 2042 | c=IN IP4 98.248.92.77 | [RFC4566] | 2043 | a=msid:ma ta | Identifies RTCMediaStream | 2044 | | ID (ma) and | 2045 | | RTCMediaStreamTrack ID | 2046 | | (ta) | 2047 | a=rtcp:60065 IN IP4 98.248.92.77 | [RFC3605] | 2048 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opu | 2049 | | s] | 2050 | a=extmap:1 urn:ietf:params:rtp-hdrext | [RFC6464] | 2051 | :ssrc-audio-level | | 2052 | a=ptime:20 | [I-D.ietf-payload-rtp-opu | 2053 | | s] | 2054 | a=setup:active | [RFC4145] - Bob carries | 2055 | | out DTLS Handshake in | 2056 | | parallel | 2057 | a=sendrecv | [RFC3264] | 2058 | a=rtcp-fb:109 nack | [RFC5104] | 2059 | a=ice-ufrag:c300d85b | [RFC5245] | 2060 | a=ice- | [RFC5245] | 2061 | pwd:de4e99bd291c325921d5d47efbabd9a2 | | 2062 | a=fingerprint:sha-1 99:41:49:83:4a:97 | [RFC5245] | 2063 | :0e:1f:ef:6d:f7:c9:c7:70: | | 2064 | 9d:1f:66:79:a8:07 | | 2065 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2066 | 192.168.1.7 53214 typ host | | 2067 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2068 | 98.248.92.77 53214 typ srflx raddr | | 2069 | 192.168.1.7 rport 53214 | | 2070 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 2071 | 192.168.1.7 60065 typ host | | 2072 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2073 | 98.248.92.77 60065 typ srflx raddr | | 2074 | 192.168.1.7 rport 60065 | | 2075 | a=rtcp-rsize | [RFC5506] | 2076 | m=video 58679 UDP/TLS/RTP/SAVPF 120 | [RFC4566] | 2077 | c=IN IP4 98.248.92.77 | [RFC4566] | 2078 | a=msid:ma tb | Identifies RTCMediaStream | 2079 | | ID (ma) and | 2080 | | RTCMediaStreamTrack ID | 2081 | | (tb) | 2082 | a=rtcp:56507 IN IP4 98.248.92.77 | [RFC3605] | 2083 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 2084 | a=setup:active | [RFC4145] - Bob carries | 2085 | | out DTLS Handshake in | 2086 | | parallel | 2087 | a=sendrecv | [RFC3264] | 2088 | a=ice-ufrag:85bC300 | [RFC5245] | 2089 | a=ice- | [RFC5245] | 2090 | pwd:325921d5d47efbabd9a2de4e99bd291c | | 2091 | a=fingerprint:sha-1 9d:1f:66:79:a8:07 | [RFC5245] | 2092 | :99:41:49:83:4a:97:0e:1f: | | 2093 | ef:6d:f7:c9:c7:70 | | 2094 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2095 | 192.168.1.7 58679 typ host | | 2096 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2097 | 98.248.92.77 58679 typ srflx raddr | | 2098 | 192.168.1.7 rport 58679 | | 2099 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2100 | 192.168.1.7 56507 typ host | | 2101 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2102 | 98.248.92.77 56507 typ srflx raddr | | 2103 | 192.168.1.7 rport 58679 | | 2104 | a=rtcp-fb:120 nack | [RFC5104] | 2105 | a=rtcp-fb:120 nack pli | [RFC5104] | 2106 | a=rtcp-fb:120 ccm fir | [RFC5104] | 2107 | a=rtcp-rsize | [RFC5506] | 2108 +---------------------------------------+---------------------------+ 2110 Table 19: 5.2.9 SDP Answer without BUNDLE 2112 5.2.10. Audio, Video BUNDLED, but Data (Not BUNDLED) 2114 This example show-cases SDP for negotiating a session with Audio, 2115 Video and data streams between Alice and Bob with data stream not 2116 being part of the BUNDLE group. This is shown by assigning unique 2117 port for data media sections. 2119 Audio, Video, with Data (Not in BUNDLE) 2121 Alice Bob 2122 | | 2123 | | 2124 |Alice wants to multiplex audio, video but not data | 2125 | | 2126 | | 2127 | Offer(Audio:Opus Video:VP8, Data(not in BUNDLE)) | 2128 |----------------------------------------------------->| 2129 | | 2130 | | 2131 | Answer(Audio:Opus Video:VP8, Data) | 2132 |<-----------------------------------------------------| 2133 | | 2134 | | 2135 |2 Way Call with Audio, Video Multiplexed except data | 2136 |......................................................| 2137 | | 2139 +----------------------------------+--------------------------------+ 2140 | SDP Contents | RFC#/Notes | 2141 +----------------------------------+--------------------------------+ 2142 | v=0 | [RFC4566] | 2143 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 2144 | s=- | [RFC4566] | 2145 | t=0 0 | [RFC4566] | 2146 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2147 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 2148 | | gotiation] Alice wants to | 2149 | | BUNDLE only audio and video | 2150 | | media. | 2151 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 2152 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 2153 | 109 | | 2154 | c=IN IP4 24.23.204.141 | [RFC4566] | 2155 | a=msid:ma ta | Identifies RTCMediaStream ID | 2156 | | (ma) and RTCMediaStreamTrack | 2157 | | ID (ta) | 2158 | a=rtcp:54609 IN IP4 | [RFC3605] | 2159 | 24.23.204.141 | | 2160 | a=mid:audio | [RFC5888] | 2161 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2162 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2163 | hdrext:ssrc-audio-level | | 2164 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2165 | a=sendrecv | [RFC3264] | 2166 | a=setup:actpass | [RFC4145] | 2167 | a=rtcp-mux | [RFC5761] | 2168 | a=ice-ufrag:074c6550 | [RFC5245] | 2169 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 2170 | 474af08a068 | | 2171 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2172 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 2173 | 9d:1f:66:79:a8:07 | | 2174 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2175 | 192.168.1.4 54609 typ host | | 2176 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 2177 | 192.168.1.4 54609 typ host | | 2178 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2179 | 24.23.204.141 54609 typ srflx | | 2180 | raddr 192.168.1.4 rport 54609 | | 2181 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2182 | 24.23.204.141 54609 typ srflx | | 2183 | raddr 192.168.1.4 rport 54609 | | 2184 | a=rtcp-fb:109 nack | [RFC5104] | 2185 | a=ssrc:11111 | [RFC5576] | 2186 | cname:Q/NWs1ao1HmN4Xa5 | | 2187 | a=rtcp-rsize | [RFC5506] | 2188 | m=video 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 2189 | 120 | | 2190 | c=IN IP4 24.23.204.141 | [RFC4566] | 2191 | a=msid:ma tb | Identifies RTCMediaStream ID | 2192 | | (ma) and RTCMediaStreamTrack | 2193 | | ID (tb) | 2194 | a=rtcp:54609 IN IP4 | [RFC3605] | 2195 | 24.23.204.141 | | 2196 | a=mid:video | [RFC5888] | 2197 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 2198 | a=sendrecv | [RFC3264] | 2199 | a=setup:actpass | [RFC4145] | 2200 | a=rtcp-mux | [RFC5761] | 2201 | a=ice-ufrag:074c6550 | [RFC5245] | 2202 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 2203 | 474af08a068 | | 2204 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2205 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 2206 | 9d:1f:66:79:a8:07 | | 2207 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2208 | 192.168.1.4 54609 typ host | | 2209 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 2210 | 192.168.1.4 54609 typ host | | 2211 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2212 | 24.23.204.141 54609 typ srflx | | 2213 | raddr 192.168.1.4 rport 54609 | | 2214 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2215 | 24.23.204.141 54609 typ srflx | | 2216 | raddr 192.168.1.4 rport 54609 | | 2217 | a=rtcp-fb:120 nack | [RFC5104] | 2218 | a=rtcp-fb:120 nack pli | [RFC5104] | 2219 | a=rtcp-fb:120 ccm fir | [RFC5104] | 2220 | a=ssrc:22222 | [RFC5576] | 2221 | cname:Q/aoNWs11HmN4Xa5 | | 2222 | a=rtcp-rsize | [RFC5506] | 2223 | m=application 10000 | [I-D.ietf-rtcweb-data-channel] | 2224 | UDP/DTLS/SCTP 5000 | | 2225 | c=IN IP4 24.23.204.141 | [RFC4566] | 2226 | a=mid:data | [RFC5888] | 2227 | a=sctpmap:5000 webrtc- | [I-D.ietf-mmusic-sctp-sdp] | 2228 | DataChannel | | 2229 | streams=16;label="channel 1"; | | 2230 | subprotocol="chat"; | | 2231 | a=sendrecv | [RFC3264] | 2232 | a=setup:actpass | [RFC4145] | 2233 | a=ice-ufrag:89819013 | [RFC5245] | 2234 | a=ice-pwd:1747d1ee3474af08a068a2 | [RFC5245] | 2235 | 8a397a4c3f3 | | 2236 | a=fingerprint:sha-1 0e:1f:ef:6d: | [RFC5245] | 2237 | f7:c9:c7:70:99:41:49:83:4a:97: | | 2238 | 9d:1f:66:79:a8:07 | | 2239 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 2240 | 192.168.1.4 10000 typ host | | 2241 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2242 | 24.23.204.141 10000 typ srflx | | 2243 | raddr 192.168.1.4 rport 10000 | | 2244 +----------------------------------+--------------------------------+ 2246 Table 20: 5.2.10 SDP Offer 2248 +----------------------------------+--------------------------------+ 2249 | SDP Contents | RFC#/Notes | 2250 +----------------------------------+--------------------------------+ 2251 | v=0 | [RFC4566] | 2252 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 2253 | | Information | 2254 | s=- | [RFC4566] | 2255 | t=0 0 | [RFC4566] | 2256 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2257 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 2258 | | gotiation] | 2259 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 2260 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 2261 | 109 | | 2262 | c=IN IP4 98.248.92.77 | [RFC4566] | 2263 | a=msid:ma ta | Identifies RTCMediaStream ID | 2264 | | (ma) and RTCMediaStreamTrack | 2265 | | ID (ta) | 2266 | a=mid:audio | [RFC5888] | 2267 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2268 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2269 | hdrext:ssrc-audio-level | | 2270 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2271 | a=sendrecv | [RFC3264] | 2272 | a=setup:active | [RFC4145] | 2273 | a=rtcp-mux | [RFC5761] | 2274 | a=rtcp-fb:109 nack | [RFC5104] | 2275 | a=ice-ufrag:c300d85b | [RFC5245] | 2276 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 2277 | 7efbabd9a2 | | 2278 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2279 | 4a:97:0e:1f:ef:6d:f7:c9:c7: | | 2280 | 70:9d:1f:66:79:a8:07 | | 2281 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 2282 | 192.168.1.7 49203 typ host | | 2283 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2284 | 24.23.204.141 49203 typ srflx | | 2285 | raddr 192.168.1.7 rport 49203 | | 2286 | a=ssrc:33333 | [RFC5576] | 2287 | cname:L/aoNWs11HmN4Xa5 | | 2288 | a=rtcp-rsize | [RFC5506] | 2289 | m=video 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 2290 | 120 | | 2291 | c=IN IP4 98.248.92.771 | [RFC4566] | 2292 | a=msid:ma tb | Identifies RTCMediaStream ID | 2293 | | (ma) and RTCMediaStreamTrack | 2294 | | ID (tb) | 2295 | a=mid:video | [RFC5888] | 2296 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 2297 | a=sendrecv | [RFC3264] | 2298 | a=setup:active | [RFC4145] | 2299 | a=rtcp-mux | [RFC5761] | 2300 | a=ice-ufrag:c300d85b | [RFC5245] | 2301 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 2302 | 7efbabd9a2 | | 2303 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2304 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 2305 | 9d:1f:66:79:a8:07 | | 2306 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 2307 | 192.168.1.7 49203 typ host | | 2308 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2309 | 24.23.204.141 49203 typ srflx | | 2310 | raddr 192.168.1.7 rport 49203 | | 2311 | a=rtcp-fb:120 nack | [RFC5104] | 2312 | a=rtcp-fb:120 nack pli | [RFC5104] | 2313 | a=rtcp-fb:120 ccm fir | [RFC5104] | 2314 | a=ssrc:44444 | [RFC5576] | 2315 | cname:EocUG1f0fcg/yvY7 | | 2316 | a=rtcp-rsize | [RFC5506] | 2317 | m=application 20000 | [I-D.ietf-mmusic-sctp-sdp] | 2318 | UDP/DTLS/SCTP 5000 | | 2319 | c=IN IP4 98.248.92.77 | [RFC4566] | 2320 | a=mid:data | [RFC5888] | 2321 | a=sctpmap:5000 webrtc- | [I-D.ietf-mmusic-sctp-sdp] | 2322 | DataChannel | | 2323 | streams=1;label="channel 1"; | | 2324 | subprotocol="chat"; | | 2325 | a=setup:active | [RFC4145] | 2326 | a=sendrecv | [RFC3264] | 2327 | a=ice-ufrag:991Ca2a5e | [RFC5245] | 2328 | a=ice-pwd:921d5d47efbabd9a2de4e9 | [RFC5245] | 2329 | 9bd291c325 | | 2330 | a=fingerprint:sha-1 6d:f7:c9:c7: | [RFC5245] | 2331 | 70:9d:1f:66:79:a8:07:99:41:49: | | 2332 | 83:4a:97:0e:1f:ef | | 2333 | a=candidate:0 1 UDP 2113667327 | [RFC5245] | 2334 | 192.168.1.7 20000 typ host | | 2335 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2336 | 24.23.204.141 20000 typ srflx | | 2337 | raddr 192.168.1.7 rport 20000 | | 2338 +----------------------------------+--------------------------------+ 2340 Table 21: 5.2.10 SDP Answer 2342 5.2.11. Audio Only, Add Video to BUNDLE 2344 This example involves 2 Offer/Answer exchanges. First one setting up 2345 Audio-only session followed by an updated Offer/Answer exchange to 2346 add video stream to the ongoing session. Also the newly added video 2347 stream is BUNDLED with the audio stream. 2349 Audio Only , Add Video and BUNDLE 2351 Alice Bob 2352 | | 2353 | | 2354 | Alice indicates support for BUNDLE | 2355 | | 2356 | Offer(Audio:Opus) | 2357 |----------------------------------------------------->| 2358 | |Bob 2359 | |supports 2360 | |BUNDLE 2361 | Answer(Audio:Opus) | 2362 |<-----------------------------------------------------|Alice 2363 | |adds 2364 | |video 2365 | Updated Offer(Audio:Opus, Video:VP8) |to BUNDLE 2366 |----------------------------------------------------->| 2367 | | 2368 | |Bob 2369 | Updated Answer(Audio:Opus, Video:VP8) |accepts 2370 |<-----------------------------------------------------| 2371 | | 2372 | 2Way Call with Audio and Video Multiplexed | 2373 |......................................................| 2374 | | 2375 | | 2377 +----------------------------------+--------------------------------+ 2378 | SDP Contents | RFC#/Notes | 2379 +----------------------------------+--------------------------------+ 2380 | v=0 | [RFC4566] | 2381 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 2382 | s=- | [RFC4566] | 2383 | t=0 0 | [RFC4566] | 2384 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2385 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 2386 | | gotiation] | 2387 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 2388 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 2389 | 109 | | 2390 | c=IN IP4 24.23.204.141 | [RFC4566] | 2391 | a=msid:ma ta | Identifies RTCMediaStream ID | 2392 | | (ma) and RTCMediaStreamTrack | 2393 | | ID (ta) | 2394 | a=rtcp-mux | [RFC5761] | 2395 | a=rtcp:54609 IN IP4 | [RFC3605] | 2396 | 24.23.204.141 | | 2397 | a=mid:audio | [RFC5888] | 2398 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2399 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2400 | hdrext:ssrc-audio-level | | 2401 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2402 | a=sendrecv | [RFC3264] | 2403 | a=setup:actpass | [RFC4145] | 2404 | a=ice-ufrag:074c6550 | [RFC5245] | 2405 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 2406 | 474af08a068 | | 2407 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2408 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 2409 | 9d:1f:66:79:a8:07 | | 2410 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2411 | 192.168.1.4 54609 typ host | | 2412 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 2413 | 192.168.1.4 54609 typ host | | 2414 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2415 | 24.23.204.141 54609 typ srflx | | 2416 | raddr 192.168.1.4 rport 54609 | | 2417 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2418 | 24.23.204.141 54609 typ srflx | | 2419 | raddr 192.168.1.4 rport 54609 | | 2420 | a=rtcp-fb:109 nack | [RFC5104] | 2421 | a=ssrc:11111 | [RFC5576] | 2422 | cname:Q/NWs1ao1HmN4Xa5 | | 2423 | a=rtcp-rsize | [RFC5506] | 2424 +----------------------------------+--------------------------------+ 2426 Table 22: 5.2.11 SDP Offer 2428 +----------------------------------+--------------------------------+ 2429 | SDP Contents | RFC#/Notes | 2430 +----------------------------------+--------------------------------+ 2431 | v=0 | [RFC4566] | 2432 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 2433 | | Information | 2434 | s=- | [RFC4566] | 2435 | t=0 0 | [RFC4566] | 2436 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2437 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 2438 | | gotiation] | 2439 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 2440 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 2441 | 109 | | 2442 | c=IN IP4 98.248.92.77 | [RFC4566] | 2443 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2444 | hdrext:ssrc-audio-level | | 2445 | a=msid:ma ta | Identifies RTCMediaStream ID | 2446 | | (ma) and RTCMediaStreamTrack | 2447 | | ID (ta) | 2448 | a=mid:audio | [RFC5888] | 2449 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2450 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2451 | a=sendrecv | [RFC3264] | 2452 | a=setup:active | [RFC4145] | 2453 | a=rtcp-mux | [RFC5761] | 2454 | a=rtcp-fb:109 nack | [RFC5104] | 2455 | a=ice-ufrag:c300d85b | [RFC5245] | 2456 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 2457 | 7efbabd9a2 | | 2458 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2459 | 4a:97:0e:1f:ef:6d:f7:c9:c7: | | 2460 | 70:9d:1f:66:79:a8:07 | | 2461 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2462 | 192.168.1.7 49203 typ host | | 2463 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2464 | 98.248.92.77 49203 typ srflx | | 2465 | raddr 192.168.1.7 rport 49203 | | 2466 | a=ssrc:33333 | [RFC5576] | 2467 | cname:L/aoNWs11HmN4Xa5 | | 2468 | a=rtcp-rsize | [RFC5506] | 2469 +----------------------------------+--------------------------------+ 2471 Table 23: 5.2.10 SDP Answer 2473 +----------------------------------+--------------------------------+ 2474 | SDP Contents | RFC#/Notes | 2475 +----------------------------------+--------------------------------+ 2476 | v=1 | Version number incremented | 2477 | | [RFC4566] | 2478 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 2479 | s=- | [RFC4566] | 2480 | t=0 0 | [RFC4566] | 2481 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2482 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 2483 | | gotiation] Alice adds video | 2484 | | stream to BUNDLE. | 2485 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 2486 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 2487 | 109 | | 2488 | c=IN IP4 24.23.204.141 | [RFC4566] | 2489 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2490 | hdrext:ssrc-audio-level | | 2491 | a=msid:ma ta | Identifies RTCMediaStream ID | 2492 | | (ma) and RTCMediaStreamTrack | 2493 | | ID (ta) | 2494 | a=rtcp-mux | [RFC5761] | 2495 | a=rtcp:54609 IN IP4 | [RFC3605] | 2496 | 24.23.204.141 | | 2497 | a=mid:audio | [RFC5888] | 2498 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2499 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2500 | a=sendrecv | [RFC3264] | 2501 | a=setup:actpass | [RFC4145] | 2502 | a=ice-ufrag:074c6550 | [RFC5245] | 2503 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 2504 | 474af08a068 | | 2505 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2506 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | | 2507 | : 1f:66:79:a8:07 | | 2508 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2509 | 192.168.1.4 54609 typ host | | 2510 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 2511 | 192.168.1.4 54609 typ host | | 2512 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2513 | 24.23.204.141 54609 typ srflx | | 2514 | raddr 192.168.1.4 rport 54609 | | 2515 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2516 | 24.23.204.141 54609 typ srflx | | 2517 | raddr 192.168.1.4 rport 54609 | | 2518 | a=rtcp-fb:109 nack | [RFC5104] | 2519 | a=ssrc:11111 | [RFC5576] | 2520 | cname:Q/NWs1ao1HmN4Xa5 | | 2521 | a=rtcp-rsize | [RFC5506] | 2522 | m=video 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 2523 | 120 | | 2524 | c=IN IP4 24.23.204.141 | [RFC4566] | 2525 | a=msid:ma tb | Identifies RTCMediaStream ID | 2526 | | (ma) and RTCMediaStreamTrack | 2527 | | ID (tb) | 2528 | a=rtcp:54609 IN IP4 | [RFC3605] | 2529 | 24.23.204.141 | | 2530 | a=mid:video | [RFC5888] | 2531 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 2532 | a=sendrecv | [RFC3264] | 2533 | a=setup:actpass | [RFC4145] | 2534 | a=rtcp-mux | [RFC5761] | 2535 | a=ice-ufrag:074c6550 | [RFC5245] | 2536 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 2537 | 474af08a068 | | 2538 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2539 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 2540 | 9d:1f:66:79:a8:07 | | 2541 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2542 | 192.168.1.4 54609 typ host | | 2543 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 2544 | 192.168.1.4 54609 typ host | | 2545 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2546 | 24.23.204.141 54609 typ srflx | | 2547 | raddr 192.168.1.4 rport 54609 | | 2548 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2549 | 24.23.204.141 54609 typ srflx | | 2550 | raddr 192.168.1.4 rport 54609 | | 2551 | a=rtcp-fb:120 nack | [RFC5104] | 2552 | a=rtcp-fb:120 nack pli | [RFC5104] | 2553 | a=rtcp-fb:120 ccm fir | [RFC5104] | 2554 | a=ssrc:22222 | [RFC5576] | 2555 | cname:Q/aoNWs11HmN4Xa5 | | 2556 | a=rtcp-rsize | [RFC5506] | 2557 +----------------------------------+--------------------------------+ 2559 Table 24: 5.2.11 SDP Updated Offer 2561 +----------------------------------+--------------------------------+ 2562 | SDP Contents | RFC#/Notes | 2563 +----------------------------------+--------------------------------+ 2564 | v=1 | [RFC4566] Version number | 2565 | | incremented | 2566 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 2567 | | Information | 2568 | s=- | [RFC4566] | 2569 | t=0 0 | [RFC4566] | 2570 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2571 | a=group:BUNDLE audio video | [I-D.ietf-mmusic-sdp-bundle-ne | 2572 | | gotiation] | 2573 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 2574 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 2575 | 109 | | 2576 | c=IN IP4 98.248.92.77 | [RFC4566] | 2577 | a=msid:ma ta | Identifies RTCMediaStream ID | 2578 | | (ma) and RTCMediaStreamTrack | 2579 | | ID (ta) | 2580 | a=mid:audio | [RFC5888] | 2581 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2582 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2583 | hdrext:ssrc-audio-level | | 2584 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2585 | a=sendrecv | [RFC3264] | 2586 | a=setup:active | [RFC4145] | 2587 | a=rtcp-mux | [RFC5761] | 2588 | a=rtcp-fb:109 nack | [RFC5104] | 2589 | a=ice-ufrag:c300d85b | [RFC5245] | 2590 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 2591 | 7efbabd9a2 | | 2592 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2593 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 2594 | 9d:1f:66:79:a8:07 | | 2595 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2596 | 192.168.1.7 49203 typ host | | 2597 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2598 | 98.248.92.77 49203 typ srflx | | 2599 | raddr 192.168.1.7 rport 49203 | | 2600 | a=ssrc:33333 | [RFC5576] | 2601 | cname:L/aoNWs11HmN4Xa5 | | 2602 | a=rtcp-rsize | [RFC5506] | 2603 | m=video 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 2604 | 120 | | 2605 | c=IN IP4 98.248.92.77 | [RFC4566] | 2606 | a=msid:ma tb | Identifies RTCMediaStream ID | 2607 | | (ma) and RTCMediaStreamTrack | 2608 | | ID (tb) | 2609 | a=mid:video | [RFC5888] | 2610 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload-vp8] | 2611 | a=sendrecv | [RFC3264] | 2612 | a=setup:active | [RFC4145] | 2613 | a=rtcp-mux | [RFC5761] | 2614 | a=ice-ufrag:c300d85b | [RFC5245] | 2615 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 2616 | 7efbabd9a2 | | 2617 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2618 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 2619 | 9d:1f:66:79:a8:07 | | 2620 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2621 | 192.168.1.7 49203 typ host | | 2622 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2623 | 98.248.92.77 49203 typ srflx | | 2624 | raddr 192.168.1.7 rport 49203 | | 2625 | a=rtcp-fb:120 nack | [RFC5104] | 2626 | a=rtcp-fb:120 nack pli | [RFC5104] | 2627 | a=rtcp-fb:120 ccm fir | [RFC5104] | 2628 | a=ssrc:44444 | [RFC5576] | 2629 | cname:EocUG1f0fcg/yvY7 | | 2630 | a=rtcp-rsize | [RFC5506] | 2631 +----------------------------------+--------------------------------+ 2633 Table 25: 5.2.11 SDP Updated Answer 2635 5.3. MultiResolution, RTX, FEC Examples 2637 This section deals with scenarios related to multi-source, multi- 2638 stream negotiation such as layered coding, simulcast, along with 2639 techniques that deal with providing robustness against transmission 2640 errors such as FEC and RTX. Also to note, mechanisms such as FEC and 2641 RTX could be envisioned in the above basic scenarios as well. 2643 5.3.1. Sendonly Simulcast Session with 2 cameras and 2 encodings per 2644 camera 2646 The SDP below shows Offer/Answer exchange with one audio and two 2647 video sources. Each of the video source can be sent at two different 2648 resolutions. 2650 One video source corresponds to VP8 encoding, while the other 2651 corresponds to H.264 encoding. 2653 bundle-only framework is used along with BUNDLE grouping framework to 2654 enable multiplexing of all the 5 streams (1 audio stream + 4 video 2655 streams) over a single RTP Session. 2657 One Way Successful Simulcast w/BUNDLE 2659 Alice Bob 2660 | | 2661 | Alice offers 2 sendonly video sources | 2662 | with 2 simulcast encodings per source | 2663 | and bundle-only for video | 2664 | | 2665 | | 2666 | Offer(Audio:Opus,Video1:VP8,Video2:H.264) | 2667 |------------------------------------------------>| 2668 | | 2669 | | 2670 | Answer(Audio:Opus Video1:VP8,Video2:H.264) | 2671 |<------------------------------------------------| 2672 | | 2673 |One-Way 1 Opus, 2 H.264 and 2 VP8 video streams, | 2674 | all multiplexed | 2675 |.................................................| 2676 | | 2677 | | 2679 +-------------------------------------+-----------------------------+ 2680 | SDP Contents | RFC#/Notes | 2681 +-------------------------------------+-----------------------------+ 2682 | v=0 | [RFC4566] | 2683 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 2684 | s=- | [RFC4566] | 2685 | t=0 0 | [RFC4566] | 2686 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2687 | a=group:BUNDLE m0 m1 m2 | [I-D.ietf-mmusic-sdp-bundle | 2688 | | -negotiation] Alice | 2689 | | supports grouping of | 2690 | | m=lines under BUNDLE | 2691 | | semantics | 2692 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ic | 2693 | | e] | 2694 | m=audio 54609 UDP/TLS/RTP/SAVPF 109 | [RFC4566] | 2695 | c=IN IP4 24.23.204.141 | [RFC4566] | 2696 | a=msid:ma ta | Identifies RTCMediaStream | 2697 | | ID (ma) and | 2698 | | RTCMediaStreamTrack ID (ta) | 2699 | a=rtcp-mux | [RFC5761] | 2700 | a=rtcp:54609 IN IP4 24.23.204.141 | [RFC3605] | 2701 | a=mid:m0 | [RFC5888] | 2702 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2703 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2704 | hdrext:ssrc-audio-level | | 2705 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2706 | a=sendonly | [RFC3264] | 2707 | a=setup:actpass | [RFC4145] | 2708 | a=rtcp-fb:109 nack | [RFC5104] | 2709 | a=ssrc:11111 C90alEocUG1f0fcg | [RFC5576] | 2710 | a=ice-ufrag:074c6550 | [RFC5245] | 2711 | a=ice-pwd:a28a397a4c3f31747d1ee3474 | [RFC5245] | 2712 | af08a068 | | 2713 | a=fingerprint:sha-1 99:41:49:83:4a: | [RFC5245] | 2714 | 97:0e:1f:ef:6d:f7:c9:c7:70: | | 2715 | 9d:1f:66:79:a8:07 | | 2716 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2717 | 192.168.1.4 54609 typ host | | 2718 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 2719 | 192.168.1.4 54609 typ host | | 2720 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 2721 | 24.23.204.141 54609 typ srflx raddr | | 2722 | 192.168.1.4 rport 54609 | | 2723 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2724 | 24.23.204.141 54609 typ srflx raddr | | 2725 | 192.168.1.4 rport 54609 | | 2726 | a=rtcp-rsize | [RFC5506] | 2727 | m=video 0 UDP/TLS/RTP/SAVPF 98 100 | bundle-only video line with | 2728 | | port number set to zero | 2729 | c=IN IP4 24.23.204.141 | [RFC4566] | 2730 | a=msid:ma tb | Identifies RTCMediaStream | 2731 | | ID (ma) and | 2732 | | RTCMediaStreamTrack ID (tb) | 2733 | a=rtcp-mux | [RFC5761] | 2734 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 2735 | a=mid:m1 | [RFC5888] Video m=line part | 2736 | | of BUNDLE group | 2737 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 2738 | a=rtpmap:100 VP8/90000 | [I-D.ietf-payload-vp8] | 2739 | a=imageattr:98 [x=1280,y=720] | [RFC6236]Camera-1,Encoding- | 2740 | | 1 Resolution | 2741 | a=fmtp:98 max-fr=30 | [RFC4566] | 2742 | a=imageattr:100 [x=640,y=480] | [RFC6236] | 2743 | | Camera-1,Encoding-2 | 2744 | | Resolution | 2745 | a=fmtp:100 max-fr=15 | [RFC4566] | 2746 | a=simulcast: send 98;100 | [I-D.ietf-mmusic-sdp-simulc | 2747 | | ast] Alice can send 2 | 2748 | | resolutions | 2749 | a=ssrc:12345 | [RFC5576] [RFC7022] | 2750 | cname:axzo1278npDlAzM73 | Camera-1,Encoding-1 SSRC | 2751 | | with Session CNAME | 2752 | a=ssrc:45678 | [RFC5576] [RFC7022] | 2753 | cname:axzo1278npDlAzM73 | Camera-1,Encoding-2 SSRC | 2754 | | with Session CNAME | 2755 | a=sendonly | [RFC3264] - Send only video | 2756 | | stream | 2757 | a=bundle-only | [UNIFIED-PLAN] | 2758 | a=rtcp-fb:98 nack | [RFC5104] | 2759 | a=rtcp-fb:98 nack pli | [RFC5104] | 2760 | a=rtcp-fb:98 ccm fir | [RFC5104] | 2761 | a=rtcp-fb:100 nack | [RFC5104] | 2762 | a=rtcp-fb:100 nack pli | [RFC5104] | 2763 | a=rtcp-fb:100 ccm fir | [RFC5104] | 2764 | a=rtcp-rsize | [RFC5506] | 2765 | m=video 0 UDP/TLS/RTP/SAVPF 101 102 | bundle-only video line with | 2766 | | port number set to zero | 2767 | c=IN IP4 24.23.204.141 | [RFC4566] | 2768 | a=msid:ma tc | Identifies RTCMediaStream | 2769 | | ID (ma) and | 2770 | | RTCMediaStreamTrack ID (tc) | 2771 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 2772 | a=mid:m2 | [RFC5888] Video m=line part | 2773 | | of BUNDLE group | 2774 | a=rtcp-mux | [RFC5761] | 2775 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 2776 | a=rtpmap:101 H264/90000 | [RFC3984] | 2777 | a=rtpmap:102 H264/90000 | [RFC3984] | 2778 | a=fmtp:101 profile-level-id=4d0028 | [RFC3984]Camera-2,Encoding- | 2779 | ;packetization-mode=1;max-fr=30 | 1 Resolution | 2780 | a=fmtp:102 profile-level-id=4d0028 | [RFC3984]Camera-2,Encoding- | 2781 | ;packetization-mode=1;max-fr=15 | 2 Resolution | 2782 | a=simulcast: send 101;102 | [I-D.ietf-mmusic-sdp-simulc | 2783 | | ast] | 2784 | a=ssrc:67890 | [RFC5576] [RFC7022] | 2785 | cname:axzo1278npDlAzM73 | Camera-2,Encoding-1 SSRC | 2786 | | with Session CNAME | 2787 | a=ssrc:56789 | [RFC5576] [RFC7022] | 2788 | cname:axzo1278npDlAzM73 | Camera-2,Encoding-2 SSRC | 2789 | | with Session CNAME | 2790 | a=sendonly | [RFC3264] - Send only video | 2791 | | stream | 2792 | a=bundle-only | [UNIFIED-PLAN] | 2793 | a=rtcp-fb:101 nack | [RFC5104] | 2794 | a=rtcp-fb:101 nack pli | [RFC5104] | 2795 | a=rtcp-fb:101 ccm fir | [RFC5104] | 2796 | a=rtcp-fb:102 nack | [RFC5104] | 2797 | a=rtcp-fb:102 nack pli | [RFC5104] | 2798 | a=rtcp-fb:102 ccm fir | [RFC5104] | 2799 | a=rtcp-rsize | [RFC5506] | 2800 +-------------------------------------+-----------------------------+ 2802 Table 26: 5.3.1 SDP Offer 2804 +-------------------------------------+-----------------------------+ 2805 | SDP Contents | RFC#/Notes | 2806 +-------------------------------------+-----------------------------+ 2807 | v=0 | [RFC4566] | 2808 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 2809 | s=- | [RFC4566] | 2810 | t=0 0 | [RFC4566] | 2811 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2812 | a=group:BUNDLE m0 m1 m2 | [I-D.ietf-mmusic-sdp-bundle | 2813 | | -negotiation] Alice | 2814 | | supports grouping of | 2815 | | m=lines under BUNDLE | 2816 | | semantics | 2817 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ic | 2818 | | e] | 2819 | m=audio 49203 UDP/TLS/RTP/SAVPF 109 | [RFC4566] | 2820 | c=IN IP4 98.248.92.77 | [RFC4566] | 2821 | a=mid:m0 | [RFC5888] | 2822 | a=msid:ma ta | Identifies RTCMediaStream | 2823 | | ID (ma) and | 2824 | | RTCMediaStreamTrack ID (ta) | 2825 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2826 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2827 | hdrext:ssrc-audio-level | | 2828 | a=rtcp-fb:109 nack | [RFC5104] | 2829 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2830 | a=recvonly | [RFC3264] | 2831 | a=setup:active | [RFC4145] | 2832 | a=rtcp-mux | [RFC5761] | 2833 | a=ssrc:22222 | [RFC5576] | 2834 | cname:y8/C90alEocUG1f0fcg | | 2835 | a=ice-ufrag:c300d85b | [RFC5245] | 2836 | a=ice-pwd:de4e99bd291c325921d5d47ef | [RFC5245] | 2837 | babd9a2 | | 2838 | a=fingerprint:sha-1 99:41:49:83:4a: | [RFC5245] | 2839 | 97:0e:1f:ef:6d:f7:c9:c7:70: | | 2840 | 9d:1f:66:79:a8:07 | | 2841 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 2842 | 192.168.1.7 49203 typ host | | 2843 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2844 | 98.248.92.77 49203 typ srflx raddr | | 2845 | 192.168.1.7 rport 49203 | | 2846 | a=rtcp-rsize | [RFC5506] | 2847 | m=video 49203 UDP/TLS/RTP/SAVPF 98 | BUNDLE accepted with port | 2848 | 100 | repeated from the audio | 2849 | | port | 2850 | c=IN IP4 98.248.92.77 | [RFC4566] | 2851 | a=msid:ma tb | Identifies RTCMediaStream | 2852 | | ID (ma) and | 2853 | | RTCMediaStreamTrack ID (tb) | 2854 | a=mid:m1 | [RFC5888] Video m=line part | 2855 | | of BUNDLE group | 2856 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 2857 | a=rtpmap:100 VP8/90000 | [I-D.ietf-payload-vp8] | 2858 | a=imageattr:98 [x=1280,y=720] | [RFC6236]Camera-1,Encoding- | 2859 | | 1 Resolution | 2860 | a=fmtp:98 max-fr=30 | [RFC4566] | 2861 | a=imageattr:100 [x=640,y=480] | [RFC6236] | 2862 | | Camera-1,Encoding-2 | 2863 | | Resolution | 2864 | a=fmtp:100 max-fr=15 | [RFC4566] | 2865 | a=recvonly | [RFC3264] - receive only | 2866 | | video stream | 2867 | a=simulcast: recv 98;100 | [I-D.ietf-mmusic-sdp-simulc | 2868 | | ast] | 2869 | a=ssrc:54321 | [RFC5576] | 2870 | cname:y8/C90alEocUG1f0fcg | | 2871 | a=ice-ufrag:c300d85b | [RFC5245] | 2872 | a=ice-pwd:de4e99bd291c325921d5d47ef | [RFC5245] | 2873 | babd9a2 | | 2874 | a=fingerprint:sha-1 99:41:49:83:4a: | [RFC5245] | 2875 | 97:0e:1f:ef:6d:f7:c9:c7:70:9d: | | 2876 | 1f:66:79:a8:07 | | 2877 | a=candidate:0 2 UDP 2113667326 | [RFC5245] | 2878 | 192.168.1.7 49203 typ host | | 2879 | a=candidate:1 2 UDP 1694302206 | [RFC5245] | 2880 | 98.248.92.77 49203 typ srflx raddr | | 2881 | 192.168.1.7 rport 49203 | | 2882 | a=setup:active | [RFC4145] | 2883 | a=rtcp-mux | [RFC5576] | 2884 | a=bundle-only | [UNIFIED-PLAN] | 2885 | a=rtcp-rsize | [RFC5506] | 2886 | m=video 49203 UDP/TLS/RTP/SAVPF 101 | BUNDLE accepted with port | 2887 | 102 | repeated from the audio | 2888 | | port | 2889 | c=IN IP4 98.248.92.77 | [RFC4566] | 2890 | a=msid:ma tc | Identifies RTCMediaStream | 2891 | | ID (ma) and | 2892 | | RTCMediaStreamTrack ID (tc) | 2893 | a=mid:m2 | [RFC5888] Video m=line part | 2894 | | of BUNDLE group | 2895 | a=rtpmap:101 H264/90000 | [RFC3984] | 2896 | a=rtpmap:102 H264/90000 | [RFC3984] | 2897 | a=recvonly | [RFC3264] | 2898 | a=fmtp:101 profile-level-id=4d0028 | [RFC3984] | 2899 | ;packetization-mode=1;max-fr=30 | | 2900 | a=fmtp:102 profile-level-id=4d0028 | [RFC3984] | 2901 | ;packetization-mode=1;max-fr=15 | | 2902 | a=simulcast: recv 101;102 | [I-D.ietf-mmusic-sdp-simulc | 2903 | | ast] Bob accepts to | 2904 | | receieve the offered | 2905 | | simulcast streams | 2906 | a=ssrc:90876 | [RFC5576] | 2907 | cname:axzo1278npDlAzM73 | | 2908 | a=ice-ufrag:ufrag:c300d85b | [RFC5245] | 2909 | a=ice-pwd:de4e99bd291c325921d5d47ef | [RFC5245] | 2910 | babd9a2 | | 2911 | a=fingerprint:sha-1 99:41:49:83:4a: | [RFC5245] | 2912 | 97:0e:1f:ef:6d:f7:c9:c7:70: | | 2913 | 9d:1f:66:79:a8:07 | | 2914 | a=candidate:0 2 UDP 1685987071 | [RFC5245] | 2915 | 192.168.1.7 49203 typ host | | 2916 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 2917 | 98.248.92.77 49203 typ srflx raddr | | 2918 | 192.168.1.7 rport 49203 | | 2919 | a=setup:active | [RFC4145] | 2920 | a=rtcp-mux | [RFC5576] | 2921 | a=bundle-only | [UNIFIED-PLAN] | 2922 | a=rtcp-rsize | [RFC5506] | 2923 +-------------------------------------+-----------------------------+ 2925 Table 27: 5.3.1 SDP Anwer 2927 5.3.2. Successful SVC Video Session 2929 This section shows an SDP Offer/Answer for a session with an audio 2930 and a single video source. The video source is encoded as layered 2931 coding at 3 different resolutions based on [RFC5583]. The video 2932 m=line shows 3 streams with the last stream (payload 100) dependent 2933 on streams with payload 96 and 97 for decoding. 2935 SVC Session - 3 Layers w/BUNDLE 2937 Alice Bob 2938 | | 2939 | | 2940 | Alice offers 3 sendonly video streams | 2941 | as 3 layers of SVC and bundle-only | 2942 | for video streams. | 2943 | | 2944 | Offer(Video:H.264 SVC) | 2945 |------------------------------------------------>| 2946 | |Bob accepts 2947 | |Alice's 2948 | |offered 2949 | |codec 2950 | |operation 2951 | Answer(Video:H.264) |points 2952 |<------------------------------------------------| 2953 | | 2954 | One-Way H.264 SVC video streams | 2955 |.................................................| 2956 | | 2957 | | 2959 +----------------------------------+--------------------------------+ 2960 | SDP Contents | RFC#/Notes | 2961 +----------------------------------+--------------------------------+ 2962 | v=0 | [RFC4566] | 2963 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 2964 | s=- | [RFC4566] | 2965 | t=0 0 | [RFC4566] | 2966 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 2967 | a=group:BUNDLE m0 m1 | [I-D.ietf-mmusic-sdp-bundle-ne | 2968 | | gotiation] Alice supports | 2969 | | grouping of m=lines under | 2970 | | BUNDLE semantics | 2971 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 2972 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 2973 | 109 | | 2974 | c=IN IP4 24.23.204.141 | [RFC4566] | 2975 | a=msid:ma ta | Identifies RTCMediaStream ID | 2976 | | (ma) and RTCMediaStreamTrack | 2977 | | ID (ta) | 2978 | a=rtcp-mux | [RFC5761] | 2979 | a=rtcp:54609 IN IP4 | [RFC3605] | 2980 | 24.23.204.141 | | 2981 | a=mid:m0 | [RFC5888] Audio m=line part of | 2982 | | BUNDLE group with a unique | 2983 | | port number | 2984 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 2985 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 2986 | hdrext:ssrc-audio-level | | 2987 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 2988 | a=sendonly | [RFC3264] | 2989 | a=rtcp-fb:109 nack | [RFC5104] | 2990 | a=setup:actpass | [RFC4145] | 2991 | a=ice-ufrag:074c6550 | [RFC5245] | 2992 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 2993 | 474af08a068 | | 2994 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 2995 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 2996 | 9d:1f:66:79:a8:07 | | 2997 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 2998 | 192.168.1.4 54609 typ host | | 2999 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3000 | 192.168.1.4 54609 typ host | | 3001 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 3002 | 24.23.204.141 54609 typ srflx | | 3003 | raddr 192.168.1.4 rport 54609 | | 3004 | a=candidate:1 2 UDP 1694302206 | [RFC5245] | 3005 | 24.23.204.141 54609 typ srflx | | 3006 | raddr 192.168.1.4 rport 54609 | | 3007 | a=ssrc:67890 | [RFC5576] | 3008 | cname:axzo1278npDlAzM73 | | 3009 | a=rtcp-rsize | [RFC5506] | 3010 | m=video 0 UDP/TLS/RTP/SAVPF 96 | bundle-only video line with | 3011 | 97 100 | port number set to zero | 3012 | c=IN IP4 24.23.204.141 | [RFC4566] | 3013 | a=msid:ma tb | Identifies RTCMediaStream ID | 3014 | | (ma) and RTCMediaStreamTrack | 3015 | | ID (tc) | 3016 | a=rtcp-mux | [RFC5761] | 3017 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 3018 | a=mid:m1 | [RFC5888] Audio m=line part of | 3019 | | BUNDLE group | 3020 | a=msid:ma tb | | 3021 | a=rtpmap:96 H264/90000 | [RFC3984] | 3022 | a=fmtp:96 profile-level- | [RFC3984]H.264 Layer 1 | 3023 | id=4d0028; packetization-mode=1 | | 3024 | ;max-fr=30;max-fs=8040 | | 3025 | a=rtpmap:97 H264/90000 | [RFC3984] | 3026 | a=fmtp:97 profile-level- | [RFC3984] H.264 Layer 2 | 3027 | id=4d0028;packetization-mode=1; | | 3028 | max-fr=15;max-fs=1200 | | 3029 | a=rtpmap:100 H264-SVC/90000 | [RFC3984] | 3030 | a=fmtp:100 profile-level- | [RFC3984] | 3031 | id=4d0028;packetization-mode=1; | | 3032 | max-fr=30;max-fs=8040 | | 3033 | a=depend:100 lay m1:96,97; | [RFC5583]Layer 3 dependent on | 3034 | | layers 1 and 2 | 3035 | a=sendonly | [RFC3264] - Send only video | 3036 | | stream | 3037 | a=bundle-only | [UNIFIED-PLAN] | 3038 | a=ssrc:1732846380 | [RFC5576] | 3039 | cname:axzo1278npDlAzM73 | | 3040 | a=ssrc:1732846381 | [RFC5576] | 3041 | cname:axzo1278npDlAzM73 | | 3042 | a=ssrc:1732846382 | [RFC5576] | 3043 | cname:axzo1278npDlAzM73 | | 3044 | a=rtcp-fb:* nack | [RFC5104] | 3045 | a=rtcp-fb:* nack pli | [RFC5104] | 3046 | a=rtcp-fb:* ccm fir | [RFC5104] | 3047 | a=rtcp-rsize | [RFC5506] | 3048 +----------------------------------+--------------------------------+ 3050 Table 28: 5.3.2 SDP Offer with SVC 3052 +----------------------------------+--------------------------------+ 3053 | SDP Contents | RFC#/Notes | 3054 +----------------------------------+--------------------------------+ 3055 | v=0 | [RFC4566] | 3056 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 3057 | s=- | [RFC4566] | 3058 | t=0 0 | [RFC4566] | 3059 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3060 | a=group:BUNDLE m0 m1 | [I-D.ietf-mmusic-sdp-bundle-ne | 3061 | | gotiation] | 3062 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3063 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 3064 | 109 | | 3065 | c=IN IP4 98.248.92.77 | [RFC4566] | 3066 | a=msid:ma ta | Identifies RTCMediaStream ID | 3067 | | (ma) and RTCMediaStreamTrack | 3068 | | ID (ta) | 3069 | a=mid:m0 | [RFC5888] | 3070 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3071 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3072 | hdrext:ssrc-audio-level | | 3073 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3074 | a=rtcp-fb:109 nack | [RFC5104] | 3075 | a=recvonly | [RFC3264] | 3076 | a=setup:active | [RFC4145] | 3077 | a=rtcp-mux | [RFC5761] | 3078 | a=ice-ufrag:074c6550 | [RFC5245] | 3079 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3080 | 474af08a068 | | 3081 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3082 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3083 | 9d:1f:66:79:a8:07 | | 3084 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3085 | 192.168.1.7 49203 typ host | | 3086 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3087 | 98.248.92.77 49203 typ srflx | | 3088 | raddr 192.168.1.5 rport 49203 | | 3089 | a=rtcp-rsize | [RFC5506] | 3090 | m=video 49203 UDP/TLS/RTP/SAVPF | BUNDLE accepted Bundle address | 3091 | 96 100 | same as audio m=line. | 3092 | c=IN IP4 98.248.92.77 | [RFC4566] | 3093 | a=msid:ma tb | Identifies RTCMediaStream ID | 3094 | | (ma) and RTCMediaStreamTrack | 3095 | | ID (tb) | 3096 | a=mid:m1 | [RFC5888] Video m=line part of | 3097 | | BUNDLE group | 3098 | a=rtpmap:96 H264/90000 | [RFC3984] | 3099 | a=fmtp:96 profile-level- | [RFC3984]H.264 Layer 1 | 3100 | id=4d0028;packetization-mode=1; | | 3101 | max-fr=30;max-fs=8040 | | 3102 | a=rtpmap:100 H264-SVC/90000 | [RFC3984] | 3103 | a=fmtp:100 profile-level- | [RFC3984] | 3104 | id=4d0028;packetization-mode=1; | | 3105 | max-fr=30;max-fs=8040 | | 3106 | a=depend:100 lay m1:96; | [RFC5583] Bob chooses 2 Codec | 3107 | | Operation points | 3108 | a=ice-ufrag:074c6550 | [RFC5245] | 3109 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3110 | 474af08a068 | | 3111 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3112 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3113 | 9d:1f:66:79:a8:07 | | 3114 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3115 | 192.168.1.5 49203 typ host | | 3116 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3117 | 24.23.204.142 49203 typ srflx | | 3118 | raddr 192.168.1.5 rport 49203 | | 3119 | a=recvonly | [RFC3264] - Receive only video | 3120 | | stream | 3121 | a=setup:active | [RFC4145] | 3122 | a=rtcp-mux | [RFC5761] | 3123 | a=bundle-only | [UNIFIED-PLAN] | 3124 | a=ssrc:4638117328 | [RFC5576] | 3125 | cname:axzo1278npDlAzM73 | | 3126 | a=rtcp-rsize | [RFC5506] | 3127 +----------------------------------+--------------------------------+ 3129 Table 29: 5.3.2 SDP Answer with SVC 3131 5.3.3. Successful Simulcast Video Session with Retransmission 3133 This section shows an SDP Offer/Answer exchange for a simulcast 3134 scenario with 2 two resolutions and has [RFC4588] style re- 3135 transmission flows. 3137 Simulcast Streams with Retransmission 3139 Alice Bob 3140 | | 3141 | | 3142 |Alice offers single audio and simulcasted video streams | 3143 | | 3144 | | 3145 | Offer(Audio:Opus Video:VP8 with 2 resolutions) | 3146 | & RTX stream | 3147 |-------------------------------------------------------->| 3148 | | 3149 | | 3150 | Answer (Bob accepts Alice's offer) | 3151 |<--------------------------------------------------------| 3152 | | 3153 | | 3154 |One-Way 1 Opus, 2 VP8 and RTX video streams,all muxed | 3155 |.........................................................| 3156 | | 3157 | | 3159 +----------------------------------+--------------------------------+ 3160 | SDP Contents | RFC#/Notes | 3161 +----------------------------------+--------------------------------+ 3162 | v=0 | [RFC4566] | 3163 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 3164 | s=- | [RFC4566] | 3165 | t=0 0 | [RFC4566] | 3166 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3167 | a=group:BUNDLE m0 m1 | [I-D.ietf-mmusic-sdp-bundle-ne | 3168 | | gotiation] Alice supports | 3169 | | grouping of m=lines under | 3170 | | BUNDLE semantics | 3171 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3172 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 3173 | 109 | | 3174 | c=IN IP4 24.23.204.141 | [RFC4566] | 3175 | a=msid:ma ta | Identifies RTCMediaStream ID | 3176 | | (ma) and RTCMediaStreamTrack | 3177 | | ID (ta) | 3178 | a=rtcp:54609 IN IP4 | [RFC3605] | 3179 | 24.23.204.141 | | 3180 | a=mid:m0 | [RFC5888] Audio m=line part of | 3181 | | BUNDLE group with a unique | 3182 | | port number | 3183 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3184 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3185 | hdrext:ssrc-audio-level | | 3186 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3187 | a=rtcp-fb:109 nack | [RFC5104] | 3188 | a=sendonly | [RFC3264] | 3189 | a=setup:actpass | [RFC4145] | 3190 | a=rtcp-mux | [RFC5761] | 3191 | a=ssrc:11111 | [RFC5576] | 3192 | cname:EocUG1f0fcg/yvY7 | | 3193 | a=ice-ufrag:074c6550 | [RFC5245] | 3194 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3195 | 474af08a068 | | 3196 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3197 | 4a:97:0e:1f:ef:6d:f7:c9:c7: | | 3198 | 70:9d:1f:66:79:a8:07 | | 3199 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 3200 | 192.168.1.4 54609 typ host | | 3201 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3202 | 192.168.1.4 54609 typ host | | 3203 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 3204 | 24.23.204.141 54609 typ srflx | | 3205 | raddr 192.168.1.4 rport 54609 | | 3206 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3207 | 24.23.204.141 54609 typ srflx | | 3208 | raddr 192.168.1.4 rport 54609 | | 3209 | a=rtcp-rsize | [RFC5506] | 3210 | m=video 0 UDP/TLS/RTP/SAVPF 98 | bundle-only video line with | 3211 | 100 101 103 | port number set to zero | 3212 | c=IN IP4 24.23.204.141 | [RFC4566] | 3213 | a=msid:ma tb | Identifies RTCMediaStream ID | 3214 | | (ma) and RTCMediaStreamTrack | 3215 | | ID (tb) | 3216 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 3217 | a=mid:m1 | [RFC5888] | 3218 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 3219 | a=rtpmap:100 VP8/90000 | [I-D.ietf-payload-vp8] | 3220 | a=rtpmap:101 VP8/90000 | [I-D.ietf-payload-vp8] | 3221 | a=rtpmap:103 VP8/90000 | [I-D.ietf-payload-vp8] | 3222 | a=fmtp:98 max-fr=30;max-fs=8040 | [RFC4566] | 3223 | a=fmtp:100 max-fr=15;max-fs=1200 | [RFC4566] | 3224 | a=fmtp:101 apt=98;rtx-time=3000 | [RFC4588] | 3225 | a=fmtp:103 apt=100;rtx-time=3000 | [RFC4588] | 3226 | a=simulast: send 98;100 | [I-D.ietf-mmusic-sdp-simulcast | 3227 | | ] | 3228 | a=ssrc-group:FID 12345 34567 | [RFC5888] | 3229 | a=ssrc-group:FID 78990 90887 | [RFC5888] | 3230 | a=ssrc:12345 | [RFC5576] | 3231 | cname:Q/NWs1ao1HmN4Xa5 | | 3232 | a=ssrc:78990 | [RFC5576] | 3233 | cname:Q/NWs1ao1HmN4Xa5 | | 3234 | a=ssrc:34567 | [RFC5576] | 3235 | cname:Q/NWs1ao1HmN4Xa5 | | 3236 | a=ssrc:90887 | [RFC5576] | 3237 | cname:Q/NWs1ao1HmN4Xa5 | | 3238 | a=sendonly | [RFC3264] | 3239 | a=rtcp-mux | [RFC5761] | 3240 | a=bundle-only | [UNIFIED-PLAN] | 3241 | a=rtcp-fb:* nack | [RFC5104] | 3242 | a=rtcp-fb:* nack pli | [RFC5104] | 3243 | a=rtcp-fb:* ccm fir | [RFC5104] | 3244 | a=rtcp-rsize | [RFC5506] | 3245 +----------------------------------+--------------------------------+ 3247 Table 30: 5.3.3 SDP Offer w/Simulcast, RTX 3249 +----------------------------------+--------------------------------+ 3250 | SDP Contents | RFC#/Notes | 3251 +----------------------------------+--------------------------------+ 3252 | v=0 | [RFC4566] | 3253 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 3254 | s=- | [RFC4566] | 3255 | t=0 0 | [RFC4566] | 3256 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3257 | a=group:BUNDLE m0 m1 | [I-D.ietf-mmusic-sdp-bundle-ne | 3258 | | gotiation] Alice supports | 3259 | | grouping of m=lines under | 3260 | | BUNDLE semantics | 3261 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3262 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 3263 | 109 | | 3264 | c=IN IP4 98.248.92.77 | [RFC4566] | 3265 | a=msid:ma ta | Identifies RTCMediaStream ID | 3266 | | (ma) and RTCMediaStreamTrack | 3267 | | ID (ta) | 3268 | a=mid:m0 | [RFC5888] | 3269 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3270 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3271 | hdrext:ssrc-audio-level | | 3272 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3273 | a=rtcp-fb:109 nack | [RFC5104] | 3274 | a=recvonly | [RFC3264] | 3275 | a=setup:active | [RFC4145] | 3276 | a=rtcp-mux | [RFC5761] | 3277 | a=ssrc:33333 | [RFC5576] | 3278 | cname:L/HmN4Xa5NWs1ao1 | | 3279 | a=ice-ufrag:074c6550 | [RFC5245] | 3280 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3281 | 474af08a068 | | 3282 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3283 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3284 | 9d:1f:66:79:a8:07 | | 3285 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3286 | 192.168.1.7 49203 typ host | | 3287 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3288 | 98.248.92.77 49203 typ srflx | | 3289 | raddr 192.168.1.7 rport 49203 | | 3290 | a=rtcp-rsize | [RFC5506] | 3291 | m=video 49203 UDP/TLS/RTP/SAVPF | BUNDLE accepted with Bundle | 3292 | 98 100 101 103 | address identical to audio | 3293 | | m-line | 3294 | c=IN IP4 98.248.92.77 | [RFC4566] | 3295 | a=msid:ma tb | Identifies RTCMediaStream ID | 3296 | | (ma) and RTCMediaStreamTrack | 3297 | | ID (tb) | 3298 | a=mid:m1 | [RFC5888] Video m=line part of | 3299 | | BUNDLE group | 3300 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 3301 | a=rtpmap:100 VP8/90000 | [I-D.ietf-payload-vp8] | 3302 | a=rtpmap:101 VP8/90000 | [I-D.ietf-payload-vp8] | 3303 | a=rtpmap:103 VP8/90000 | [I-D.ietf-payload-vp8] | 3304 | a=fmtp:98 max-fr=30;max-fs=8040 | [RFC4566] | 3305 | a=fmtp:100 max-fr=15;max-fs=1200 | [RFC4566] | 3306 | a=fmtp:101 apt=98;rtx-time=3000 | [RFC4588] | 3307 | a=fmtp:103 apt=100;rtx-time=3000 | [RFC4588] | 3308 | a=ice-ufrag:074c6550 | [RFC5245] | 3309 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3310 | 474af08a068 | | 3311 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3312 | 4a:97:0e:1f:ef:6d:f7:c9:c7: | | 3313 | 70:9d:1f:66:79:a8:07 | | 3314 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3315 | 192.168.1.7 49203 typ host | | 3316 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3317 | 98.248.92.772 49203 typ srflx | | 3318 | raddr 192.168.1.7 rport 49203 | | 3319 | a=simulcast: recv 98;100 | [I-D.ietf-mmusic-sdp-simulcast | 3320 | | ] | 3321 | a=recvonly | [RFC3264] | 3322 | a=setup:active | [RFC4145] | 3323 | a=rtcp-mux | [RFC5761] | 3324 | a=bundle-only | [UNIFIED-PLAN] | 3325 | a=rtcp-fb:* nack | [RFC5104] | 3326 | a=rtcp-fb:* nack pli | [RFC5104] | 3327 | a=rtcp-fb:* ccm fir | [RFC5104] | 3328 | a=rtcp-rsize | [RFC5506] | 3329 +----------------------------------+--------------------------------+ 3331 Table 31: 5.3.3 SDP Answer w/Simulcast, RTX 3333 5.3.4. Successful 1-way Simulcast Sessio with 2 resolutions and RTX - 3334 One resolution rejected 3336 This section shows an SDP Offer/Answer exchange for a simulcast 3337 scenario with 2 two resolutions. 3339 It also showcases when Bob rejects one of the Simulcast Video Stream 3340 which results in the rejection of the associated repair stream 3341 implicitly. 3343 Simulcast Streams with Retransmission Rejected 3345 Alice Bob 3346 | | 3347 | | 3348 |Alice offers single audio and simulcasted video streams | 3349 | with bundle-only for video | 3350 | | 3351 | | 3352 |Offer(Audio:Opus Video:VP8 with 2 resolutions,RTX Stream)| 3353 |-------------------------------------------------------->| 3354 | |Bob accepts 3355 | |1 simulcast 3356 | |rtx, rejects 3357 | |the other 3358 | | 3359 | Answer(Audio:Opus Video:VP8 with 1 res & RTX Stream) | 3360 |<--------------------------------------------------------| 3361 | | 3362 | | 3363 |1-way audio,video session and its associated RTX stream, | 3364 | all multiplexed | 3365 |.........................................................| 3366 | | 3367 | | 3369 +----------------------------------+--------------------------------+ 3370 | SDP Contents | RFC#/Notes | 3371 +----------------------------------+--------------------------------+ 3372 | v=0 | [RFC4566] | 3373 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 3374 | s=- | [RFC4566] | 3375 | t=0 0 | [RFC4566] | 3376 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3377 | a=group:BUNDLE m0 m1 | [I-D.ietf-mmusic-sdp-bundle-ne | 3378 | | gotiation] Alice supports | 3379 | | grouping of m=lines under | 3380 | | BUNDLE semantics | 3381 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3382 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 3383 | 109 | | 3384 | c=IN IP4 24.23.204.141 | [RFC4566] | 3385 | a=msid:ma ta | Identifies RTCMediaStream ID | 3386 | | (ma) and RTCMediaStreamTrack | 3387 | | ID (ta) | 3388 | a=rtcp:54609 IN IP4 | [RFC3605] | 3389 | 24.23.204.141 | | 3390 | a=mid:m0 | [RFC5888] | 3391 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3392 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3393 | hdrext:ssrc-audio-level | | 3394 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3395 | a=rtcp-fb:109 nack | [RFC5104] | 3396 | a=sendonly | [RFC3264] | 3397 | a=setup:actpass | [RFC4145] | 3398 | a=rtcp-mux | [RFC5761] | 3399 | a=ssrc:11111 | [RFC5576] | 3400 | cname:LP/NWs1ao1HmN4Xa5 | | 3401 | a=ice-ufrag:074c6550 | [RFC5245] | 3402 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3403 | 474af08a068 | | 3404 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3405 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3406 | 9d:1f:66:79:a8:07 | | 3407 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 3408 | 192.168.1.4 54609 typ host | | 3409 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3410 | 192.168.1.4 54609 typ host | | 3411 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 3412 | 24.23.204.141 54609 typ srflx | | 3413 | raddr 192.168.1.4 rport 54609 | | 3414 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3415 | 24.23.204.141 54609 typ srflx | | 3416 | raddr 192.168.1.4 rport 54609 | | 3417 | a=rtcp-rsize | [RFC5506] | 3418 | m=video 0 UDP/TLS/RTP/SAVPF 98 | bundle-only video line with | 3419 | 100 101 103 | port number set to zero | 3420 | c=IN IP4 24.23.204.141 | [RFC4566] | 3421 | a=msid:ma tb | Identifies RTCMediaStream ID | 3422 | | (ma) and RTCMediaStreamTrack | 3423 | | ID (tb) | 3424 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 3425 | a=mid:m1 | [RFC5888] | 3426 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 3427 | a=rtpmap:100 VP8/90000 | [I-D.ietf-payload-vp8] | 3428 | a=rtpmap:101 VP8/90000 | [I-D.ietf-payload-vp8] | 3429 | a=rtpmap:103 VP8/90000 | [I-D.ietf-payload-vp8] | 3430 | a=fmtp:98 max-fr=30;max-fs=8040 | [RFC4566] | 3431 | a=fmtp:100 max-fr=15;max-fs=1200 | [RFC4566] | 3432 | a=fmtp:101 apt=98;rtx-time=3000 | [RFC4588] | 3433 | a=fmtp:103 apt=100;rtx-time=3000 | [RFC4588] | 3434 | a=simulcast: send 98;100 | [I-D.ietf-mmusic-sdp-simulcast | 3435 | | ] | 3436 | a=ssrc-group:FID 12345 34567 | [RFC5888] | 3437 | a=ssrc-group:FID 78990 90887 | [RFC5888] | 3438 | a=ssrc:12345 | [RFC5576] | 3439 | cname:Q/NWs1ao1HmN4Xa5 | | 3440 | a=ssrc:78990 | [RFC5576] | 3441 | cname:Q/NWs1ao1HmN4Xa5 | | 3442 | a=ssrc:34567 | [RFC5576] | 3443 | cname:Q/NWs1ao1HmN4Xa5 | | 3444 | a=ssrc:90887 | [RFC5576] | 3445 | cname:Q/NWs1ao1HmN4Xa5 | | 3446 | a=sendonly | [RFC3264] | 3447 | a=rtcp-mux | [RFC5761] | 3448 | a=bundle-only | [UNIFIED-PLAN] | 3449 | a=rtcp-fb:* nack | [RFC5104] | 3450 | a=rtcp-fb:* nack pli | [RFC5104] | 3451 | a=rtcp-fb:* ccm fir | [RFC5104] | 3452 | a=rtcp-rsize | [RFC5506] | 3453 +----------------------------------+--------------------------------+ 3455 Table 32: 5.3.4 SDP Offer w/Simulcast, RTX 3457 +----------------------------------+--------------------------------+ 3458 | SDP Contents | RFC#/Notes | 3459 +----------------------------------+--------------------------------+ 3460 | v=0 | [RFC4566] | 3461 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 3462 | s=- | [RFC4566] | 3463 | t=0 0 | [RFC4566] | 3464 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3465 | a=group:BUNDLE m0 m1 | [I-D.ietf-mmusic-sdp-bundle-ne | 3466 | | gotiation] Alice supports | 3467 | | grouping of m=lines under | 3468 | | BUNDLE semantics | 3469 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3470 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 3471 | 109 | | 3472 | c=IN IP4 98.248.92.77 | [RFC4566] | 3473 | a=msid:ma ta | Identifies RTCMediaStream ID | 3474 | | (ma) and RTCMediaStreamTrack | 3475 | | ID (ta) | 3476 | a=mid:m0 | [RFC5888] | 3477 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3478 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3479 | hdrext:ssrc-audio-level | | 3480 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3481 | a=recvonly | [RFC3264] | 3482 | a=setup:active | [RFC4145] | 3483 | a=rtcp-mux | [RFC5761] | 3484 | a=ice-ufrag:074c6550 | [RFC5245] | 3485 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3486 | 474af08a068 | | 3487 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3488 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3489 | 9d:1f:66:79:a8:07 | | 3490 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3491 | 192.168.1.7 49203 typ host | | 3492 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3493 | 98.248.92.77 49203 typ srflx | | 3494 | raddr 192.168.1.7 rport 49203 | | 3495 | a=rtcp-rsize | [RFC5506] | 3496 | m=video 49203 UDP/TLS/RTP/SAVPF | BUNDLE accepted with Bundle | 3497 | 98 101 | address identical to audio | 3498 | | m-line | 3499 | c=IN IP4 98.248.92.77 | [RFC4566] | 3500 | a=msid:ma tb | Identifies RTCMediaStream ID | 3501 | | (ma) and RTCMediaStreamTrack | 3502 | | ID (tb) | 3503 | a=mid:m1 | [RFC5888] | 3504 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 3505 | a=rtpmap:101 VP8/90000 | [I-D.ietf-payload-vp8] | 3506 | a=fmtp:98 max-fr=30;max-fs=8040 | [RFC4566] | 3507 | a=fmtp:101 apt=98;rtx-time=3000 | [RFC4588] | 3508 | a=ice-ufrag:074c6550 | [RFC5245] | 3509 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3510 | 474af08a068 | | 3511 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3512 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3513 | 9d:1f:66:79:a8:07 | | 3514 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3515 | 192.168.1.7 49203 typ host | | 3516 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3517 | 98.248.92.77 49203 typ srflx | | 3518 | raddr 192.168.1.5 rport 49203 | | 3519 | a=simulcast: recv 98 | [I-D.ietf-mmusic-sdp-simulcast | 3520 | | ] Bob accepts only one | 3521 | | simulcast resolution | 3522 | a=ssrc:54321 | [RFC5576] | 3523 | cname:NWs1ao1HmN4Xa5 | | 3524 | a=recvonly | [RFC3264] | 3525 | a=setup:active | [RFC4145] | 3526 | a=rtcp-mux | [RFC5761] | 3527 | a=bundle-only | [UNIFIED-PLAN] | 3528 | a=rtcp-rsize | [RFC5506] | 3529 +----------------------------------+--------------------------------+ 3531 Table 33: 5.3.4 SDP Answer no Simulcast 3533 5.3.5. Simulcast Video Session with Forward Error Correction 3535 This section shows an SDP Offer/Answer exchange for Simulcast video 3536 stream at two resolutions and and has [RFC5956] style FEC flows. 3538 On completion of the Offer/Answer exchange mechanism we end up one 3539 audio stream, 2 simulcast video streams and 2 associated FEC streams 3540 are sent over a single 5-tuple. 3542 Simulcast Streams with Forward Error Correction 3544 Alice Bob 3545 | | 3546 | | 3547 | | 3548 |Alice offers single audio and simulcasted video streams | 3549 |with bundle-only | 3550 | | 3551 | | 3552 |Offer(Audio:Opus Video:VP8 with 2 resolutions with FEC Streams)| 3553 |-------------------------------------------------------------->| 3554 | | 3555 | |Bob 3556 | |accepts 3557 | |Alice's 3558 | |offer 3559 |Answer(Audio:Opus Video:VP8 with 2 resolutions w/FEC Streams) | 3560 |<--------------------------------------------------------------| 3561 | | 3562 |One-Way Audio,Video session with 4 video streams(Simulcast | 3563 | and FEC) all multiplexed | 3564 |...............................................................| 3565 | | 3566 | | 3567 | | 3569 +----------------------------------+--------------------------------+ 3570 | SDP Contents | RFC#/Notes | 3571 +----------------------------------+--------------------------------+ 3572 | v=0 | [RFC4566] | 3573 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 3574 | s=- | [RFC4566] | 3575 | t=0 0 | [RFC4566] | 3576 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3577 | a=group:BUNDLE m0 m1 | [I-D.ietf-mmusic-sdp-bundle-ne | 3578 | | gotiation] Alice supports | 3579 | | grouping of m=lines under | 3580 | | BUNDLE semantics | 3581 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3582 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 3583 | 109 | | 3584 | c=IN IP4 24.23.204.141 | [RFC4566] | 3585 | a=msid:ma ta | Identifies RTCMediaStream ID | 3586 | | (ma) and RTCMediaStreamTrack | 3587 | | ID (ta) | 3588 | a=rtcp:54609 IN IP4 | [RFC3605] | 3589 | 24.23.204.141 | | 3590 | a=mid:m0 | [RFC5888] | 3591 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3592 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3593 | hdrext:ssrc-audio-level | | 3594 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3595 | a=rtcp-fb:109 nack | [RFC5104] | 3596 | a=sendonly | [RFC3264] | 3597 | a=setup:actpass | [RFC4145] | 3598 | a=rtcp-mux | [RFC5761] | 3599 | a=ssrc:11111 | [RFC5576] | 3600 | cname:Q/NWs1ao1HmN4Xa5 | | 3601 | a=ice-ufrag:074c6550 | [RFC5245] | 3602 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3603 | 474af08a068 | | 3604 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3605 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3606 | 9d:1f:66:79:a8:07 | | 3607 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 3608 | 192.168.1.4 54609 typ host | | 3609 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3610 | 192.168.1.4 54609 typ host | | 3611 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 3612 | 24.23.204.141 54609 typ srflx | | 3613 | raddr 192.168.1.4 rport 54609 | | 3614 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3615 | 24.23.204.141 54609 typ srflx | | 3616 | raddr 192.168.1.4 rport 54609 | | 3617 | a=rtcp-rsize | [RFC5506] | 3618 | m=video 0 UDP/TLS/RTP/SAVPF 98 | bundle-only video line with | 3619 | 100 101 103 | port number set to zero | 3620 | c=IN IP4 24.23.204.141 | [RFC4566] | 3621 | a=msid:ma tb | Identifies RTCMediaStream ID | 3622 | | (ma) and RTCMediaStreamTrack | 3623 | | ID (tb) | 3624 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 3625 | a=mid:m1 | [RFC5888] Video m=line part of | 3626 | | BUNDLE group | 3627 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 3628 | a=rtpmap:100 VP8/90000 | [I-D.ietf-payload-vp8] | 3629 | a=rtpmap:101 1d-interleaved- | [RFC5956] | 3630 | parityfec/90000 | | 3631 | a=rtpmap:103 1d-interleaved- | [RFC5956] | 3632 | parityfec/90000 | | 3633 | a=fmtp:98 max-fr=30;max-fs=8040 | [RFC4566] | 3634 | a=fmtp:100 max-fr=15;max-fs=1200 | [RFC4566] | 3635 | a=fmtp:101 L=5; D=10; repair- | [RFC5956] | 3636 | window=200000 | | 3637 | a=fmtp:103 L=5; D=10; repair- | [RFC5956] | 3638 | window=200000 | | 3639 | a=simulcast: send 98;100 | [I-D.ietf-mmusic-sdp-simulcast | 3640 | | ] | 3641 | a=depend:98 fec m1:101 | TBD | 3642 | a=depend:100 fec m1:103 | TBD | 3643 | a=ssrc-group:FEC-FR 12345 34567 | [RFC5888] | 3644 | a=ssrc-group:FEC-FR 78990 90887 | [RFC5888] | 3645 | a=ssrc:12345 | [RFC5576] | 3646 | cname:Q/NWs1ao1HmN4Xa5 | | 3647 | a=ssrc:78990 | [RFC5576] | 3648 | cname:Q/NWs1ao1HmN4Xa5 | | 3649 | a=ssrc:34567 | [RFC5576] | 3650 | cname:Q/NWs1ao1HmN4Xa5 | | 3651 | a=ssrc:90887 | [RFC5576] | 3652 | cname:Q/NWs1ao1HmN4Xa5 | | 3653 | a=sendonly | [RFC3264] | 3654 | a=rtcp-mux | [RFC5761] | 3655 | a=bundle-only | [UNIFIED-PLAN] | 3656 | a=rtcp-fb:* nack | [RFC5104] | 3657 | a=rtcp-fb:* nack pli | [RFC5104] | 3658 | a=rtcp-fb:* ccm fir | [RFC5104] | 3659 | a=rtcp-rsize | [RFC5506] | 3660 +----------------------------------+--------------------------------+ 3662 Table 34: 5.3.5 SDP Offer 3664 +----------------------------------+--------------------------------+ 3665 | SDP Contents | RFC#/Notes | 3666 +----------------------------------+--------------------------------+ 3667 | v=0 | [RFC4566] | 3668 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 3669 | s=- | [RFC4566] | 3670 | t=0 0 | [RFC4566] | 3671 | a=msid-semantic:WMS m0 | [I-D.ietf-mmusic-msid] | 3672 | a=group:BUNDLE m0 m1 | [I-D.ietf-mmusic-sdp-bundle-ne | 3673 | | gotiation] | 3674 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3675 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 3676 | 109 | | 3677 | c=IN IP4 98.248.92.77 | [RFC4566] | 3678 | a=msid:ma ta | Identifies RTCMediaStream ID | 3679 | | (ma) and RTCMediaStreamTrack | 3680 | | ID (ta) | 3681 | a=mid:m0 | [RFC5888] Audio m=line part of | 3682 | | BUNDLE group with a unique | 3683 | | port number | 3684 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3685 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3686 | hdrext:ssrc-audio-level | | 3687 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3688 | a=rtcp-fb:109 nack | [RFC5104] | 3689 | a=recvonly | [RFC3264] | 3690 | a=setup:active | [RFC4145] | 3691 | a=rtcp-mux | [RFC5761] | 3692 | a=ssrc:33333 | [RFC5576] | 3693 | cname:Y9/cZke09JAtpl98 | | 3694 | a=ice-ufrag:074c6550 | [RFC5245] | 3695 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3696 | 474af08a068 | | 3697 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3698 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70:9d | | 3699 | : 1f:66:79:a8:07 | | 3700 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3701 | 192.168.1.7 49203 typ host | | 3702 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3703 | 98.248.92.77 49203 typ srflx | | 3704 | raddr 192.168.1.7 rport 49203 | | 3705 | a=rtcp-rsize | [RFC5506] | 3706 | m=video 49203 UDP/TLS/RTP/SAVPF | BUNDLE accepted with Bundle | 3707 | 98 100 101 103 | Address identical to audio | 3708 | | m=line. | 3709 | c=IN IP4 98.248.92.77 | [RFC4566] | 3710 | a=msid:ma tb | Identifies RTCMediaStream ID | 3711 | | (ma) and RTCMediaStreamTrack | 3712 | | ID (tb) | 3713 | a=mid:m1 | [RFC5888] Video m=line part of | 3714 | | BUNDLE group | 3715 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 3716 | a=rtpmap:100 VP8/90000 | [I-D.ietf-payload-vp8] | 3717 | a=rtpmap:101 1d-interleaved- | [RFC5956] | 3718 | parityfec/90000 | | 3719 | a=rtpmap:103 1d-interleaved- | [RFC5956] | 3720 | parityfec/90000 | | 3721 | a=fmtp:98 max-fr=30;max-fs=8040 | [RFC4566] | 3722 | a=fmtp:100 max-fr=15;max-fs=1200 | [RFC4566] | 3723 | a=fmtp:101 L=5; D=10; repair- | [RFC5956] | 3724 | window=200000 | | 3725 | a=fmtp:103 L=5; D=10; repair- | [RFC5956] | 3726 | window=200000 | | 3727 | a=simulcast: recv 98;100 | [I-D.ietf-mmusic-sdp-simulcast | 3728 | | ] | 3729 | a=depend:98 fec m1:101 | TBD | 3730 | a=depend:100 fec m1:103 | TBD | 3731 | a=recvonly | [RFC3264] | 3732 | a=setup:active | [RFC4145] | 3733 | a=rtcp-mux | [RFC5761] | 3734 | a=bundle-only | [UNIFIED-PLAN] | 3735 | a=ice-ufrag:074c6550 | [RFC5245] | 3736 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3737 | 474af08a068 | | 3738 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3739 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3740 | 9d:1f:66:79:a8:07 | | 3741 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3742 | 192.168.1.7 49203 typ host | | 3743 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3744 | 98.248.92.77 49203 typ srflx | | 3745 | raddr 192.168.1.7 rport 49203 | | 3746 | a=rtcp-fb:* nack | [RFC5104] | 3747 | a=rtcp-fb:* nack pli | [RFC5104] | 3748 | a=rtcp-fb:* ccm fir | [RFC5104] | 3749 | a=rtcp-rsize | [RFC5506] | 3750 +----------------------------------+--------------------------------+ 3752 Table 35: 5.3.5 SDP Answer 3754 5.4. Others 3756 The examples in the section provide SDP for a variety of scenarios 3757 related to RTP Header extension, Legacy Interop scenarios and more. 3759 5.4.1. Audio Session - Voice Activity Detection 3761 This example shows Alice indicating the support of the RTP header 3762 extension to include the audio-level of the audio sample carried in 3763 the RTP packet. 3765 2-Way Audio with VAD 3767 Alice Bob 3768 | | 3769 | | 3770 |Alice indicates support for including | 3771 |audio level in RTP header | 3772 | | 3773 | Offer(Audio:Opus,PCMU,PCMA) | 3774 |---------------------------------------->| 3775 | | 3776 | | 3777 | Answer(Audio:Opus,PCMU,PCMA) | 3778 |<----------------------------------------| 3779 | |Bob 3780 | |accepts & 3781 | |indicates 3782 | |his support 3783 | |support 3784 | Two way Opus Audio | 3785 |.........................................| 3786 | | 3787 |Per packet audio-level is included in the| 3788 |RTP header | 3789 | | 3791 +----------------------------------+--------------------------------+ 3792 | SDP Contents | RFC#/Notes | 3793 +----------------------------------+--------------------------------+ 3794 | v=0 | [RFC4566] | 3795 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 3796 | s=- | [RFC4566] | 3797 | t=0 0 | [RFC4566] | 3798 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3799 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 3800 | | gotiation] | 3801 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3802 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 3803 | 109 0 8 | | 3804 | c=IN IP4 24.23.204.141 | [RFC4566] | 3805 | a=mid:audio | [RFC5888] | 3806 | a=msid:ma ta | Identifies RTCMediaStream ID | 3807 | | (ma) and RTCMediaStreamTrack | 3808 | | ID (ta) | 3809 | a=rtcp:54609 IN IP4 | [RFC3605] | 3810 | 24.23.204.141 | | 3811 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3812 | hdrext:ssrc-audio-level | | 3813 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3814 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3815 | a=rtpmap:0 PCMU/8000 | [RFC3551] | 3816 | a=rtpmap:0 PCMA/8000 | [RFC3551] | 3817 | a=sendrecv | [RFC3264] | 3818 | a=setup:actpass | [RFC4145] | 3819 | a=rtcp-mux | [RFC5761] | 3820 | a=ice-ufrag:074c6550 | [RFC5245] | 3821 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3822 | 474af08a068 | | 3823 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3824 | 4a:97:0e:1f:ef:6d:f7:c9:c7: | | 3825 | 70:9d:1f:66:79:a8:07 | | 3826 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 3827 | 192.168.1.4 54609 typ host | | 3828 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3829 | 192.168.1.4 54609 typ host | | 3830 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 3831 | 24.23.204.141 54609 typ srflx | | 3832 | raddr 192.168.1.4 rport 54609 | | 3833 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3834 | 24.23.204.141 54609 typ srflx | | 3835 | raddr 192.168.1.4 rport 54609 | | 3836 | a=rtcp-fb:* nack | [RFC5104] | 3837 | a=ssrc:11111 | [RFC5576] | 3838 | cname:QCL/1HmN4Xa5CClapa | | 3839 | a=rtcp-rsize | [RFC5506] | 3840 +----------------------------------+--------------------------------+ 3842 Table 36: 5.4.1 SDP Offer 3844 +----------------------------------+--------------------------------+ 3845 | SDP Contents | RFC#/Notes | 3846 +----------------------------------+--------------------------------+ 3847 | v=0 | [RFC4566] | 3848 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 3849 | | Information | 3850 | s=- | [RFC4566] | 3851 | t=0 0 | [RFC4566] | 3852 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3853 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 3854 | | gotiation] | 3855 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3856 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 3857 | 109 0 98 | | 3858 | c=IN IP4 98.248.92.77 | [RFC4566] | 3859 | a=mid:audio | [RFC5888] | 3860 | a=msid:ma ta | Identifies RTCMediaStream ID | 3861 | | (ma) and RTCMediaStreamTrack | 3862 | | ID (ta) | 3863 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3864 | hdrext:ssrc-audio-level | | 3865 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] - | 3866 | | Bob accepts only Opus Codec | 3867 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3868 | a=rtpmap:0 PCMU/8000 | [RFC3551] PCMU Audio Codec | 3869 | a=rtpmap:0 PCMA/8000 | [RFC3551] PCMA Audio Codec | 3870 | a=rtcp-fb:* nack | [RFC5104] | 3871 | a=sendrecv | [RFC3264] - Bob can send and | 3872 | | recv audio | 3873 | a=setup:active | [RFC4145] | 3874 | a=rtcp-mux | [RFC5761] - Bob can perform | 3875 | | RTP/RTCP Muxing on port 49203 | 3876 | a=ice-ufrag:c300d85b | [RFC5245] | 3877 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 3878 | 7efbabd9a2 | | 3879 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3880 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3881 | 9d:1f:66:79:a8:07 | | 3882 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 3883 | 192.168.1.7 49203 typ host | | 3884 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 3885 | 98.248.92.77 49203 typ srflx | | 3886 | raddr 192.168.1.7 rport 49203 | | 3887 | a=ssrc:1732846380 | [RFC5576] | 3888 | cname:EocUG1f0fcg/yvY7 | | 3889 | a=rtcp-rsize | [RFC5506] | 3890 +----------------------------------+--------------------------------+ 3892 Table 37: 5.4.1 SDP Answer 3894 5.4.2. Audio Conference - Voice Activity Detection 3896 This example shows SDP for RTP header extension that allows RTP-level 3897 mixers in audio conferences to deliver information about the audio 3898 level of individual participants. 3900 Audio Conference with VAD Support 3902 Alice Mixer 3903 | | 3904 |Alice indicates her interest to audio | 3905 |levels for the contributing sources | 3906 | | 3907 |Offer(Audio:Opus,PCMU,PCMA) | 3908 |---------------------------------------->| 3909 | | 3910 | | 3911 |Answer(Audio:Opus,PCMU,PCMA) | 3912 |<----------------------------------------| 3913 | |Mixer 3914 | |indicates 3915 | |it can 3916 | |support 3917 | |audio-levels 3918 | Two way Opus Audio | 3919 |.........................................| 3920 | | 3921 |Audio-levels per CSRCS is included in the| 3922 |RTP header | 3923 | | 3925 +----------------------------------+--------------------------------+ 3926 | SDP Contents | RFC#/Notes | 3927 +----------------------------------+--------------------------------+ 3928 | v=0 | [RFC4566] | 3929 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 3930 | | Information | 3931 | s=- | [RFC4566] | 3932 | t=0 0 | [RFC4566] | 3933 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3934 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 3935 | | gotiation] | 3936 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3937 | m=audio 54609 UDP/TLS/RTP/SAVPF | [RFC4566] | 3938 | 109 0 8 | | 3939 | c=IN IP4 24.23.204.141 | [RFC4566] | 3940 | a=mid:audio | [RFC5888] | 3941 | a=msid:ma ta | Identifies RTCMediaStream ID | 3942 | | (ma) and RTCMediaStreamTrack | 3943 | | ID (ta) | 3944 | a=rtcp:54609 IN IP4 | [RFC3605] | 3945 | 24.23.204.141 | | 3946 | a=extmap:1/recvonly | [RFC6465] | 3947 | urn:ietf:params:rtp-hdrext:csrc- | | 3948 | audio-level | | 3949 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 3950 | hdrext:ssrc-audio-level | | 3951 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 3952 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 3953 | a=rtpmap:0 PCMU/8000 | [RFC3551] PCMU Audio Codec | 3954 | a=rtpmap:0 PCMA/8000 | [RFC3551] PCMA Audio Codec | 3955 | a=rtcp-fb:* nack | [RFC5104] | 3956 | a=sendrecv | [RFC3264] - Alice can send and | 3957 | | recv audio | 3958 | a=setup:actpass | [RFC4145] | 3959 | a=rtcp-mux | [RFC5761] | 3960 | a=ice-ufrag:074c6550 | [RFC5245] | 3961 | a=ice-pwd:a28a397a4c3f31747d1ee3 | [RFC5245] | 3962 | 474af08a068 | | 3963 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 3964 | 4a:97:0e:1f:ef:6d:f7:c9:c7:70: | | 3965 | 9d:1f:66:79:a8:07 | | 3966 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 3967 | 192.168.1.4 54609 typ host | | 3968 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 3969 | 192.168.1.4 54609 typ host | | 3970 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 3971 | 24.23.204.141 54609 typ srflx | | 3972 | raddr 192.168.1.4 rport 54609 | | 3973 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 3974 | 24.23.204.141 54609 typ srflx | | 3975 | raddr 192.168.1.4 rport 54609 | | 3976 | a=ssrc:11111 | [RFC5576] | 3977 | cname:QCL/1HmN4Xa5CClapa | | 3978 | a=rtcp-rsize | [RFC5506] | 3979 +----------------------------------+--------------------------------+ 3981 Table 38: 5.4.2 SDP Offer 3983 +----------------------------------+--------------------------------+ 3984 | SDP Contents | RFC#/Notes | 3985 +----------------------------------+--------------------------------+ 3986 | v=0 | [RFC4566] | 3987 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] - Session Origin | 3988 | | Information | 3989 | s=- | [RFC4566] | 3990 | t=0 0 | [RFC4566] | 3991 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 3992 | a=group:BUNDLE audio | [I-D.ietf-mmusic-sdp-bundle-ne | 3993 | | gotiation] | 3994 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ice] | 3995 | m=audio 49203 UDP/TLS/RTP/SAVPF | [RFC4566] | 3996 | 109 0 98 | | 3997 | c=IN IP4 98.248.92.77 | [RFC4566] | 3998 | a=mid:audio | [RFC5888] | 3999 | a=msid:ma ta | Identifies RTCMediaStream ID | 4000 | | (ma) and RTCMediaStreamTrack | 4001 | | ID (ta) | 4002 | a=extmap:1/sendonly | [RFC6465] | 4003 | urn:ietf:params:rtp-hdrext:csrc- | | 4004 | audio-level | | 4005 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 4006 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 4007 | a=rtpmap:0 PCMU/8000 | [RFC3551] PCMU Audio Codec | 4008 | a=rtpmap:0 PCMA/8000 | [RFC3551] PCMA Audio Codec | 4009 | a=rtcp-fb:* nack | [RFC5104] | 4010 | a=sendrecv | [RFC3264] | 4011 | a=setup:active | [RFC4145] | 4012 | a=rtcp-mux | [RFC5761] | 4013 | a=ice-ufrag:c300d85b | [RFC5245] | 4014 | a=ice-pwd:de4e99bd291c325921d5d4 | [RFC5245] | 4015 | 7efbabd9a2 | | 4016 | a=fingerprint:sha-1 99:41:49:83: | [RFC5245] | 4017 | 4a:97:0e:1f:ef:6d:f7:c9:c7: | | 4018 | 70:9d:1f:66:79:a8:07 | | 4019 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 4020 | 192.168.1.7 49203 typ host | | 4021 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 4022 | 98.248.92.77 49203 typ srflx | | 4023 | raddr 192.168.1.7 rport 49203 | | 4024 | a=ssrc:2222 cname:HmN4Xa5CC/lapa | [RFC5576] | 4025 | a=rtcp-rsize | [RFC5506] | 4026 +----------------------------------+--------------------------------+ 4028 Table 39: 5.4.2 SDP Answer 4030 5.4.3. Successful legacy Interop Fallaback with bundle-only 4032 In the scenario described below, Alice is a multi-stream capable 4033 WebRTC endpoint while Bob is a legacy VOIP end-point. The SDP Offer/ 4034 Answer exchange demonstrates successful session setup with fallback 4035 to audio only stream negotiated via bundle-only framework between the 4036 end-points. Specifically, 4038 o Offer from Alice describes 2 cameras via 2 video m=lines with both 4039 marked as bundle-only. 4041 o Since Bob doesnot recognize either the BUNDLE mechanism or the 4042 bundle-only attribute, he accepts only the audio stream from 4043 Alice. 4045 Successful 2-Way WebRTC <-> VOIP Interop 4047 Alice Bob 4048 | | 4049 | | 4050 | Alice is a multistream capable WebRTC end-point | 4051 | & Bob is behind a legacy VOIP system | 4052 | | 4053 |Offer(Audio:Opus Video:2 VP8,2 H2.64 Streams) with | 4054 | bundle-only | 4055 |---------------------------------------------------------->| 4056 | Alice marks both the video streams as bundle-only | 4057 | | 4058 | | 4059 | Answer(Audio:Opus) | 4060 |<----------------------------------------------------------| 4061 | |Bob 4062 | |accepts 4063 | |audio 4064 | |stream, 4065 | |since he 4066 | |doesn't 4067 | |recognize 4068 | |bundle-only 4069 | | 4070 | Two way Opus Audio | 4071 |...........................................................| 4072 | | 4073 | | 4075 +-------------------------------------+-----------------------------+ 4076 | SDP Contents | RFC#/Notes | 4077 +-------------------------------------+-----------------------------+ 4078 | v=0 | [RFC4566] | 4079 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 4080 | s=- | [RFC4566] | 4081 | t=0 0 | [RFC4566] | 4082 | a=msid-semantic:WMS ma | [I-D.ietf-mmusic-msid] | 4083 | a=group:BUNDLE m0 m1 m2 | [I-D.ietf-mmusic-sdp-bundle | 4084 | | -negotiation] Alice | 4085 | | supports grouping of | 4086 | | m=lines under BUNDLE | 4087 | | semantics | 4088 | a=ice-options:trickle | [I-D.ietf-mmusic-trickle-ic | 4089 | | e] | 4090 | m=audio 54609 UDP/TLS/RTP/SAVPF 109 | [RFC4566] | 4091 | c=IN IP4 24.23.204.141 | [RFC4566] | 4092 | a=rtcp:54609 IN IP4 24.23.204.141 | [RFC3605] | 4093 | a=mid:m0 | [RFC5888] Audio m=line part | 4094 | | of BUNDLE group with a | 4095 | | unique port number | 4096 | a=msid:ma ta | Identifies RTCMediaStream | 4097 | | ID (ma) and | 4098 | | RTCMediaStreamTrack ID (ta) | 4099 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp-opus] | 4100 | a=extmap:1 urn:ietf:params:rtp- | [RFC6464] | 4101 | hdrext:ssrc-audio-level | | 4102 | a=ptime:20 | [I-D.ietf-payload-rtp-opus] | 4103 | a=rtcp-fb:109 nack | [RFC5104] | 4104 | a=sendrecv | [RFC3264] | 4105 | a=setup:actpass | [RFC4145] | 4106 | a=rtcp-mux | [RFC5761] | 4107 | a=ice-ufrag:074c6550 | [RFC5245] | 4108 | a=ice-pwd:a28a397a4c3f31747d1ee3474 | [RFC5245] | 4109 | af08a068 | | 4110 | a=fingerprint:sha-1 99:41:49:83:4a: | [RFC5245] | 4111 | 97:0e:1f:ef:6d:f7:c9:c7:70: | | 4112 | 9d:1f:66:79:a8:07 | | 4113 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 4114 | 192.168.1.4 54609 typ host | | 4115 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 4116 | 192.168.1.4 54609 typ host | | 4117 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 4118 | 24.23.204.141 54609 typ srflx raddr | | 4119 | 192.168.1.4 rport 54609 | | 4120 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 4121 | 24.23.204.141 54609 typ srflx raddr | | 4122 | 192.168.1.4 rport 54609 | | 4123 | a=ssrc:11111 | [RFC5576]E | 4124 | cname:axzo1278npDlAzM73 | | 4125 | a=rtcp-rsize | [RFC5506] | 4126 | m=video 0 UDP/TLS/RTP/SAVPF 98 100 | bundle-only video line with | 4127 | | port number set to zero | 4128 | c=IN IP4 24.23.204.141 | [RFC4566] | 4129 | a=rtcp-mux | [RFC5761] | 4130 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 4131 | a=mid:m1 | [RFC5888] Video m=line part | 4132 | | of BUNDLE group | 4133 | a=msid:ma tb | Identifies RTCMediaStream | 4134 | | ID (ma) and | 4135 | | RTCMediaStreamTrack ID (tb) | 4136 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 4137 | a=imageattr:98 [x=1280,y=720] | [RFC6236] | 4138 | a=fmtp:98 max-fr=30 | [RFC4566] | 4139 | a=ssrc:12345 | [RFC5576] | 4140 | cname:axzo1278npDlAzM73 | | 4141 | a=bundle-only | [UNIFIED-PLAN] | 4142 | a=sendrecv | [RFC3264] | 4143 | a=rtcp-rsize | [RFC5506] | 4144 | m=video 0 UDP/TLS/RTP/SAVPF 101 103 | bundle-only video line with | 4145 | | port number set to zero | 4146 | c=IN IP4 24.23.204.141 | [RFC4566] | 4147 | a=rtcp-mux | [RFC5761] | 4148 | a=rtcp:0 IN IP4 24.23.204.141 | [RFC3605] | 4149 | a=mid:m2 | [RFC5888] Video m=line part | 4150 | | of BUNDLE group | 4151 | a=msid:ma tc | Identifies RTCMediaStream | 4152 | | ID (ma) and | 4153 | | RTCMediaStreamTrack ID (tc) | 4154 | a=rtpmap:101 H264/90000 | [RFC3984] | 4155 | a=rtpmap:103 H264/90000 | [RFC3984] | 4156 | a=fmtp:101 profile-level-id=4d0028 | [RFC3984]Camera-2,Encoding- | 4157 | ;packetization-mode=1;max-fr=30 | 1 Resolution | 4158 | a=ssrc:67890 | [RFC5576] | 4159 | cname:axzo1278npDlAzM73 | | 4160 | a=bundle-only | [UNIFIED-PLAN] | 4161 | a=sendrecv | [RFC3264] | 4162 | a=rtcp-rsize | [RFC5506] | 4163 +-------------------------------------+-----------------------------+ 4165 Table 40: 5.4.3 SDP Simulcast bundle-only 4167 +------------------------------------------+------------------------+ 4168 | SDP Contents | RFC#/Notes | 4169 +------------------------------------------+------------------------+ 4170 | v=0 | [RFC4566] | 4171 | o=- 20519 0 IN IP4 0.0.0.0 | [RFC4566] | 4172 | s=- | [RFC4566] | 4173 | t=0 0 | [RFC4566] | 4174 | m=audio 49203 UDP/TLS/RTP/SAVPF 109 | [RFC4566] | 4175 | c=IN IP4 24.23.204.141 | [RFC4566] | 4176 | a=rtcp:60065 IN IP4 24.23.204.141 | [RFC3605] | 4177 | a=rtpmap:109 opus/48000/2 | [I-D.ietf-payload-rtp- | 4178 | | opus] | 4179 | a=extmap:1 urn:ietf:params:rtp-hdrext | [RFC6464] | 4180 | :ssrc-audio-level | | 4181 | a=ptime:20 | [I-D.ietf-payload-rtp- | 4182 | | opus] | 4183 | a=rtcp-fb:109 nack | [RFC5104] | 4184 | a=sendrecv | [RFC3264] | 4185 | a=setup:active | [RFC4145] | 4186 | a=ice-ufrag:ufrag:c300d85b | [RFC5245] | 4187 | a=ice- | [RFC5245] | 4188 | pwd:de4e99bd291c325921d5d47efbabd9a2 | | 4189 | a=fingerprint:sha-1 | [RFC5245] | 4190 | 99:41:49:83:4a:97:0e:1f:ef:6d:f7:c9:c7: | | 4191 | 70:9d:1f:66:79:a8:07 | | 4192 | a=candidate:0 1 UDP 2122194687 | [RFC5245] | 4193 | 192.168.1.7 49203 typ host | | 4194 | a=candidate:1 1 UDP 1685987071 | [RFC5245] | 4195 | 98.248.92.77 49203 typ srflx raddr | | 4196 | 192.168.1.7 rport 49203 | | 4197 | a=candidate:0 2 UDP 2122194687 | [RFC5245] | 4198 | 192.168.1.7 60065 typ host | | 4199 | a=candidate:1 2 UDP 1685987071 | [RFC5245] | 4200 | 98.248.92.77 60065 typ srflx raddr | | 4201 | 192.168.1.7 rport 60065 | | 4202 | a=rtcp-rsize | [RFC5506] | 4203 | m=video 0 UDP/TLS/RTP/SAVPF 98 100 | Bob doesn't recognize | 4204 | | bundle-only and hence | 4205 | | rejects the video | 4206 | | stream | 4207 | c=IN IP4 98.248.92.77 | [RFC4566] | 4208 | a=rtpmap:98 VP8/90000 | [I-D.ietf-payload-vp8] | 4209 | a=rtpmap:100 VP8/90000 | [I-D.ietf-payload-vp8] | 4210 | a=imageattr:98 [x=1280,y=720] | [RFC6236] | 4211 | a=fmtp:98 max-fr=30 | [RFC4566] | 4212 | m=video 0 UDP/TLS/RTP/SAVPF 98 100 | Bob doesn't recognize | 4213 | | bundle-only and hence | 4214 | | rejects the video | 4215 | | stream | 4216 | c=IN IP4 98.248.92.77 | [RFC4566] | 4217 | a=rtpmap:101 H264/90000 | [RFC3984] | 4218 | a=fmtp:101 profile-level-id=4d0028 | [RFC3984]Camera-2,Enco | 4219 | ;packetization-mode=1;max-fr=30 | ding-1 Resolution | 4220 +------------------------------------------+------------------------+ 4222 Table 41: 5.4.3 SDP Anwer 4224 5.4.4. Legacy Interop with RTP/AVP profile 4226 In this section, we attempt to provide session descriptions 4227 showcasing inter-operability between a WebRTC end-point and a Legacy 4228 VOIP end-point. The ideas included in here are not fully baked into 4229 the standards and might be controversial in nature. The hope here is 4230 to demonstrate a plausible SDP composition to enchance seamless 4231 inter-operability between the aforementioned communication systems. 4233 In the scenario desribed below, Alice is a legacy end-point which 4234 sends [RFC3264] Offer with two sets of media descriptions per media 4235 type. 4237 One set that correponds to [WebRTC] compliant UDP/TLS/RTP/SAVPF 4238 based audio and video descriptions. 4240 Another set with RTP/AVP based audio and video descriptions for 4241 the legacy Interop purposes. 4243 Also to note, Alice includes session level DTLS information and 4244 media level RTCP feedback information as applicable to both the 4245 sets of media descriptions 4247 On the other hand, Bob being a WebRTC end-point, recognizes accepts 4248 the media descriptions with RTP/AVP profile. The security and 4249 feedback requirements for the session are either handled by a 4250 intermediate gateway or with some combination of Alice's capabilities 4251 and the intermediate gateway. 4253 Successful 2-Way WebRTC <-> VOIP Interop 4255 Alice Bob 4256 | | 4257 | | 4258 | Alice is a legacy VOIP End-point & Bob is a WebRTC End-Point | 4259 | | 4260 | | 4261 | | 4262 | Offer(Audio:Opus Video:H.264) | 4263 |-------------------------------------------------------------->| 4264 | | 4265 | | 4266 |Alice includes 2 copies of media descriptions | 4267 |1. WebRTC compliant media description (UDP/TLS/RTP/SAVPF) | 4268 |2. Legacy compliant media description (RTP/AVP) | 4269 | | 4270 | | 4271 | Answer(Audio:Opus, Video:H.264) | 4272 |<--------------------------------------------------------------| 4273 | |Bob 4274 | |accepts 4275 | |"legacy 4276 | |compliant" 4277 | |m=line 4278 | | 4279 | | 4280 | Two way Opus Audio, H.264 Video | 4281 |...............................................................| 4282 | Session also suports RTP/RTCP Mux, RTCP Feedback | 4283 | | 4285 +-----------------------------------------------+-------------------+ 4286 | SDP Contents | RFC#/Notes | 4287 +-----------------------------------------------+-------------------+ 4288 | v=0 | [RFC4566] | 4289 | o=- 20518 0 IN IP4 0.0.0.0 | [RFC4566] | 4290 | s=- | [RFC4566] | 4291 | t=0 0 | [RFC4566] | 4292 | a=ice-ufrag:074c6550 | [RFC5245] | 4293 | a=ice-pwd:a28a397a4c3f31747d1ee3474af08a068 | [RFC5245] | 4294 | a=fingerprint:sha-1 99:41:49:83:4a:97:0e:1f:e | [RFC5245] | 4295 | f:6d:f7:c9:c7:70:9d:1f:66:79:a8:07 | | 4296 | a=rtcp-rsize | [RFC5506] | 4297 | m=audio 54609 UDP/TLS/RTP/SAVPF 109 | [RFC4566] | 4298 | c=IN IP4 24.23.204.141 | [RFC4566] | 4299 | a=rtpmap:109 opus/48000 | | 4300 | a=ptime:20 | | 4301 | a=sendrecv | [RFC3264] | 4302 | a=rtcp-mux | [RFC5761] | 4303 | a=candidate:0 1 UDP 2113667327 192.168.1.4 | [RFC5245] | 4304 | 54609 typ host | | 4305 | a=candidate:1 1 UDP 694302207 24.23.204.141 | [RFC5245] | 4306 | 54609 typ srflx raddr 192.168.1.4 rport 54609 | | 4307 | a=candidate:0 2 UDP 2113667326 192.168.1.4 | [RFC5245] | 4308 | 64678 typ host | | 4309 | a=candidate:1 2 UDP 1694302206 24.23.204.141 | [RFC5245] | 4310 | 64678 typ srflx raddr 192.168.1.4 rport 64678 | | 4311 | a=rtcp-fb:109 nack | [RFC5104] | 4312 | m=video 62537 UDP/TLS/RTP/SAVPF 120 | [RFC4566] | 4313 | c=IN IP4 24.23.204.141 | [RFC4566] | 4314 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload | 4315 | | -vp8] | 4316 | a=sendrecv | [RFC3264] | 4317 | a=rtcp-mux | [RFC5761] | 4318 | a=candidate:0 1 UDP 2113667327 192.168.1.4 | [RFC5245] | 4319 | 62537 typ host | | 4320 | a=candidate:1 1 UDP 1694302207 24.23.204.141 | [RFC5245] | 4321 | 62537 typ srflx raddr 192.168.1.4 rport 62537 | | 4322 | a=candidate:0 2 2113667326 192.168.1.4 54721 | [RFC5245] | 4323 | typ host | | 4324 | a=candidate:1 2 UDP 1694302206 24.23.204.141 | [RFC5245] | 4325 | 54721 typ srflx raddr 192.168.1.4 rport 54721 | | 4326 | a=rtcp-fb:120 nack pli | [RFC5104] | 4327 | a=rtcp-fb:120 ccm fir | [RFC5104] | 4328 | --------------- | These set of | 4329 | | media | 4330 | | descriptions are | 4331 | | for Legacy Inter- | 4332 | | op purposes | 4333 | m=audio 54732 RTP/AVP 109 | [RFC4566]Alice | 4334 | | includes RTP/AVP | 4335 | | audio stream | 4336 | | description | 4337 | c=IN IP4 24.23.204.141 | [RFC4566] | 4338 | a=fingerprint:sha-1 99:41:49:83:4a:97:0e:1f:7 | [RFC5245] | 4339 | f:7d:f9:c9:c7:70:9d:1f:66:79:a8:07 | | 4340 | a=rtpmap:109 opus/48000 | | 4341 | a=ptime:20 | | 4342 | a=sendrecv | [RFC3264] | 4343 | a=rtcp-mux | [RFC5761]Alice | 4344 | | still includes | 4345 | | RTP/RTCP Mux | 4346 | | support | 4347 | a=candidate:0 1 UDP 2113667327 192.168.1.4 | [RFC5245] | 4348 | 54732 typ host | | 4349 | a=candidate:1 1 UDP 694302207 24.23.204.141 | [RFC5245] | 4350 | 54732 typ srflx raddr 192.168.1.4 rport 54732 | | 4351 | a=candidate:0 2 UDP 2113667326 192.168.1.4 | [RFC5245] | 4352 | 64678 typ host | | 4353 | a=candidate:1 2 UDP 1694302206 24.23.204.141 | [RFC5245] | 4354 | 64678 typ srflx raddr 192.168.1.4 rport 64678 | | 4355 | a=rtcp-fb:109 nack | [RFC5104]She adds | 4356 | | her intent for | 4357 | | NACK RTCP | 4358 | | feedback support | 4359 | m=video 62445 RTP/AVP 120 | [RFC4566]Alice | 4360 | | includes RTP/AVP | 4361 | | video stream | 4362 | | description | 4363 | c=IN IP4 24.23.204.141 | [RFC4566] | 4364 | a=fingerprint:sha-1 99:41:49:83:4a:97:0e:1f:e | [RFC5245] | 4365 | f:7d:f7:c9:c7:70:9d:1f:66:79:a8:07 | | 4366 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload | 4367 | | -vp8] | 4368 | a=sendrecv | [RFC3264] | 4369 | a=rtcp-mux | [RFC5761]Alice | 4370 | | intends to | 4371 | | perform RTP/RTCP | 4372 | | Mux | 4373 | a=candidate:0 1 UDP 2113667327 192.168.1.4 | [RFC5245] | 4374 | 62445 typ host | | 4375 | a=candidate:1 1 UDP 1694302207 24.23.204.141 | [RFC5245] | 4376 | 62537 typ srflx raddr 192.168.1.4 rport 62445 | | 4377 | a=candidate:0 2 2113667326 192.168.1.4 54721 | [RFC5245] | 4378 | typ host | | 4379 | a=candidate:1 2 UDP 1694302206 24.23.204.141 | [RFC5245] | 4380 | 54721 typ srflx raddr 192.168.1.4 rport 54721 | | 4381 | a=rtcp-fb:120 nack pli | [RFC5104] Alice | 4382 | | indicates support | 4383 | | for Picture loss | 4384 | | Indication and | 4385 | | NACK RTCP | 4386 | | feedback | 4387 | a=rtcp-fb:120 ccm fir | [RFC5104] | 4388 +-----------------------------------------------+-------------------+ 4390 Table 42: 5.4.5 SDP Offer 4392 +-----------------------------------------------+-------------------+ 4393 | SDP Contents | RFC#/Notes | 4394 +-----------------------------------------------+-------------------+ 4395 | v=0 | [RFC4566] | 4396 | o=- 16833 0 IN IP4 0.0.0.0 | [RFC4566] | 4397 | s=- | [RFC4566] | 4398 | t=0 0 | [RFC4566] | 4399 | a=ice-ufrag:c300d85b | [RFC5245] | 4400 | a=ice-pwd:de4e99bd291c325921d5d47efbabd9a2 | [RFC5245] | 4401 | a=fingerprint:sha-1 99:41:49:83:4a:97:0e:1f:e | [RFC5245] | 4402 | f:6d:f7:c9:c7:70:9d:1f:66:79:a8:07 | | 4403 | m=audio 49203 RTP/AVP 109 | [RFC4566] Bob | 4404 | | accepts RTP/AVP | 4405 | | based audio | 4406 | | stream | 4407 | c=IN IP4 98.248.92.77 | [RFC4566] | 4408 | a=rtpmap:109 opus/48000 | | 4409 | a=ptime:20 | | 4410 | a=sendrecv | [RFC3264] | 4411 | a=candidate:0 1 UDP 2113667327 192.168.1.7 | [RFC5245] | 4412 | 49203 typ host | | 4413 | a=candidate:1 1 UDP 1694302207 98.248.92.77 | [RFC5245] | 4414 | 49203 typ srflx raddr 192.168.1.7 rport 49203 | | 4415 | a=candidate:0 2 UDP 2113667326 192.168.1.7 | [RFC5245] | 4416 | 60065 typ host | | 4417 | a=candidate:1 2 UDP 1694302206 98.248.92.77 | [RFC5245] | 4418 | 60065 typ srflx raddr 192.168.1.7 rport 60065 | | 4419 | m=video 63130 RTP/SAVP 120 | [RFC4566] Bob | 4420 | | accepts RTP/AVP | 4421 | | based video stram | 4422 | c=IN IP4 98.248.92.771 | [RFC4566] | 4423 | a=rtpmap:120 VP8/90000 | [I-D.ietf-payload | 4424 | | -vp8] | 4425 | a=sendrecv | [RFC3264] | 4426 | a=candidate:0 1 UDP 2113667327 192.168.1.7 | [RFC5245] | 4427 | 63130 typ host | | 4428 | a=candidate:1 1 UDP 1694302207 98.248.92.77 | [RFC5245] | 4429 | 63130 typ srflx raddr 192.168.1.7 rport 63130 | | 4430 | a=candidate:0 2 UDP 2113667326 192.168.1.7 | [RFC5245] | 4431 | 56607 typ host | | 4432 | a=candidate:1 2 UDP 1694302206 98.248.92.77 | [RFC5245] | 4433 | 56607 typ srflx raddr 192.168.1.7 rport 56607 | | 4434 +-----------------------------------------------+-------------------+ 4436 Table 43: 5.4.5 SDP Answer 4438 6. IANA Considerations 4440 This document requires no actions from IANA. 4442 7. Acknowledgments 4444 We would like to thanks Justin Uberti, Chris Flo for their detailed 4445 review and inputs. 4447 8. Change Log 4449 [RFC EDITOR NOTE: Please remove this section when publishing] 4451 Changes from draft-nandakumar-rtcweb-sdp-06 4453 o Align with latest BUNDLE draft 4455 o More clean ups on the content 4457 Changes from draft-nandakumar-rtcweb-sdp-05 4459 o Added Ascii chart for all the SDP Eaxamples 4461 o Improved text and updated SDP Examples for Simulcast and FEC 4463 o Fixed MediaStream ID Semantics SDP Errors 4465 Changes from draft-nandakumar-rtcweb-sdp-04 4467 o Interim version of the draft to avert expiry 4469 o Corrected placement of c= line as per RFC4566 4471 o Updated simulcast SDP to reflect draft-westerlund-avtcore-rtp- 4472 simulcast-04 4474 Changes from draft-nandakumar-rtcweb-sdp-03 4476 o Aligned more closely with JSEP version -05 4478 o Added Conventions to help readability 4480 o Add more examples to clarify BUNDLE use-cases 4482 Changes from draft-nandakumar-rtcweb-sdp-02 4484 o Major refactoring was done to group the examples in to categories 4485 o SDP was updated through out to reflect JSEP-04 style of defining 4486 attributes per m=line than at the session level. 4488 o Added 8 new examples. 4490 o Updated references for Trickle, Unified Plan 4492 o Add section to explain the syntax conventions followed in the 4493 examples. 4495 Changes from draft-nandakumar-rtcweb-sdp-01 4497 o Updated references to OPUS RTP Payload Specification. 4499 o Updated BUNDLE examples based on the latest draft-ietf-mmusic-sdp- 4500 bundle-negotiation. 4502 o Added examples for multiple audio and video flows based on Unified 4503 Plan. 4505 o Added new examples for RTX and FEC streams 4507 o Updated Simulcast and SVC examples 4509 Changes from draft-nandakumar-rtcweb-sdp-00 4511 o Fixed editorial comments on the mailing list. 4513 o Updated Data-channel SDP information based on draft-ietf-mmusic- 4514 sctp-sdp. 4516 o Updated BUNDLE examples based on draft-ietf-mmusic-sdp-bundle- 4517 negotiation. 4519 o Added examples for few more BUNDLE variants 4521 o Added new examples for Simulcast and SVC 4523 9. Informative References 4525 [RFC3264] Rosenberg, J. and H. Schulzrinne, "An Offer/Answer Model 4526 with Session Description Protocol (SDP)", RFC 3264, June 4527 2002. 4529 [RFC4145] Yon, D. and G. Camarillo, "TCP-Based Media Transport in 4530 the Session Description Protocol (SDP)", RFC 4145, 4531 September 2005. 4533 [RFC4566] Handley, M., Jacobson, V., and C. Perkins, "SDP: Session 4534 Description Protocol", RFC 4566, July 2006. 4536 [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate 4537 Requirement Levels", BCP 14, RFC 2119, March 1997. 4539 [RFC5245] Rosenberg, J., "Interactive Connectivity Establishment 4540 (ICE): A Protocol for Network Address Translator (NAT) 4541 Traversal for Offer/Answer Protocols", RFC 5245, April 4542 2010. 4544 [RFC5506] Johansson, I. and M. Westerlund, "Support for Reduced-Size 4545 Real-Time Transport Control Protocol (RTCP): Opportunities 4546 and Consequences", RFC 5506, April 2009. 4548 [RFC3551] Schulzrinne, H. and S. Casner, "RTP Profile for Audio and 4549 Video Conferences with Minimal Control", STD 65, RFC 3551, 4550 July 2003. 4552 [RFC3952] Duric, A. and S. Andersen, "Real-time Transport Protocol 4553 (RTP) Payload Format for internet Low Bit Rate Codec 4554 (iLBC) Speech", RFC 3952, December 2004. 4556 [RFC4796] Hautakorpi, J. and G. Camarillo, "The Session Description 4557 Protocol (SDP) Content Attribute", RFC 4796, February 4558 2007. 4560 [RFC5761] Perkins, C. and M. Westerlund, "Multiplexing RTP Data and 4561 Control Packets on a Single Port", RFC 5761, April 2010. 4563 [RFC3556] Casner, S., "Session Description Protocol (SDP) Bandwidth 4564 Modifiers for RTP Control Protocol (RTCP) Bandwidth", RFC 4565 3556, July 2003. 4567 [RFC5104] Wenger, S., Chandra, U., Westerlund, M., and B. Burman, 4568 "Codec Control Messages in the RTP Audio-Visual Profile 4569 with Feedback (AVPF)", RFC 5104, February 2008. 4571 [RFC4588] Rey, J., Leon, D., Miyazaki, A., Varsa, V., and R. 4572 Hakenberg, "RTP Retransmission Payload Format", RFC 4588, 4573 July 2006. 4575 [RFC5956] Begen, A., "Forward Error Correction Grouping Semantics in 4576 the Session Description Protocol", RFC 5956, September 4577 2010. 4579 [RFC5888] Camarillo, G. and H. Schulzrinne, "The Session Description 4580 Protocol (SDP) Grouping Framework", RFC 5888, June 2010. 4582 [RFC6236] Johansson, I. and K. Jung, "Negotiation of Generic Image 4583 Attributes in the Session Description Protocol (SDP)", RFC 4584 6236, May 2011. 4586 [RFC3984] Wenger, S., Hannuksela, M., Stockhammer, T., Westerlund, 4587 M., and D. Singer, "RTP Payload Format for H.264 Video", 4588 RFC 3984, February 2005. 4590 [RFC5583] Schierl, T. and S. Wenger, "Signaling Media Decoding 4591 Dependency in the Session Description Protocol (SDP)", RFC 4592 5583, July 2009. 4594 [RFC5576] Lennox, J., Ott, J., and T. Schierl, "Source-Specific 4595 Media Attributes in the Session Description Protocol 4596 (SDP)", RFC 5576, June 2009. 4598 [RFC3550] Schulzrinne, H., Casner, S., Frederick, R., and V. 4599 Jacobson, "RTP: A Transport Protocol for Real-Time 4600 Applications", STD 64, RFC 3550, July 2003. 4602 [RFC3261] Rosenberg, J., Schulzrinne, H., Camarillo, G., Johnston, 4603 A., Peterson, J., Sparks, R., Handley, M., and E. 4604 Schooler, "SIP: Session Initiation Protocol", RFC 3261, 4605 June 2002. 4607 [RFC2326] Schulzrinne, H., Rao, A., and R. Lanphier, "Real Time 4608 Streaming Protocol (RTSP)", RFC 2326, April 1998. 4610 [RFC3605] Huitema, C., "Real Time Control Protocol (RTCP) attribute 4611 in Session Description Protocol (SDP)", RFC 3605, October 4612 2003. 4614 [RFC2833] Schulzrinne, H. and S. Petrack, "RTP Payload for DTMF 4615 Digits, Telephony Tones and Telephony Signals", RFC 2833, 4616 May 2000. 4618 [RFC6464] Lennox, J., Ivov, E., and E. Marocco, "A Real-time 4619 Transport Protocol (RTP) Header Extension for Client-to- 4620 Mixer Audio Level Indication", RFC 6464, December 2011. 4622 [RFC6465] Ivov, E., Marocco, E., and J. Lennox, "A Real-time 4623 Transport Protocol (RTP) Header Extension for Mixer-to- 4624 Client Audio Level Indication", RFC 6465, December 2011. 4626 [RFC7022] Begen, A., Perkins, C., Wing, D., and E. Rescorla, 4627 "Guidelines for Choosing RTP Control Protocol (RTCP) 4628 Canonical Names (CNAMEs)", RFC 7022, September 2013. 4630 [I-D.ietf-mmusic-sdp-bundle-negotiation] 4631 Holmberg, C., Alvestrand, H., and C. Jennings, 4632 "Negotiating Media Multiplexing Using the Session 4633 Description Protocol (SDP)", draft-ietf-mmusic-sdp-bundle- 4634 negotiation-12 (work in progress), October 2014. 4636 [I-D.ietf-mmusic-sdp-simulcast] 4637 Westerlund, M., Nandakumar, S., and M. Zanaty, "Using 4638 Simulcast in SDP and RTP Sessions", draft-ietf-mmusic-sdp- 4639 simulcast-00 (work in progress), January 2015. 4641 [I-D.ietf-payload-rtp-opus] 4642 Spittka, J., Vos, K., and J. Valin, "RTP Payload Format 4643 for Opus Speech and Audio Codec", draft-ietf-payload-rtp- 4644 opus-03 (work in progress), July 2014. 4646 [I-D.ietf-payload-vp8] 4647 Westin, P., Lundin, H., Glover, M., Uberti, J., and F. 4648 Galligan, "RTP Payload Format for VP8 Video", draft-ietf- 4649 payload-vp8-12 (work in progress), August 2014. 4651 [I-D.ietf-rtcweb-jsep] 4652 Uberti, J., Jennings, C., and E. Rescorla, "Javascript 4653 Session Establishment Protocol", draft-ietf-rtcweb-jsep-07 4654 (work in progress), July 2014. 4656 [I-D.ietf-mmusic-trickle-ice] 4657 Ivov, E., Rescorla, E., and J. Uberti, "Trickle ICE: 4658 Incremental Provisioning of Candidates for the Interactive 4659 Connectivity Establishment (ICE) Protocol", draft-ietf- 4660 mmusic-trickle-ice-01 (work in progress), February 2014. 4662 [I-D.ietf-mmusic-msid] 4663 Alvestrand, H., "WebRTC MediaStream Identification in the 4664 Session Description Protocol", draft-ietf-mmusic-msid-06 4665 (work in progress), June 2014. 4667 [I-D.ietf-mmusic-sctp-sdp] 4668 Loreto, S. and G. Camarillo, "Stream Control Transmission 4669 Protocol (SCTP)-Based Media Transport in the Session 4670 Description Protocol (SDP)", draft-ietf-mmusic-sctp-sdp-07 4671 (work in progress), July 2014. 4673 [I-D.ietf-rtcweb-data-channel] 4674 Jesup, R., Loreto, S., and M. Tuexen, "WebRTC Data 4675 Channels", draft-ietf-rtcweb-data-channel-12 (work in 4676 progress), September 2014. 4678 [WebRTC] W3C, "WebRTC 1.0: Real-time Communication Between 4679 Browsers", 4680 , . 4682 [UNIFIED-PLAN] 4683 Roach, A., Uberti, J., and M. Thomson, "A Unified Plan for 4684 Using SDP with Large Numbers of Media Flows", draft-roach- 4685 mmusic-unified-plan (work in progress), July 2013. 4687 Authors' Addresses 4689 Suhas Nandakumar 4690 Cisco 4691 170 West Tasman Drive 4692 San Jose, CA 95134 4693 USA 4695 Email: snandaku@cisco.com 4697 Cullen Jennings 4698 Cisco 4699 170 West Tasman Drive 4700 San Jose, CA 95134 4701 USA 4703 Phone: +1 408 421-9990 4704 Email: fluffy@cisco.com