|
@@ -43,6 +43,7 @@ describe('SDP', () => {
|
43
|
43
|
'a=ssrc:2002 cname:juejgy8a01\r\n',
|
44
|
44
|
'a=ssrc:2002 name:a8f7g30-a0\r\n',
|
45
|
45
|
'a=rtcp-mux\r\n',
|
|
46
|
+ 'a=extmap-allow-mixed\r\n',
|
46
|
47
|
'm=video 9 UDP/TLS/RTP/SAVPF 107 100 99 96\r\n',
|
47
|
48
|
'c=IN IP4 0.0.0.0\r\n',
|
48
|
49
|
'a=rtpmap:107 h264/90000\r\n',
|
|
@@ -61,6 +62,7 @@ describe('SDP', () => {
|
61
|
62
|
'a=rtcp-fb:100 nack pli\r\n',
|
62
|
63
|
'a=rtcp-fb:100 goog-remb\r\n',
|
63
|
64
|
'a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time\r\n',
|
|
65
|
+ 'a=extmap-allow-mixed\r\n',
|
64
|
66
|
'a=setup:active\r\n',
|
65
|
67
|
'a=mid:video\r\n',
|
66
|
68
|
'a=msid:7C0035E5-2DA1-4AEA-804A-9E75BF9B3768 225E9CDA-0384-4C92-92DD-E74C1153EC68\r\n',
|
|
@@ -151,6 +153,7 @@ describe('SDP', () => {
|
151
|
153
|
</payload-type>
|
152
|
154
|
<rtp-hdrext uri='urn:ietf:params:rtp-hdrext:ssrc-audio-level' id='1' xmlns='urn:xmpp:jingle:apps:rtp:rtp-hdrext:0'/>
|
153
|
155
|
<rtp-hdrext uri='http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01' id='5' xmlns='urn:xmpp:jingle:apps:rtp:rtp-hdrext:0'/>
|
|
156
|
+ <extmap-allow-mixed xmlns='urn:xmpp:jingle:apps:rtp:rtp-hdrext:0'/>
|
154
|
157
|
<rtcp-mux/>
|
155
|
158
|
<source ssrc='4039389863' xmlns='urn:xmpp:jingle:apps:rtp:ssma:0'>
|
156
|
159
|
<parameter name='cname' value='mixed'/>
|
|
@@ -183,6 +186,7 @@ describe('SDP', () => {
|
183
|
186
|
</payload-type>
|
184
|
187
|
<rtp-hdrext uri='http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time' id='3' xmlns='urn:xmpp:jingle:apps:rtp:rtp-hdrext:0'/>
|
185
|
188
|
<rtp-hdrext uri='http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01' id='5' xmlns='urn:xmpp:jingle:apps:rtp:rtp-hdrext:0'/>
|
|
189
|
+ <extmap-allow-mixed xmlns='urn:xmpp:jingle:apps:rtp:rtp-hdrext:0'/>
|
186
|
190
|
<rtcp-mux/>
|
187
|
191
|
<source ssrc='3758540092' xmlns='urn:xmpp:jingle:apps:rtp:ssma:0'>
|
188
|
192
|
<parameter name='cname' value='mixed'/>
|
|
@@ -228,6 +232,7 @@ a=rtpmap:126 telephone-event/8000
|
228
|
232
|
a=fmtp:126 0-15
|
229
|
233
|
a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
|
230
|
234
|
a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
|
|
235
|
+a=extmap-allow-mixed
|
231
|
236
|
a=ssrc:4039389863 cname:mixed
|
232
|
237
|
a=ssrc:4039389863 label:mixedlabelaudio0
|
233
|
238
|
a=ssrc:4039389863 msid:mixedmslabel mixedlabelaudio0
|
|
@@ -258,6 +263,7 @@ a=rtcp-fb:96 nack
|
258
|
263
|
a=rtcp-fb:96 nack pli
|
259
|
264
|
a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
|
260
|
265
|
a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
|
|
266
|
+a=extmap-allow-mixed
|
261
|
267
|
a=ssrc:3758540092 cname:mixed
|
262
|
268
|
a=ssrc:3758540092 label:mixedlabelvideo0
|
263
|
269
|
a=ssrc:3758540092 msid:mixedmslabel mixedlabelvideo0
|