blob: 3734ac5b863241c8a99a280e97d82ebcd495f410 [file] [log] [blame]
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001/*
kjellanderb24317b2016-02-10 07:54:43 -08002 * Copyright 2011 The WebRTC project authors. All Rights Reserved.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00003 *
kjellanderb24317b2016-02-10 07:54:43 -08004 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00009 */
10
11#include <set>
12#include <string>
13#include <vector>
14
Henrik Kjellander15583c12016-02-10 10:53:12 +010015#include "webrtc/api/jsepsessiondescription.h"
16#ifdef WEBRTC_ANDROID
17#include "webrtc/api/test/androidtestinitializer.h"
18#endif
19#include "webrtc/api/webrtcsdp.h"
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +000020#include "webrtc/base/gunit.h"
21#include "webrtc/base/logging.h"
22#include "webrtc/base/messagedigest.h"
23#include "webrtc/base/scoped_ptr.h"
24#include "webrtc/base/sslfingerprint.h"
25#include "webrtc/base/stringencode.h"
26#include "webrtc/base/stringutils.h"
kjellanderf4752772016-03-02 05:42:30 -080027#include "webrtc/media/base/mediaconstants.h"
htaa6b99442016-04-12 10:29:17 -070028#include "webrtc/media/engine/webrtcvideoengine2.h"
29#include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
kjellanderf4752772016-03-02 05:42:30 -080030#include "webrtc/p2p/base/p2pconstants.h"
kjellander@webrtc.org9b8df252016-02-12 06:47:59 +010031#include "webrtc/pc/mediasession.h"
henrike@webrtc.org28e20752013-07-10 00:45:36 +000032
33using cricket::AudioCodec;
34using cricket::AudioContentDescription;
35using cricket::Candidate;
36using cricket::ContentInfo;
37using cricket::CryptoParams;
38using cricket::ContentGroup;
39using cricket::DataCodec;
40using cricket::DataContentDescription;
41using cricket::ICE_CANDIDATE_COMPONENT_RTCP;
42using cricket::ICE_CANDIDATE_COMPONENT_RTP;
43using cricket::kFecSsrcGroupSemantics;
44using cricket::LOCAL_PORT_TYPE;
45using cricket::NS_JINGLE_DRAFT_SCTP;
henrike@webrtc.org28e20752013-07-10 00:45:36 +000046using cricket::NS_JINGLE_RTP;
47using cricket::RtpHeaderExtension;
48using cricket::RELAY_PORT_TYPE;
49using cricket::SessionDescription;
50using cricket::StreamParams;
51using cricket::STUN_PORT_TYPE;
52using cricket::TransportDescription;
53using cricket::TransportInfo;
54using cricket::VideoCodec;
55using cricket::VideoContentDescription;
56using webrtc::IceCandidateCollection;
57using webrtc::IceCandidateInterface;
58using webrtc::JsepIceCandidate;
59using webrtc::JsepSessionDescription;
60using webrtc::SdpParseError;
61using webrtc::SessionDescriptionInterface;
62
63typedef std::vector<AudioCodec> AudioCodecs;
64typedef std::vector<Candidate> Candidates;
65
Peter Boström0c4e06b2015-10-07 12:23:21 +020066static const uint32_t kDefaultSctpPort = 5000;
henrike@webrtc.org28e20752013-07-10 00:45:36 +000067static const char kSessionTime[] = "t=0 0\r\n";
Peter Boström0c4e06b2015-10-07 12:23:21 +020068static const uint32_t kCandidatePriority = 2130706432U; // pref = 1.0
deadbeef3f7219b2015-12-28 15:17:14 -080069static const char kAttributeIceUfragVoice[] = "a=ice-ufrag:ufrag_voice\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +000070static const char kAttributeIcePwdVoice[] = "a=ice-pwd:pwd_voice\r\n";
deadbeef3f7219b2015-12-28 15:17:14 -080071static const char kAttributeIceUfragVideo[] = "a=ice-ufrag:ufrag_video\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +000072static const char kAttributeIcePwdVideo[] = "a=ice-pwd:pwd_video\r\n";
Peter Boström0c4e06b2015-10-07 12:23:21 +020073static const uint32_t kCandidateGeneration = 2;
henrike@webrtc.org28e20752013-07-10 00:45:36 +000074static const char kCandidateFoundation1[] = "a0+B/1";
75static const char kCandidateFoundation2[] = "a0+B/2";
76static const char kCandidateFoundation3[] = "a0+B/3";
77static const char kCandidateFoundation4[] = "a0+B/4";
78static const char kAttributeCryptoVoice[] =
79 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
80 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
81 "dummy_session_params\r\n";
82static const char kAttributeCryptoVideo[] =
83 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
84 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32\r\n";
85static const char kFingerprint[] = "a=fingerprint:sha-1 "
86 "4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B:19:E5:7C:AB\r\n";
87static const int kExtmapId = 1;
88static const char kExtmapUri[] = "http://example.com/082005/ext.htm#ttime";
89static const char kExtmap[] =
90 "a=extmap:1 http://example.com/082005/ext.htm#ttime\r\n";
91static const char kExtmapWithDirectionAndAttribute[] =
92 "a=extmap:1/sendrecv http://example.com/082005/ext.htm#ttime a1 a2\r\n";
93
Peter Boström0c4e06b2015-10-07 12:23:21 +020094static const uint8_t kIdentityDigest[] = {
95 0x4A, 0xAD, 0xB9, 0xB1, 0x3F, 0x82, 0x18, 0x3B, 0x54, 0x02,
96 0x12, 0xDF, 0x3E, 0x5D, 0x49, 0x6B, 0x19, 0xE5, 0x7C, 0xAB};
henrike@webrtc.org28e20752013-07-10 00:45:36 +000097
lally@webrtc.org34807282015-02-24 20:19:39 +000098static const char kDtlsSctp[] = "DTLS/SCTP";
99static const char kUdpDtlsSctp[] = "UDP/DTLS/SCTP";
100static const char kTcpDtlsSctp[] = "TCP/DTLS/SCTP";
lally@webrtc.org36300852015-02-24 20:19:35 +0000101
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000102struct CodecParams {
103 int max_ptime;
104 int ptime;
105 int min_ptime;
106 int sprop_stereo;
107 int stereo;
108 int useinband;
henrike@webrtc.org1e09a712013-07-26 19:17:59 +0000109 int maxaveragebitrate;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000110};
111
deadbeef9d3584c2016-02-16 17:54:10 -0800112// TODO(deadbeef): In these reference strings, use "a=fingerprint" by default
113// instead of "a=crypto", and have an explicit test for adding "a=crypto".
114// Currently it's the other way around.
115
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000116// Reference sdp string
117static const char kSdpFullString[] =
118 "v=0\r\n"
119 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
120 "s=-\r\n"
121 "t=0 0\r\n"
deadbeef9d3584c2016-02-16 17:54:10 -0800122 "a=msid-semantic: WMS local_stream_1\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000123 "m=audio 2345 RTP/SAVPF 111 103 104\r\n"
124 "c=IN IP4 74.125.127.126\r\n"
125 "a=rtcp:2347 IN IP4 74.125.127.126\r\n"
126 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
127 "generation 2\r\n"
128 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1235 typ host "
129 "generation 2\r\n"
130 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1238 typ host "
131 "generation 2\r\n"
132 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1239 typ host "
133 "generation 2\r\n"
134 "a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ srflx "
135 "raddr 192.168.1.5 rport 2346 "
136 "generation 2\r\n"
137 "a=candidate:a0+B/3 2 udp 2130706432 74.125.127.126 2347 typ srflx "
138 "raddr 192.168.1.5 rport 2348 "
139 "generation 2\r\n"
140 "a=ice-ufrag:ufrag_voice\r\na=ice-pwd:pwd_voice\r\n"
141 "a=mid:audio_content_name\r\n"
142 "a=sendrecv\r\n"
143 "a=rtcp-mux\r\n"
deadbeef13871492015-12-09 12:37:51 -0800144 "a=rtcp-rsize\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000145 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
146 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
147 "dummy_session_params\r\n"
148 "a=rtpmap:111 opus/48000/2\r\n"
149 "a=rtpmap:103 ISAC/16000\r\n"
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +0000150 "a=rtpmap:104 ISAC/32000\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000151 "a=ssrc:1 cname:stream_1_cname\r\n"
152 "a=ssrc:1 msid:local_stream_1 audio_track_id_1\r\n"
153 "a=ssrc:1 mslabel:local_stream_1\r\n"
154 "a=ssrc:1 label:audio_track_id_1\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000155 "m=video 3457 RTP/SAVPF 120\r\n"
156 "c=IN IP4 74.125.224.39\r\n"
157 "a=rtcp:3456 IN IP4 74.125.224.39\r\n"
158 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1236 typ host "
159 "generation 2\r\n"
160 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1237 typ host "
161 "generation 2\r\n"
162 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1240 typ host "
163 "generation 2\r\n"
164 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1241 typ host "
165 "generation 2\r\n"
166 "a=candidate:a0+B/4 2 udp 2130706432 74.125.224.39 3456 typ relay "
167 "generation 2\r\n"
168 "a=candidate:a0+B/4 1 udp 2130706432 74.125.224.39 3457 typ relay "
169 "generation 2\r\n"
170 "a=ice-ufrag:ufrag_video\r\na=ice-pwd:pwd_video\r\n"
171 "a=mid:video_content_name\r\n"
172 "a=sendrecv\r\n"
173 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
174 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32\r\n"
175 "a=rtpmap:120 VP8/90000\r\n"
deadbeef9d3584c2016-02-16 17:54:10 -0800176 "a=ssrc-group:FEC 2 3\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000177 "a=ssrc:2 cname:stream_1_cname\r\n"
178 "a=ssrc:2 msid:local_stream_1 video_track_id_1\r\n"
179 "a=ssrc:2 mslabel:local_stream_1\r\n"
180 "a=ssrc:2 label:video_track_id_1\r\n"
181 "a=ssrc:3 cname:stream_1_cname\r\n"
deadbeef9d3584c2016-02-16 17:54:10 -0800182 "a=ssrc:3 msid:local_stream_1 video_track_id_1\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000183 "a=ssrc:3 mslabel:local_stream_1\r\n"
deadbeef9d3584c2016-02-16 17:54:10 -0800184 "a=ssrc:3 label:video_track_id_1\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000185
186// SDP reference string without the candidates.
187static const char kSdpString[] =
188 "v=0\r\n"
189 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
190 "s=-\r\n"
191 "t=0 0\r\n"
deadbeef9d3584c2016-02-16 17:54:10 -0800192 "a=msid-semantic: WMS local_stream_1\r\n"
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +0000193 "m=audio 9 RTP/SAVPF 111 103 104\r\n"
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +0000194 "c=IN IP4 0.0.0.0\r\n"
195 "a=rtcp:9 IN IP4 0.0.0.0\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000196 "a=ice-ufrag:ufrag_voice\r\na=ice-pwd:pwd_voice\r\n"
197 "a=mid:audio_content_name\r\n"
198 "a=sendrecv\r\n"
199 "a=rtcp-mux\r\n"
deadbeef13871492015-12-09 12:37:51 -0800200 "a=rtcp-rsize\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000201 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
202 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
203 "dummy_session_params\r\n"
204 "a=rtpmap:111 opus/48000/2\r\n"
205 "a=rtpmap:103 ISAC/16000\r\n"
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +0000206 "a=rtpmap:104 ISAC/32000\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000207 "a=ssrc:1 cname:stream_1_cname\r\n"
208 "a=ssrc:1 msid:local_stream_1 audio_track_id_1\r\n"
209 "a=ssrc:1 mslabel:local_stream_1\r\n"
210 "a=ssrc:1 label:audio_track_id_1\r\n"
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +0000211 "m=video 9 RTP/SAVPF 120\r\n"
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +0000212 "c=IN IP4 0.0.0.0\r\n"
213 "a=rtcp:9 IN IP4 0.0.0.0\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000214 "a=ice-ufrag:ufrag_video\r\na=ice-pwd:pwd_video\r\n"
215 "a=mid:video_content_name\r\n"
216 "a=sendrecv\r\n"
217 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
218 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32\r\n"
219 "a=rtpmap:120 VP8/90000\r\n"
deadbeef9d3584c2016-02-16 17:54:10 -0800220 "a=ssrc-group:FEC 2 3\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000221 "a=ssrc:2 cname:stream_1_cname\r\n"
222 "a=ssrc:2 msid:local_stream_1 video_track_id_1\r\n"
223 "a=ssrc:2 mslabel:local_stream_1\r\n"
224 "a=ssrc:2 label:video_track_id_1\r\n"
225 "a=ssrc:3 cname:stream_1_cname\r\n"
deadbeef9d3584c2016-02-16 17:54:10 -0800226 "a=ssrc:3 msid:local_stream_1 video_track_id_1\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000227 "a=ssrc:3 mslabel:local_stream_1\r\n"
deadbeef9d3584c2016-02-16 17:54:10 -0800228 "a=ssrc:3 label:video_track_id_1\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000229
230static const char kSdpRtpDataChannelString[] =
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +0000231 "m=application 9 RTP/SAVPF 101\r\n"
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +0000232 "c=IN IP4 0.0.0.0\r\n"
233 "a=rtcp:9 IN IP4 0.0.0.0\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000234 "a=ice-ufrag:ufrag_data\r\n"
235 "a=ice-pwd:pwd_data\r\n"
236 "a=mid:data_content_name\r\n"
237 "a=sendrecv\r\n"
238 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
239 "inline:FvLcvU2P3ZWmQxgPAgcDu7Zl9vftYElFOjEzhWs5\r\n"
240 "a=rtpmap:101 google-data/90000\r\n"
241 "a=ssrc:10 cname:data_channel_cname\r\n"
242 "a=ssrc:10 msid:data_channel data_channeld0\r\n"
243 "a=ssrc:10 mslabel:data_channel\r\n"
244 "a=ssrc:10 label:data_channeld0\r\n";
245
246static const char kSdpSctpDataChannelString[] =
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +0000247 "m=application 9 DTLS/SCTP 5000\r\n"
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +0000248 "c=IN IP4 0.0.0.0\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000249 "a=ice-ufrag:ufrag_data\r\n"
250 "a=ice-pwd:pwd_data\r\n"
251 "a=mid:data_content_name\r\n"
wu@webrtc.org97077a32013-10-25 21:18:33 +0000252 "a=sctpmap:5000 webrtc-datachannel 1024\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000253
lally@webrtc.orgec97c652015-02-24 20:18:48 +0000254// draft-ietf-mmusic-sctp-sdp-12
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +0000255static const char kSdpSctpDataChannelStringWithSctpPort[] =
lally@webrtc.orgc7848b72015-02-24 20:19:26 +0000256 "m=application 9 DTLS/SCTP webrtc-datachannel\r\n"
257 "a=max-message-size=100000\r\n"
258 "a=sctp-port 5000\r\n"
259 "c=IN IP4 0.0.0.0\r\n"
260 "a=ice-ufrag:ufrag_data\r\n"
261 "a=ice-pwd:pwd_data\r\n"
262 "a=mid:data_content_name\r\n";
263
lally69f57602015-10-08 10:15:04 -0700264static const char kSdpSctpDataChannelStringWithSctpColonPort[] =
265 "m=application 9 DTLS/SCTP webrtc-datachannel\r\n"
266 "a=max-message-size=100000\r\n"
267 "a=sctp-port:5000\r\n"
268 "c=IN IP4 0.0.0.0\r\n"
269 "a=ice-ufrag:ufrag_data\r\n"
270 "a=ice-pwd:pwd_data\r\n"
271 "a=mid:data_content_name\r\n";
272
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000273static const char kSdpSctpDataChannelWithCandidatesString[] =
274 "m=application 2345 DTLS/SCTP 5000\r\n"
275 "c=IN IP4 74.125.127.126\r\n"
276 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
277 "generation 2\r\n"
278 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1238 typ host "
279 "generation 2\r\n"
280 "a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ srflx "
281 "raddr 192.168.1.5 rport 2346 "
282 "generation 2\r\n"
283 "a=ice-ufrag:ufrag_data\r\n"
284 "a=ice-pwd:pwd_data\r\n"
285 "a=mid:data_content_name\r\n"
wu@webrtc.org97077a32013-10-25 21:18:33 +0000286 "a=sctpmap:5000 webrtc-datachannel 1024\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000287
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +0000288static const char kSdpConferenceString[] =
henrike@webrtc.org704bf9e2014-02-27 17:52:04 +0000289 "v=0\r\n"
290 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
291 "s=-\r\n"
292 "t=0 0\r\n"
293 "a=msid-semantic: WMS\r\n"
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +0000294 "m=audio 9 RTP/SAVPF 111 103 104\r\n"
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +0000295 "c=IN IP4 0.0.0.0\r\n"
henrike@webrtc.org704bf9e2014-02-27 17:52:04 +0000296 "a=x-google-flag:conference\r\n"
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +0000297 "m=video 9 RTP/SAVPF 120\r\n"
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +0000298 "c=IN IP4 0.0.0.0\r\n"
henrike@webrtc.org704bf9e2014-02-27 17:52:04 +0000299 "a=x-google-flag:conference\r\n";
300
jiayl@webrtc.orge7d47a12014-08-05 19:19:05 +0000301static const char kSdpSessionString[] =
302 "v=0\r\n"
303 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
304 "s=-\r\n"
305 "t=0 0\r\n"
306 "a=msid-semantic: WMS local_stream\r\n";
307
308static const char kSdpAudioString[] =
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +0000309 "m=audio 9 RTP/SAVPF 111\r\n"
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +0000310 "c=IN IP4 0.0.0.0\r\n"
311 "a=rtcp:9 IN IP4 0.0.0.0\r\n"
jiayl@webrtc.orge7d47a12014-08-05 19:19:05 +0000312 "a=ice-ufrag:ufrag_voice\r\na=ice-pwd:pwd_voice\r\n"
313 "a=mid:audio_content_name\r\n"
314 "a=sendrecv\r\n"
315 "a=rtpmap:111 opus/48000/2\r\n"
316 "a=ssrc:1 cname:stream_1_cname\r\n"
317 "a=ssrc:1 msid:local_stream audio_track_id_1\r\n"
318 "a=ssrc:1 mslabel:local_stream\r\n"
319 "a=ssrc:1 label:audio_track_id_1\r\n";
320
321static const char kSdpVideoString[] =
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +0000322 "m=video 9 RTP/SAVPF 120\r\n"
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +0000323 "c=IN IP4 0.0.0.0\r\n"
324 "a=rtcp:9 IN IP4 0.0.0.0\r\n"
jiayl@webrtc.orge7d47a12014-08-05 19:19:05 +0000325 "a=ice-ufrag:ufrag_video\r\na=ice-pwd:pwd_video\r\n"
326 "a=mid:video_content_name\r\n"
327 "a=sendrecv\r\n"
328 "a=rtpmap:120 VP8/90000\r\n"
329 "a=ssrc:2 cname:stream_1_cname\r\n"
330 "a=ssrc:2 msid:local_stream video_track_id_1\r\n"
331 "a=ssrc:2 mslabel:local_stream\r\n"
332 "a=ssrc:2 label:video_track_id_1\r\n";
333
deadbeef9d3584c2016-02-16 17:54:10 -0800334// Plan B SDP reference string, with 2 streams, 2 audio tracks and 3 video
335// tracks.
336static const char kPlanBSdpFullString[] =
337 "v=0\r\n"
338 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
339 "s=-\r\n"
340 "t=0 0\r\n"
341 "a=msid-semantic: WMS local_stream_1 local_stream_2\r\n"
342 "m=audio 2345 RTP/SAVPF 111 103 104\r\n"
343 "c=IN IP4 74.125.127.126\r\n"
344 "a=rtcp:2347 IN IP4 74.125.127.126\r\n"
345 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
346 "generation 2\r\n"
347 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1235 typ host "
348 "generation 2\r\n"
349 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1238 typ host "
350 "generation 2\r\n"
351 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1239 typ host "
352 "generation 2\r\n"
353 "a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ srflx "
354 "raddr 192.168.1.5 rport 2346 "
355 "generation 2\r\n"
356 "a=candidate:a0+B/3 2 udp 2130706432 74.125.127.126 2347 typ srflx "
357 "raddr 192.168.1.5 rport 2348 "
358 "generation 2\r\n"
359 "a=ice-ufrag:ufrag_voice\r\na=ice-pwd:pwd_voice\r\n"
360 "a=mid:audio_content_name\r\n"
361 "a=sendrecv\r\n"
362 "a=rtcp-mux\r\n"
363 "a=rtcp-rsize\r\n"
364 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
365 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
366 "dummy_session_params\r\n"
367 "a=rtpmap:111 opus/48000/2\r\n"
368 "a=rtpmap:103 ISAC/16000\r\n"
369 "a=rtpmap:104 ISAC/32000\r\n"
370 "a=ssrc:1 cname:stream_1_cname\r\n"
371 "a=ssrc:1 msid:local_stream_1 audio_track_id_1\r\n"
372 "a=ssrc:1 mslabel:local_stream_1\r\n"
373 "a=ssrc:1 label:audio_track_id_1\r\n"
374 "a=ssrc:4 cname:stream_2_cname\r\n"
375 "a=ssrc:4 msid:local_stream_2 audio_track_id_2\r\n"
376 "a=ssrc:4 mslabel:local_stream_2\r\n"
377 "a=ssrc:4 label:audio_track_id_2\r\n"
378 "m=video 3457 RTP/SAVPF 120\r\n"
379 "c=IN IP4 74.125.224.39\r\n"
380 "a=rtcp:3456 IN IP4 74.125.224.39\r\n"
381 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1236 typ host "
382 "generation 2\r\n"
383 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1237 typ host "
384 "generation 2\r\n"
385 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1240 typ host "
386 "generation 2\r\n"
387 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1241 typ host "
388 "generation 2\r\n"
389 "a=candidate:a0+B/4 2 udp 2130706432 74.125.224.39 3456 typ relay "
390 "generation 2\r\n"
391 "a=candidate:a0+B/4 1 udp 2130706432 74.125.224.39 3457 typ relay "
392 "generation 2\r\n"
393 "a=ice-ufrag:ufrag_video\r\na=ice-pwd:pwd_video\r\n"
394 "a=mid:video_content_name\r\n"
395 "a=sendrecv\r\n"
396 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
397 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32\r\n"
398 "a=rtpmap:120 VP8/90000\r\n"
399 "a=ssrc-group:FEC 2 3\r\n"
400 "a=ssrc:2 cname:stream_1_cname\r\n"
401 "a=ssrc:2 msid:local_stream_1 video_track_id_1\r\n"
402 "a=ssrc:2 mslabel:local_stream_1\r\n"
403 "a=ssrc:2 label:video_track_id_1\r\n"
404 "a=ssrc:3 cname:stream_1_cname\r\n"
405 "a=ssrc:3 msid:local_stream_1 video_track_id_1\r\n"
406 "a=ssrc:3 mslabel:local_stream_1\r\n"
407 "a=ssrc:3 label:video_track_id_1\r\n"
408 "a=ssrc:5 cname:stream_2_cname\r\n"
409 "a=ssrc:5 msid:local_stream_2 video_track_id_2\r\n"
410 "a=ssrc:5 mslabel:local_stream_2\r\n"
411 "a=ssrc:5 label:video_track_id_2\r\n"
412 "a=ssrc:6 cname:stream_2_cname\r\n"
413 "a=ssrc:6 msid:local_stream_2 video_track_id_3\r\n"
414 "a=ssrc:6 mslabel:local_stream_2\r\n"
415 "a=ssrc:6 label:video_track_id_3\r\n";
416
Taylor Brandstetter5de6b752016-03-09 17:02:30 -0800417// Plan B SDP reference string, with 2 streams, 2 audio tracks and 3 video
418// tracks, but with the unified plan "a=msid" attribute.
419static const char kPlanBSdpFullStringWithMsid[] =
420 "v=0\r\n"
421 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
422 "s=-\r\n"
423 "t=0 0\r\n"
424 "a=msid-semantic: WMS local_stream_1 local_stream_2\r\n"
425 "m=audio 2345 RTP/SAVPF 111 103 104\r\n"
426 "c=IN IP4 74.125.127.126\r\n"
427 "a=rtcp:2347 IN IP4 74.125.127.126\r\n"
428 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
429 "generation 2\r\n"
430 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1235 typ host "
431 "generation 2\r\n"
432 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1238 typ host "
433 "generation 2\r\n"
434 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1239 typ host "
435 "generation 2\r\n"
436 "a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ srflx "
437 "raddr 192.168.1.5 rport 2346 "
438 "generation 2\r\n"
439 "a=candidate:a0+B/3 2 udp 2130706432 74.125.127.126 2347 typ srflx "
440 "raddr 192.168.1.5 rport 2348 "
441 "generation 2\r\n"
442 "a=ice-ufrag:ufrag_voice\r\na=ice-pwd:pwd_voice\r\n"
443 "a=mid:audio_content_name\r\n"
444 "a=msid:local_stream_1 audio_track_id_1\r\n"
445 "a=sendrecv\r\n"
446 "a=rtcp-mux\r\n"
447 "a=rtcp-rsize\r\n"
448 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
449 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
450 "dummy_session_params\r\n"
451 "a=rtpmap:111 opus/48000/2\r\n"
452 "a=rtpmap:103 ISAC/16000\r\n"
453 "a=rtpmap:104 ISAC/32000\r\n"
454 "a=ssrc:1 cname:stream_1_cname\r\n"
455 "a=ssrc:1 msid:local_stream_1 audio_track_id_1\r\n"
456 "a=ssrc:1 mslabel:local_stream_1\r\n"
457 "a=ssrc:1 label:audio_track_id_1\r\n"
458 "a=ssrc:4 cname:stream_2_cname\r\n"
459 "a=ssrc:4 msid:local_stream_2 audio_track_id_2\r\n"
460 "a=ssrc:4 mslabel:local_stream_2\r\n"
461 "a=ssrc:4 label:audio_track_id_2\r\n"
462 "m=video 3457 RTP/SAVPF 120\r\n"
463 "c=IN IP4 74.125.224.39\r\n"
464 "a=rtcp:3456 IN IP4 74.125.224.39\r\n"
465 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1236 typ host "
466 "generation 2\r\n"
467 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1237 typ host "
468 "generation 2\r\n"
469 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1240 typ host "
470 "generation 2\r\n"
471 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1241 typ host "
472 "generation 2\r\n"
473 "a=candidate:a0+B/4 2 udp 2130706432 74.125.224.39 3456 typ relay "
474 "generation 2\r\n"
475 "a=candidate:a0+B/4 1 udp 2130706432 74.125.224.39 3457 typ relay "
476 "generation 2\r\n"
477 "a=ice-ufrag:ufrag_video\r\na=ice-pwd:pwd_video\r\n"
478 "a=mid:video_content_name\r\n"
479 "a=msid:local_stream_1 video_track_id_1\r\n"
480 "a=sendrecv\r\n"
481 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
482 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32\r\n"
483 "a=rtpmap:120 VP8/90000\r\n"
484 "a=ssrc-group:FEC 2 3\r\n"
485 "a=ssrc:2 cname:stream_1_cname\r\n"
486 "a=ssrc:2 msid:local_stream_1 video_track_id_1\r\n"
487 "a=ssrc:2 mslabel:local_stream_1\r\n"
488 "a=ssrc:2 label:video_track_id_1\r\n"
489 "a=ssrc:3 cname:stream_1_cname\r\n"
490 "a=ssrc:3 msid:local_stream_1 video_track_id_1\r\n"
491 "a=ssrc:3 mslabel:local_stream_1\r\n"
492 "a=ssrc:3 label:video_track_id_1\r\n"
493 "a=ssrc:5 cname:stream_2_cname\r\n"
494 "a=ssrc:5 msid:local_stream_2 video_track_id_2\r\n"
495 "a=ssrc:5 mslabel:local_stream_2\r\n"
496 "a=ssrc:5 label:video_track_id_2\r\n"
497 "a=ssrc:6 cname:stream_2_cname\r\n"
498 "a=ssrc:6 msid:local_stream_2 video_track_id_3\r\n"
499 "a=ssrc:6 mslabel:local_stream_2\r\n"
500 "a=ssrc:6 label:video_track_id_3\r\n";
501
deadbeef9d3584c2016-02-16 17:54:10 -0800502// Unified Plan SDP reference string, with 2 streams, 2 audio tracks and 3 video
503// tracks.
504static const char kUnifiedPlanSdpFullString[] =
505 "v=0\r\n"
506 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
507 "s=-\r\n"
508 "t=0 0\r\n"
509 "a=msid-semantic: WMS local_stream_1\r\n"
510 // Audio track 1, stream 1 (with candidates).
511 "m=audio 2345 RTP/SAVPF 111 103 104\r\n"
512 "c=IN IP4 74.125.127.126\r\n"
513 "a=rtcp:2347 IN IP4 74.125.127.126\r\n"
514 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
515 "generation 2\r\n"
516 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1235 typ host "
517 "generation 2\r\n"
518 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1238 typ host "
519 "generation 2\r\n"
520 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1239 typ host "
521 "generation 2\r\n"
522 "a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ srflx "
523 "raddr 192.168.1.5 rport 2346 "
524 "generation 2\r\n"
525 "a=candidate:a0+B/3 2 udp 2130706432 74.125.127.126 2347 typ srflx "
526 "raddr 192.168.1.5 rport 2348 "
527 "generation 2\r\n"
528 "a=ice-ufrag:ufrag_voice\r\na=ice-pwd:pwd_voice\r\n"
529 "a=mid:audio_content_name\r\n"
530 "a=msid:local_stream_1 audio_track_id_1\r\n"
531 "a=sendrecv\r\n"
532 "a=rtcp-mux\r\n"
533 "a=rtcp-rsize\r\n"
534 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
535 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
536 "dummy_session_params\r\n"
537 "a=rtpmap:111 opus/48000/2\r\n"
538 "a=rtpmap:103 ISAC/16000\r\n"
539 "a=rtpmap:104 ISAC/32000\r\n"
540 "a=ssrc:1 cname:stream_1_cname\r\n"
541 // Video track 1, stream 1 (with candidates).
542 "m=video 3457 RTP/SAVPF 120\r\n"
543 "c=IN IP4 74.125.224.39\r\n"
544 "a=rtcp:3456 IN IP4 74.125.224.39\r\n"
545 "a=candidate:a0+B/1 2 udp 2130706432 192.168.1.5 1236 typ host "
546 "generation 2\r\n"
547 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1237 typ host "
548 "generation 2\r\n"
549 "a=candidate:a0+B/2 2 udp 2130706432 ::1 1240 typ host "
550 "generation 2\r\n"
551 "a=candidate:a0+B/2 1 udp 2130706432 ::1 1241 typ host "
552 "generation 2\r\n"
553 "a=candidate:a0+B/4 2 udp 2130706432 74.125.224.39 3456 typ relay "
554 "generation 2\r\n"
555 "a=candidate:a0+B/4 1 udp 2130706432 74.125.224.39 3457 typ relay "
556 "generation 2\r\n"
557 "a=ice-ufrag:ufrag_video\r\na=ice-pwd:pwd_video\r\n"
558 "a=mid:video_content_name\r\n"
559 "a=msid:local_stream_1 video_track_id_1\r\n"
560 "a=sendrecv\r\n"
561 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
562 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32\r\n"
563 "a=rtpmap:120 VP8/90000\r\n"
564 "a=ssrc-group:FEC 2 3\r\n"
565 "a=ssrc:2 cname:stream_1_cname\r\n"
566 "a=ssrc:3 cname:stream_1_cname\r\n"
567 // Audio track 2, stream 2.
568 "m=audio 9 RTP/SAVPF 111 103 104\r\n"
569 "c=IN IP4 0.0.0.0\r\n"
570 "a=rtcp:9 IN IP4 0.0.0.0\r\n"
571 "a=ice-ufrag:ufrag_voice_2\r\na=ice-pwd:pwd_voice_2\r\n"
572 "a=mid:audio_content_name_2\r\n"
573 "a=msid:local_stream_2 audio_track_id_2\r\n"
574 "a=sendrecv\r\n"
575 "a=rtcp-mux\r\n"
576 "a=rtcp-rsize\r\n"
577 "a=crypto:1 AES_CM_128_HMAC_SHA1_32 "
578 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32 "
579 "dummy_session_params\r\n"
580 "a=rtpmap:111 opus/48000/2\r\n"
581 "a=rtpmap:103 ISAC/16000\r\n"
582 "a=rtpmap:104 ISAC/32000\r\n"
583 "a=ssrc:4 cname:stream_2_cname\r\n"
584 // Video track 2, stream 2.
585 "m=video 9 RTP/SAVPF 120\r\n"
586 "c=IN IP4 0.0.0.0\r\n"
587 "a=rtcp:9 IN IP4 0.0.0.0\r\n"
588 "a=ice-ufrag:ufrag_video_2\r\na=ice-pwd:pwd_video_2\r\n"
589 "a=mid:video_content_name_2\r\n"
590 "a=msid:local_stream_2 video_track_id_2\r\n"
591 "a=sendrecv\r\n"
592 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
593 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32\r\n"
594 "a=rtpmap:120 VP8/90000\r\n"
595 "a=ssrc:5 cname:stream_2_cname\r\n"
596 // Video track 3, stream 2.
597 "m=video 9 RTP/SAVPF 120\r\n"
598 "c=IN IP4 0.0.0.0\r\n"
599 "a=rtcp:9 IN IP4 0.0.0.0\r\n"
600 "a=ice-ufrag:ufrag_video_3\r\na=ice-pwd:pwd_video_3\r\n"
601 "a=mid:video_content_name_3\r\n"
602 "a=msid:local_stream_2 video_track_id_3\r\n"
603 "a=sendrecv\r\n"
604 "a=crypto:1 AES_CM_128_HMAC_SHA1_80 "
605 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32\r\n"
606 "a=rtpmap:120 VP8/90000\r\n"
607 "a=ssrc:6 cname:stream_2_cname\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000608
609// One candidate reference string as per W3c spec.
610// candidate:<blah> not a=candidate:<blah>CRLF
611static const char kRawCandidate[] =
612 "candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host generation 2";
613// One candidate reference string.
614static const char kSdpOneCandidate[] =
615 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host "
616 "generation 2\r\n";
jiayl@webrtc.org7ec3f9f2014-08-08 23:09:15 +0000617
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +0000618static const char kSdpTcpActiveCandidate[] =
619 "candidate:a0+B/1 1 tcp 2130706432 192.168.1.5 9 typ host "
620 "tcptype active generation 2";
621static const char kSdpTcpPassiveCandidate[] =
622 "candidate:a0+B/1 1 tcp 2130706432 192.168.1.5 9 typ host "
623 "tcptype passive generation 2";
624static const char kSdpTcpSOCandidate[] =
625 "candidate:a0+B/1 1 tcp 2130706432 192.168.1.5 9 typ host "
626 "tcptype so generation 2";
627static const char kSdpTcpInvalidCandidate[] =
628 "candidate:a0+B/1 1 tcp 2130706432 192.168.1.5 9 typ host "
629 "tcptype invalid generation 2";
630
jiayl@webrtc.org7ec3f9f2014-08-08 23:09:15 +0000631// One candidate reference string with IPV6 address.
632static const char kRawIPV6Candidate[] =
633 "candidate:a0+B/1 1 udp 2130706432 "
634 "abcd::abcd::abcd::abcd::abcd::abcd::abcd::abcd 1234 typ host generation 2";
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000635
636// One candidate reference string.
honghaiza54a0802015-12-16 18:37:23 -0800637static const char kSdpOneCandidateWithUfragPwd[] =
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000638 "a=candidate:a0+B/1 1 udp 2130706432 192.168.1.5 1234 typ host network_name"
honghaiza54a0802015-12-16 18:37:23 -0800639 " eth0 ufrag user_rtp pwd password_rtp generation 2\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000640
641// Session id and version
642static const char kSessionId[] = "18446744069414584320";
643static const char kSessionVersion[] = "18446462598732840960";
644
deadbeef9d3584c2016-02-16 17:54:10 -0800645// ICE options.
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000646static const char kIceOption1[] = "iceoption1";
647static const char kIceOption2[] = "iceoption2";
648static const char kIceOption3[] = "iceoption3";
649
deadbeef9d3584c2016-02-16 17:54:10 -0800650// ICE ufrags/passwords.
651static const char kUfragVoice[] = "ufrag_voice";
652static const char kPwdVoice[] = "pwd_voice";
653static const char kUfragVideo[] = "ufrag_video";
654static const char kPwdVideo[] = "pwd_video";
655static const char kUfragData[] = "ufrag_data";
656static const char kPwdData[] = "pwd_data";
657
658// Extra ufrags/passwords for extra unified plan m= sections.
659static const char kUfragVoice2[] = "ufrag_voice_2";
660static const char kPwdVoice2[] = "pwd_voice_2";
661static const char kUfragVideo2[] = "ufrag_video_2";
662static const char kPwdVideo2[] = "pwd_video_2";
663static const char kUfragVideo3[] = "ufrag_video_3";
664static const char kPwdVideo3[] = "pwd_video_3";
665
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000666// Content name
667static const char kAudioContentName[] = "audio_content_name";
668static const char kVideoContentName[] = "video_content_name";
669static const char kDataContentName[] = "data_content_name";
670
deadbeef9d3584c2016-02-16 17:54:10 -0800671// Extra content names for extra unified plan m= sections.
672static const char kAudioContentName2[] = "audio_content_name_2";
673static const char kVideoContentName2[] = "video_content_name_2";
674static const char kVideoContentName3[] = "video_content_name_3";
675
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000676// MediaStream 1
677static const char kStreamLabel1[] = "local_stream_1";
678static const char kStream1Cname[] = "stream_1_cname";
679static const char kAudioTrackId1[] = "audio_track_id_1";
Peter Boström0c4e06b2015-10-07 12:23:21 +0200680static const uint32_t kAudioTrack1Ssrc = 1;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000681static const char kVideoTrackId1[] = "video_track_id_1";
deadbeef9d3584c2016-02-16 17:54:10 -0800682static const uint32_t kVideoTrack1Ssrc1 = 2;
683static const uint32_t kVideoTrack1Ssrc2 = 3;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000684
685// MediaStream 2
686static const char kStreamLabel2[] = "local_stream_2";
687static const char kStream2Cname[] = "stream_2_cname";
688static const char kAudioTrackId2[] = "audio_track_id_2";
Peter Boström0c4e06b2015-10-07 12:23:21 +0200689static const uint32_t kAudioTrack2Ssrc = 4;
deadbeef9d3584c2016-02-16 17:54:10 -0800690static const char kVideoTrackId2[] = "video_track_id_2";
691static const uint32_t kVideoTrack2Ssrc = 5;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000692static const char kVideoTrackId3[] = "video_track_id_3";
deadbeef9d3584c2016-02-16 17:54:10 -0800693static const uint32_t kVideoTrack3Ssrc = 6;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000694
695// DataChannel
696static const char kDataChannelLabel[] = "data_channel";
697static const char kDataChannelMsid[] = "data_channeld0";
698static const char kDataChannelCname[] = "data_channel_cname";
Peter Boström0c4e06b2015-10-07 12:23:21 +0200699static const uint32_t kDataChannelSsrc = 10;
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000700
701// Candidate
702static const char kDummyMid[] = "dummy_mid";
703static const int kDummyIndex = 123;
704
705// Misc
706static const char kDummyString[] = "dummy";
707
708// Helper functions
709
710static bool SdpDeserialize(const std::string& message,
711 JsepSessionDescription* jdesc) {
712 return webrtc::SdpDeserialize(message, jdesc, NULL);
713}
714
715static bool SdpDeserializeCandidate(const std::string& message,
716 JsepIceCandidate* candidate) {
717 return webrtc::SdpDeserializeCandidate(message, candidate, NULL);
718}
719
720// Add some extra |newlines| to the |message| after |line|.
721static void InjectAfter(const std::string& line,
722 const std::string& newlines,
723 std::string* message) {
724 const std::string tmp = line + newlines;
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000725 rtc::replace_substrs(line.c_str(), line.length(),
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000726 tmp.c_str(), tmp.length(), message);
727}
728
729static void Replace(const std::string& line,
730 const std::string& newlines,
731 std::string* message) {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000732 rtc::replace_substrs(line.c_str(), line.length(),
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000733 newlines.c_str(), newlines.length(), message);
734}
735
wu@webrtc.org5e760e72014-04-02 23:19:09 +0000736// Expect fail to parase |bad_sdp| and expect |bad_part| be part of the error
737// message.
738static void ExpectParseFailure(const std::string& bad_sdp,
739 const std::string& bad_part) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000740 JsepSessionDescription desc(kDummyString);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000741 SdpParseError error;
wu@webrtc.org5e760e72014-04-02 23:19:09 +0000742 bool ret = webrtc::SdpDeserialize(bad_sdp, &desc, &error);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000743 EXPECT_FALSE(ret);
wu@webrtc.org5e760e72014-04-02 23:19:09 +0000744 EXPECT_NE(std::string::npos, error.line.find(bad_part.c_str()));
745}
746
747// Expect fail to parse kSdpFullString if replace |good_part| with |bad_part|.
748static void ExpectParseFailure(const char* good_part, const char* bad_part) {
749 std::string bad_sdp = kSdpFullString;
750 Replace(good_part, bad_part, &bad_sdp);
751 ExpectParseFailure(bad_sdp, bad_part);
752}
753
754// Expect fail to parse kSdpFullString if add |newlines| after |injectpoint|.
755static void ExpectParseFailureWithNewLines(const std::string& injectpoint,
756 const std::string& newlines,
757 const std::string& bad_part) {
758 std::string bad_sdp = kSdpFullString;
759 InjectAfter(injectpoint, newlines, &bad_sdp);
760 ExpectParseFailure(bad_sdp, bad_part);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000761}
762
763static void ReplaceDirection(cricket::MediaContentDirection direction,
764 std::string* message) {
765 std::string new_direction;
766 switch (direction) {
767 case cricket::MD_INACTIVE:
768 new_direction = "a=inactive";
769 break;
770 case cricket::MD_SENDONLY:
771 new_direction = "a=sendonly";
772 break;
773 case cricket::MD_RECVONLY:
774 new_direction = "a=recvonly";
775 break;
776 case cricket::MD_SENDRECV:
777 default:
778 new_direction = "a=sendrecv";
779 break;
780 }
781 Replace("a=sendrecv", new_direction, message);
782}
783
784static void ReplaceRejected(bool audio_rejected, bool video_rejected,
785 std::string* message) {
786 if (audio_rejected) {
deadbeef3f7219b2015-12-28 15:17:14 -0800787 Replace("m=audio 9", "m=audio 0", message);
788 Replace(kAttributeIceUfragVoice, "", message);
789 Replace(kAttributeIcePwdVoice, "", message);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000790 }
791 if (video_rejected) {
deadbeef3f7219b2015-12-28 15:17:14 -0800792 Replace("m=video 9", "m=video 0", message);
793 Replace(kAttributeIceUfragVideo, "", message);
794 Replace(kAttributeIcePwdVideo, "", message);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000795 }
796}
797
798// WebRtcSdpTest
799
800class WebRtcSdpTest : public testing::Test {
801 public:
802 WebRtcSdpTest()
803 : jdesc_(kDummyString) {
phoglund37ebcf02016-01-08 05:04:57 -0800804#ifdef WEBRTC_ANDROID
805 webrtc::InitializeAndroidObjects();
806#endif
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000807 // AudioContentDescription
808 audio_desc_ = CreateAudioContentDescription();
deadbeef9d3584c2016-02-16 17:54:10 -0800809 StreamParams audio_stream;
810 audio_stream.id = kAudioTrackId1;
811 audio_stream.cname = kStream1Cname;
812 audio_stream.sync_label = kStreamLabel1;
813 audio_stream.ssrcs.push_back(kAudioTrack1Ssrc);
814 audio_desc_->AddStream(audio_stream);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000815 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_desc_);
816
817 // VideoContentDescription
deadbeef9d3584c2016-02-16 17:54:10 -0800818 video_desc_ = CreateVideoContentDescription();
819 StreamParams video_stream;
820 video_stream.id = kVideoTrackId1;
821 video_stream.cname = kStream1Cname;
822 video_stream.sync_label = kStreamLabel1;
823 video_stream.ssrcs.push_back(kVideoTrack1Ssrc1);
824 video_stream.ssrcs.push_back(kVideoTrack1Ssrc2);
825 cricket::SsrcGroup ssrc_group(kFecSsrcGroupSemantics, video_stream.ssrcs);
826 video_stream.ssrc_groups.push_back(ssrc_group);
827 video_desc_->AddStream(video_stream);
828 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_desc_);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000829
830 // TransportInfo
deadbeef9d3584c2016-02-16 17:54:10 -0800831 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
832 kAudioContentName, TransportDescription(kUfragVoice, kPwdVoice))));
833 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
834 kVideoContentName, TransportDescription(kUfragVideo, kPwdVideo))));
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000835
836 // v4 host
837 int port = 1234;
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000838 rtc::SocketAddress address("192.168.1.5", port++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000839 Candidate candidate1(ICE_CANDIDATE_COMPONENT_RTP, "udp", address,
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000840 kCandidatePriority, "", "", LOCAL_PORT_TYPE,
841 kCandidateGeneration, kCandidateFoundation1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000842 address.SetPort(port++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000843 Candidate candidate2(ICE_CANDIDATE_COMPONENT_RTCP, "udp", address,
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000844 kCandidatePriority, "", "", LOCAL_PORT_TYPE,
845 kCandidateGeneration, kCandidateFoundation1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000846 address.SetPort(port++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000847 Candidate candidate3(ICE_CANDIDATE_COMPONENT_RTCP, "udp", address,
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000848 kCandidatePriority, "", "", LOCAL_PORT_TYPE,
849 kCandidateGeneration, kCandidateFoundation1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000850 address.SetPort(port++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000851 Candidate candidate4(ICE_CANDIDATE_COMPONENT_RTP, "udp", address,
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000852 kCandidatePriority, "", "", LOCAL_PORT_TYPE,
853 kCandidateGeneration, kCandidateFoundation1);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000854
855 // v6 host
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000856 rtc::SocketAddress v6_address("::1", port++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000857 cricket::Candidate candidate5(cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
858 v6_address, kCandidatePriority, "", "",
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000859 cricket::LOCAL_PORT_TYPE,
860 kCandidateGeneration, kCandidateFoundation2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000861 v6_address.SetPort(port++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000862 cricket::Candidate candidate6(cricket::ICE_CANDIDATE_COMPONENT_RTCP, "udp",
863 v6_address, kCandidatePriority, "", "",
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000864 cricket::LOCAL_PORT_TYPE,
865 kCandidateGeneration, kCandidateFoundation2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000866 v6_address.SetPort(port++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000867 cricket::Candidate candidate7(cricket::ICE_CANDIDATE_COMPONENT_RTCP, "udp",
868 v6_address, kCandidatePriority, "", "",
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000869 cricket::LOCAL_PORT_TYPE,
870 kCandidateGeneration, kCandidateFoundation2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000871 v6_address.SetPort(port++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000872 cricket::Candidate candidate8(cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
873 v6_address, kCandidatePriority, "", "",
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000874 cricket::LOCAL_PORT_TYPE,
875 kCandidateGeneration, kCandidateFoundation2);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000876
877 // stun
878 int port_stun = 2345;
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000879 rtc::SocketAddress address_stun("74.125.127.126", port_stun++);
880 rtc::SocketAddress rel_address_stun("192.168.1.5", port_stun++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000881 cricket::Candidate candidate9(cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
882 address_stun, kCandidatePriority, "", "",
883 STUN_PORT_TYPE, kCandidateGeneration,
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000884 kCandidateFoundation3);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000885 candidate9.set_related_address(rel_address_stun);
886
887 address_stun.SetPort(port_stun++);
888 rel_address_stun.SetPort(port_stun++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000889 cricket::Candidate candidate10(cricket::ICE_CANDIDATE_COMPONENT_RTCP, "udp",
890 address_stun, kCandidatePriority, "", "",
891 STUN_PORT_TYPE, kCandidateGeneration,
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000892 kCandidateFoundation3);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000893 candidate10.set_related_address(rel_address_stun);
894
895 // relay
896 int port_relay = 3456;
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +0000897 rtc::SocketAddress address_relay("74.125.224.39", port_relay++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000898 cricket::Candidate candidate11(cricket::ICE_CANDIDATE_COMPONENT_RTCP, "udp",
899 address_relay, kCandidatePriority, "", "",
900 cricket::RELAY_PORT_TYPE,
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000901 kCandidateGeneration, kCandidateFoundation4);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000902 address_relay.SetPort(port_relay++);
guoweis@webrtc.org61c12472015-01-15 06:53:07 +0000903 cricket::Candidate candidate12(cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
904 address_relay, kCandidatePriority, "", "",
905 RELAY_PORT_TYPE, kCandidateGeneration,
guoweis@webrtc.org950c5182014-12-16 23:01:31 +0000906 kCandidateFoundation4);
henrike@webrtc.org28e20752013-07-10 00:45:36 +0000907
908 // voice
909 candidates_.push_back(candidate1);
910 candidates_.push_back(candidate2);
911 candidates_.push_back(candidate5);
912 candidates_.push_back(candidate6);
913 candidates_.push_back(candidate9);
914 candidates_.push_back(candidate10);
915
916 // video
917 candidates_.push_back(candidate3);
918 candidates_.push_back(candidate4);
919 candidates_.push_back(candidate7);
920 candidates_.push_back(candidate8);
921 candidates_.push_back(candidate11);
922 candidates_.push_back(candidate12);
923
924 jcandidate_.reset(new JsepIceCandidate(std::string("audio_content_name"),
925 0, candidate1));
926
927 // Set up JsepSessionDescription.
928 jdesc_.Initialize(desc_.Copy(), kSessionId, kSessionVersion);
929 std::string mline_id;
930 int mline_index = 0;
931 for (size_t i = 0; i< candidates_.size(); ++i) {
932 // In this test, the audio m line index will be 0, and the video m line
933 // will be 1.
934 bool is_video = (i > 5);
935 mline_id = is_video ? "video_content_name" : "audio_content_name";
936 mline_index = is_video ? 1 : 0;
937 JsepIceCandidate jice(mline_id,
938 mline_index,
939 candidates_.at(i));
940 jdesc_.AddCandidate(&jice);
941 }
942 }
943
deadbeef9d3584c2016-02-16 17:54:10 -0800944 // Turns the existing reference description into a plan B description,
945 // with 2 audio tracks and 3 video tracks.
946 void MakePlanBDescription() {
947 audio_desc_ = static_cast<AudioContentDescription*>(audio_desc_->Copy());
948 video_desc_ = static_cast<VideoContentDescription*>(video_desc_->Copy());
949
950 StreamParams audio_track_2;
951 audio_track_2.id = kAudioTrackId2;
952 audio_track_2.cname = kStream2Cname;
953 audio_track_2.sync_label = kStreamLabel2;
954 audio_track_2.ssrcs.push_back(kAudioTrack2Ssrc);
955 audio_desc_->AddStream(audio_track_2);
956
957 StreamParams video_track_2;
958 video_track_2.id = kVideoTrackId2;
959 video_track_2.cname = kStream2Cname;
960 video_track_2.sync_label = kStreamLabel2;
961 video_track_2.ssrcs.push_back(kVideoTrack2Ssrc);
962 video_desc_->AddStream(video_track_2);
963
964 StreamParams video_track_3;
965 video_track_3.id = kVideoTrackId3;
966 video_track_3.cname = kStream2Cname;
967 video_track_3.sync_label = kStreamLabel2;
968 video_track_3.ssrcs.push_back(kVideoTrack3Ssrc);
969 video_desc_->AddStream(video_track_3);
970
971 desc_.RemoveContentByName(kAudioContentName);
972 desc_.RemoveContentByName(kVideoContentName);
973 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_desc_);
974 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_desc_);
975
976 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(), jdesc_.session_id(),
977 jdesc_.session_version()));
978 }
979
980 // Turns the existing reference description into a unified plan description,
981 // with 2 audio tracks and 3 video tracks.
982 void MakeUnifiedPlanDescription() {
983 // Audio track 2.
984 AudioContentDescription* audio_desc_2 = CreateAudioContentDescription();
985 StreamParams audio_track_2;
986 audio_track_2.id = kAudioTrackId2;
987 audio_track_2.cname = kStream2Cname;
988 audio_track_2.sync_label = kStreamLabel2;
989 audio_track_2.ssrcs.push_back(kAudioTrack2Ssrc);
990 audio_desc_2->AddStream(audio_track_2);
991 desc_.AddContent(kAudioContentName2, NS_JINGLE_RTP, audio_desc_2);
992 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
993 kAudioContentName2, TransportDescription(kUfragVoice2, kPwdVoice2))));
994
995 // Video track 2, in stream 2.
996 VideoContentDescription* video_desc_2 = CreateVideoContentDescription();
997 StreamParams video_track_2;
998 video_track_2.id = kVideoTrackId2;
999 video_track_2.cname = kStream2Cname;
1000 video_track_2.sync_label = kStreamLabel2;
1001 video_track_2.ssrcs.push_back(kVideoTrack2Ssrc);
1002 video_desc_2->AddStream(video_track_2);
1003 desc_.AddContent(kVideoContentName2, NS_JINGLE_RTP, video_desc_2);
1004 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1005 kVideoContentName2, TransportDescription(kUfragVideo2, kPwdVideo2))));
1006
1007 // Video track 3, in stream 2.
1008 VideoContentDescription* video_desc_3 = CreateVideoContentDescription();
1009 StreamParams video_track_3;
1010 video_track_3.id = kVideoTrackId3;
1011 video_track_3.cname = kStream2Cname;
1012 video_track_3.sync_label = kStreamLabel2;
1013 video_track_3.ssrcs.push_back(kVideoTrack3Ssrc);
1014 video_desc_3->AddStream(video_track_3);
1015 desc_.AddContent(kVideoContentName3, NS_JINGLE_RTP, video_desc_3);
1016 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1017 kVideoContentName3, TransportDescription(kUfragVideo3, kPwdVideo3))));
1018
1019 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(), jdesc_.session_id(),
1020 jdesc_.session_version()));
1021 }
1022
1023 // Creates an audio content description with no streams, and some default
1024 // configuration.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001025 AudioContentDescription* CreateAudioContentDescription() {
1026 AudioContentDescription* audio = new AudioContentDescription();
1027 audio->set_rtcp_mux(true);
deadbeef13871492015-12-09 12:37:51 -08001028 audio->set_rtcp_reduced_size(true);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001029 audio->AddCrypto(CryptoParams(1, "AES_CM_128_HMAC_SHA1_32",
1030 "inline:NzB4d1BINUAvLEw6UzF3WSJ+PSdFcGdUJShpX1Zj|2^20|1:32",
1031 "dummy_session_params"));
1032 audio->set_protocol(cricket::kMediaProtocolSavpf);
deadbeef9d3584c2016-02-16 17:54:10 -08001033 AudioCodec opus(111, "opus", 48000, 0, 2, 3);
1034 audio->AddCodec(opus);
1035 audio->AddCodec(AudioCodec(103, "ISAC", 16000, 32000, 1, 2));
1036 audio->AddCodec(AudioCodec(104, "ISAC", 32000, 56000, 1, 1));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001037 return audio;
1038 }
1039
deadbeef9d3584c2016-02-16 17:54:10 -08001040 // Creates a video content description with no streams, and some default
1041 // configuration.
1042 VideoContentDescription* CreateVideoContentDescription() {
1043 VideoContentDescription* video = new VideoContentDescription();
1044 video->AddCrypto(CryptoParams(
1045 1, "AES_CM_128_HMAC_SHA1_80",
1046 "inline:d0RmdmcmVCspeEc3QGZiNWpVLFJhQX1cfHAwJSoj|2^20|1:32", ""));
1047 video->set_protocol(cricket::kMediaProtocolSavpf);
1048 video->AddCodec(
1049 VideoCodec(120, JsepSessionDescription::kDefaultVideoCodecName,
1050 JsepSessionDescription::kMaxVideoCodecWidth,
1051 JsepSessionDescription::kMaxVideoCodecHeight,
1052 JsepSessionDescription::kDefaultVideoCodecFramerate,
1053 JsepSessionDescription::kDefaultVideoCodecPreference));
1054 return video;
1055 }
1056
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001057 template <class MCD>
1058 void CompareMediaContentDescription(const MCD* cd1,
1059 const MCD* cd2) {
1060 // type
1061 EXPECT_EQ(cd1->type(), cd1->type());
1062
1063 // content direction
1064 EXPECT_EQ(cd1->direction(), cd2->direction());
1065
1066 // rtcp_mux
1067 EXPECT_EQ(cd1->rtcp_mux(), cd2->rtcp_mux());
1068
deadbeef13871492015-12-09 12:37:51 -08001069 // rtcp_reduced_size
1070 EXPECT_EQ(cd1->rtcp_reduced_size(), cd2->rtcp_reduced_size());
1071
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001072 // cryptos
1073 EXPECT_EQ(cd1->cryptos().size(), cd2->cryptos().size());
1074 if (cd1->cryptos().size() != cd2->cryptos().size()) {
1075 ADD_FAILURE();
1076 return;
1077 }
1078 for (size_t i = 0; i< cd1->cryptos().size(); ++i) {
1079 const CryptoParams c1 = cd1->cryptos().at(i);
1080 const CryptoParams c2 = cd2->cryptos().at(i);
1081 EXPECT_TRUE(c1.Matches(c2));
1082 EXPECT_EQ(c1.key_params, c2.key_params);
1083 EXPECT_EQ(c1.session_params, c2.session_params);
1084 }
lally@webrtc.orgd7b61652015-02-24 20:18:55 +00001085
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001086 // protocol
lally@webrtc.orgd7b61652015-02-24 20:18:55 +00001087 // Use an equivalence class here, for old and new versions of the
1088 // protocol description.
1089 if (cd1->protocol() == cricket::kMediaProtocolDtlsSctp
lally@webrtc.org36300852015-02-24 20:19:35 +00001090 || cd1->protocol() == cricket::kMediaProtocolUdpDtlsSctp
1091 || cd1->protocol() == cricket::kMediaProtocolTcpDtlsSctp) {
1092 const bool cd2_is_also_dtls_sctp =
lally@webrtc.orgd7b61652015-02-24 20:18:55 +00001093 cd2->protocol() == cricket::kMediaProtocolDtlsSctp
lally@webrtc.org36300852015-02-24 20:19:35 +00001094 || cd2->protocol() == cricket::kMediaProtocolUdpDtlsSctp
1095 || cd2->protocol() == cricket::kMediaProtocolTcpDtlsSctp;
1096 EXPECT_TRUE(cd2_is_also_dtls_sctp);
lally@webrtc.orgd7b61652015-02-24 20:18:55 +00001097 } else {
1098 EXPECT_EQ(cd1->protocol(), cd2->protocol());
1099 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001100
1101 // codecs
1102 EXPECT_EQ(cd1->codecs(), cd2->codecs());
1103
1104 // bandwidth
1105 EXPECT_EQ(cd1->bandwidth(), cd2->bandwidth());
1106
1107 // streams
1108 EXPECT_EQ(cd1->streams(), cd2->streams());
1109
1110 // extmap
1111 ASSERT_EQ(cd1->rtp_header_extensions().size(),
1112 cd2->rtp_header_extensions().size());
1113 for (size_t i = 0; i< cd1->rtp_header_extensions().size(); ++i) {
1114 const RtpHeaderExtension ext1 = cd1->rtp_header_extensions().at(i);
1115 const RtpHeaderExtension ext2 = cd2->rtp_header_extensions().at(i);
1116 EXPECT_EQ(ext1.uri, ext2.uri);
1117 EXPECT_EQ(ext1.id, ext2.id);
1118 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001119 }
1120
1121
1122 void CompareSessionDescription(const SessionDescription& desc1,
1123 const SessionDescription& desc2) {
1124 // Compare content descriptions.
1125 if (desc1.contents().size() != desc2.contents().size()) {
1126 ADD_FAILURE();
1127 return;
1128 }
1129 for (size_t i = 0 ; i < desc1.contents().size(); ++i) {
1130 const cricket::ContentInfo& c1 = desc1.contents().at(i);
1131 const cricket::ContentInfo& c2 = desc2.contents().at(i);
1132 // content name
1133 EXPECT_EQ(c1.name, c2.name);
1134 // content type
1135 // Note, ASSERT will return from the function, but will not stop the test.
1136 ASSERT_EQ(c1.type, c2.type);
1137
1138 ASSERT_EQ(IsAudioContent(&c1), IsAudioContent(&c2));
1139 if (IsAudioContent(&c1)) {
1140 const AudioContentDescription* acd1 =
1141 static_cast<const AudioContentDescription*>(c1.description);
1142 const AudioContentDescription* acd2 =
1143 static_cast<const AudioContentDescription*>(c2.description);
1144 CompareMediaContentDescription<AudioContentDescription>(acd1, acd2);
1145 }
1146
1147 ASSERT_EQ(IsVideoContent(&c1), IsVideoContent(&c2));
1148 if (IsVideoContent(&c1)) {
1149 const VideoContentDescription* vcd1 =
1150 static_cast<const VideoContentDescription*>(c1.description);
1151 const VideoContentDescription* vcd2 =
1152 static_cast<const VideoContentDescription*>(c2.description);
1153 CompareMediaContentDescription<VideoContentDescription>(vcd1, vcd2);
1154 }
1155
1156 ASSERT_EQ(IsDataContent(&c1), IsDataContent(&c2));
1157 if (IsDataContent(&c1)) {
1158 const DataContentDescription* dcd1 =
1159 static_cast<const DataContentDescription*>(c1.description);
1160 const DataContentDescription* dcd2 =
1161 static_cast<const DataContentDescription*>(c2.description);
1162 CompareMediaContentDescription<DataContentDescription>(dcd1, dcd2);
1163 }
1164 }
1165
1166 // group
1167 const cricket::ContentGroups groups1 = desc1.groups();
1168 const cricket::ContentGroups groups2 = desc2.groups();
1169 EXPECT_EQ(groups1.size(), groups1.size());
1170 if (groups1.size() != groups2.size()) {
1171 ADD_FAILURE();
1172 return;
1173 }
1174 for (size_t i = 0; i < groups1.size(); ++i) {
1175 const cricket::ContentGroup group1 = groups1.at(i);
1176 const cricket::ContentGroup group2 = groups2.at(i);
1177 EXPECT_EQ(group1.semantics(), group2.semantics());
1178 const cricket::ContentNames names1 = group1.content_names();
1179 const cricket::ContentNames names2 = group2.content_names();
1180 EXPECT_EQ(names1.size(), names2.size());
1181 if (names1.size() != names2.size()) {
1182 ADD_FAILURE();
1183 return;
1184 }
1185 cricket::ContentNames::const_iterator iter1 = names1.begin();
1186 cricket::ContentNames::const_iterator iter2 = names2.begin();
1187 while (iter1 != names1.end()) {
1188 EXPECT_EQ(*iter1++, *iter2++);
1189 }
1190 }
1191
1192 // transport info
1193 const cricket::TransportInfos transports1 = desc1.transport_infos();
1194 const cricket::TransportInfos transports2 = desc2.transport_infos();
1195 EXPECT_EQ(transports1.size(), transports2.size());
1196 if (transports1.size() != transports2.size()) {
1197 ADD_FAILURE();
1198 return;
1199 }
1200 for (size_t i = 0; i < transports1.size(); ++i) {
1201 const cricket::TransportInfo transport1 = transports1.at(i);
1202 const cricket::TransportInfo transport2 = transports2.at(i);
1203 EXPECT_EQ(transport1.content_name, transport2.content_name);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001204 EXPECT_EQ(transport1.description.ice_ufrag,
1205 transport2.description.ice_ufrag);
1206 EXPECT_EQ(transport1.description.ice_pwd,
1207 transport2.description.ice_pwd);
1208 if (transport1.description.identity_fingerprint) {
1209 EXPECT_EQ(*transport1.description.identity_fingerprint,
1210 *transport2.description.identity_fingerprint);
1211 } else {
1212 EXPECT_EQ(transport1.description.identity_fingerprint.get(),
1213 transport2.description.identity_fingerprint.get());
1214 }
1215 EXPECT_EQ(transport1.description.transport_options,
1216 transport2.description.transport_options);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001217 }
deadbeefc80741f2015-10-22 13:14:45 -07001218
1219 // global attributes
1220 EXPECT_EQ(desc1.msid_supported(), desc2.msid_supported());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001221 }
1222
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001223 bool CompareSessionDescription(
1224 const JsepSessionDescription& desc1,
1225 const JsepSessionDescription& desc2) {
1226 EXPECT_EQ(desc1.session_id(), desc2.session_id());
1227 EXPECT_EQ(desc1.session_version(), desc2.session_version());
1228 CompareSessionDescription(*desc1.description(), *desc2.description());
1229 if (desc1.number_of_mediasections() != desc2.number_of_mediasections())
1230 return false;
1231 for (size_t i = 0; i < desc1.number_of_mediasections(); ++i) {
1232 const IceCandidateCollection* cc1 = desc1.candidates(i);
1233 const IceCandidateCollection* cc2 = desc2.candidates(i);
1234 if (cc1->count() != cc2->count())
1235 return false;
1236 for (size_t j = 0; j < cc1->count(); ++j) {
1237 const IceCandidateInterface* c1 = cc1->at(j);
1238 const IceCandidateInterface* c2 = cc2->at(j);
1239 EXPECT_EQ(c1->sdp_mid(), c2->sdp_mid());
1240 EXPECT_EQ(c1->sdp_mline_index(), c2->sdp_mline_index());
1241 EXPECT_TRUE(c1->candidate().IsEquivalent(c2->candidate()));
1242 }
1243 }
1244 return true;
1245 }
1246
1247 // Disable the ice-ufrag and ice-pwd in given |sdp| message by replacing
1248 // them with invalid keywords so that the parser will just ignore them.
1249 bool RemoveCandidateUfragPwd(std::string* sdp) {
1250 const char ice_ufrag[] = "a=ice-ufrag";
1251 const char ice_ufragx[] = "a=xice-ufrag";
1252 const char ice_pwd[] = "a=ice-pwd";
1253 const char ice_pwdx[] = "a=xice-pwd";
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001254 rtc::replace_substrs(ice_ufrag, strlen(ice_ufrag),
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001255 ice_ufragx, strlen(ice_ufragx), sdp);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001256 rtc::replace_substrs(ice_pwd, strlen(ice_pwd),
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001257 ice_pwdx, strlen(ice_pwdx), sdp);
1258 return true;
1259 }
1260
1261 // Update the candidates in |jdesc| to use the given |ufrag| and |pwd|.
1262 bool UpdateCandidateUfragPwd(JsepSessionDescription* jdesc, int mline_index,
1263 const std::string& ufrag, const std::string& pwd) {
1264 std::string content_name;
1265 if (mline_index == 0) {
1266 content_name = kAudioContentName;
1267 } else if (mline_index == 1) {
1268 content_name = kVideoContentName;
1269 } else {
1270 ASSERT(false);
1271 }
1272 TransportInfo transport_info(
Peter Thatcher7cbd1882015-09-17 18:54:52 -07001273 content_name, TransportDescription(ufrag, pwd));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001274 SessionDescription* desc =
1275 const_cast<SessionDescription*>(jdesc->description());
1276 desc->RemoveTransportInfoByName(content_name);
1277 EXPECT_TRUE(desc->AddTransportInfo(transport_info));
1278 for (size_t i = 0; i < jdesc_.number_of_mediasections(); ++i) {
1279 const IceCandidateCollection* cc = jdesc_.candidates(i);
1280 for (size_t j = 0; j < cc->count(); ++j) {
1281 if (cc->at(j)->sdp_mline_index() == mline_index) {
1282 const_cast<Candidate&>(cc->at(j)->candidate()).set_username(
1283 ufrag);
1284 const_cast<Candidate&>(cc->at(j)->candidate()).set_password(
1285 pwd);
1286 }
1287 }
1288 }
1289 return true;
1290 }
1291
1292 void AddIceOptions(const std::string& content_name,
1293 const std::vector<std::string>& transport_options) {
1294 ASSERT_TRUE(desc_.GetTransportInfoByName(content_name) != NULL);
1295 cricket::TransportInfo transport_info =
1296 *(desc_.GetTransportInfoByName(content_name));
1297 desc_.RemoveTransportInfoByName(content_name);
1298 transport_info.description.transport_options = transport_options;
1299 desc_.AddTransportInfo(transport_info);
1300 }
1301
deadbeef3f7219b2015-12-28 15:17:14 -08001302 void SetIceUfragPwd(const std::string& content_name,
1303 const std::string& ice_ufrag,
1304 const std::string& ice_pwd) {
1305 ASSERT_TRUE(desc_.GetTransportInfoByName(content_name) != NULL);
1306 cricket::TransportInfo transport_info =
1307 *(desc_.GetTransportInfoByName(content_name));
1308 desc_.RemoveTransportInfoByName(content_name);
1309 transport_info.description.ice_ufrag = ice_ufrag;
1310 transport_info.description.ice_pwd = ice_pwd;
1311 desc_.AddTransportInfo(transport_info);
1312 }
1313
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001314 void AddFingerprint() {
1315 desc_.RemoveTransportInfoByName(kAudioContentName);
1316 desc_.RemoveTransportInfoByName(kVideoContentName);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001317 rtc::SSLFingerprint fingerprint(rtc::DIGEST_SHA_1,
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001318 kIdentityDigest,
1319 sizeof(kIdentityDigest));
deadbeef46eed762016-01-28 13:24:37 -08001320 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1321 kAudioContentName,
deadbeef9d3584c2016-02-16 17:54:10 -08001322 TransportDescription(std::vector<std::string>(), kUfragVoice, kPwdVoice,
1323 cricket::ICEMODE_FULL,
deadbeef46eed762016-01-28 13:24:37 -08001324 cricket::CONNECTIONROLE_NONE, &fingerprint))));
1325 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1326 kVideoContentName,
deadbeef9d3584c2016-02-16 17:54:10 -08001327 TransportDescription(std::vector<std::string>(), kUfragVideo, kPwdVideo,
1328 cricket::ICEMODE_FULL,
deadbeef46eed762016-01-28 13:24:37 -08001329 cricket::CONNECTIONROLE_NONE, &fingerprint))));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001330 }
1331
1332 void AddExtmap() {
1333 audio_desc_ = static_cast<AudioContentDescription*>(
1334 audio_desc_->Copy());
1335 video_desc_ = static_cast<VideoContentDescription*>(
1336 video_desc_->Copy());
1337 audio_desc_->AddRtpHeaderExtension(
1338 RtpHeaderExtension(kExtmapUri, kExtmapId));
1339 video_desc_->AddRtpHeaderExtension(
1340 RtpHeaderExtension(kExtmapUri, kExtmapId));
1341 desc_.RemoveContentByName(kAudioContentName);
1342 desc_.RemoveContentByName(kVideoContentName);
1343 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_desc_);
1344 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_desc_);
1345 }
1346
1347 void RemoveCryptos() {
1348 audio_desc_->set_cryptos(std::vector<CryptoParams>());
1349 video_desc_->set_cryptos(std::vector<CryptoParams>());
1350 }
1351
1352 bool TestSerializeDirection(cricket::MediaContentDirection direction) {
1353 audio_desc_->set_direction(direction);
1354 video_desc_->set_direction(direction);
1355 std::string new_sdp = kSdpFullString;
1356 ReplaceDirection(direction, &new_sdp);
1357
1358 if (!jdesc_.Initialize(desc_.Copy(),
1359 jdesc_.session_id(),
1360 jdesc_.session_version())) {
1361 return false;
1362 }
deadbeef9d3584c2016-02-16 17:54:10 -08001363 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001364 EXPECT_EQ(new_sdp, message);
1365 return true;
1366 }
1367
1368 bool TestSerializeRejected(bool audio_rejected, bool video_rejected) {
1369 audio_desc_ = static_cast<AudioContentDescription*>(
1370 audio_desc_->Copy());
1371 video_desc_ = static_cast<VideoContentDescription*>(
1372 video_desc_->Copy());
1373 desc_.RemoveContentByName(kAudioContentName);
1374 desc_.RemoveContentByName(kVideoContentName);
1375 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_rejected,
1376 audio_desc_);
1377 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_rejected,
1378 video_desc_);
deadbeef9d3584c2016-02-16 17:54:10 -08001379 SetIceUfragPwd(kAudioContentName, audio_rejected ? "" : kUfragVoice,
1380 audio_rejected ? "" : kPwdVoice);
1381 SetIceUfragPwd(kVideoContentName, video_rejected ? "" : kUfragVideo,
1382 video_rejected ? "" : kPwdVideo);
deadbeef3f7219b2015-12-28 15:17:14 -08001383
1384 std::string new_sdp = kSdpString;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001385 ReplaceRejected(audio_rejected, video_rejected, &new_sdp);
1386
deadbeef3f7219b2015-12-28 15:17:14 -08001387 JsepSessionDescription jdesc_no_candidates(kDummyString);
1388 if (!jdesc_no_candidates.Initialize(desc_.Copy(), kSessionId,
1389 kSessionVersion)) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001390 return false;
1391 }
deadbeef9d3584c2016-02-16 17:54:10 -08001392 std::string message = webrtc::SdpSerialize(jdesc_no_candidates, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001393 EXPECT_EQ(new_sdp, message);
1394 return true;
1395 }
1396
1397 void AddSctpDataChannel() {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001398 rtc::scoped_ptr<DataContentDescription> data(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001399 new DataContentDescription());
1400 data_desc_ = data.get();
1401 data_desc_->set_protocol(cricket::kMediaProtocolDtlsSctp);
wu@webrtc.org78187522013-10-07 23:32:02 +00001402 DataCodec codec(cricket::kGoogleSctpDataCodecId,
1403 cricket::kGoogleSctpDataCodecName, 0);
1404 codec.SetParam(cricket::kCodecParamPort, kDefaultSctpPort);
1405 data_desc_->AddCodec(codec);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001406 desc_.AddContent(kDataContentName, NS_JINGLE_DRAFT_SCTP, data.release());
deadbeef9d3584c2016-02-16 17:54:10 -08001407 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1408 kDataContentName, TransportDescription(kUfragData, kPwdData))));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001409 }
1410
1411 void AddRtpDataChannel() {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001412 rtc::scoped_ptr<DataContentDescription> data(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001413 new DataContentDescription());
1414 data_desc_ = data.get();
1415
1416 data_desc_->AddCodec(DataCodec(101, "google-data", 1));
1417 StreamParams data_stream;
1418 data_stream.id = kDataChannelMsid;
1419 data_stream.cname = kDataChannelCname;
1420 data_stream.sync_label = kDataChannelLabel;
1421 data_stream.ssrcs.push_back(kDataChannelSsrc);
1422 data_desc_->AddStream(data_stream);
1423 data_desc_->AddCrypto(CryptoParams(
1424 1, "AES_CM_128_HMAC_SHA1_80",
1425 "inline:FvLcvU2P3ZWmQxgPAgcDu7Zl9vftYElFOjEzhWs5", ""));
1426 data_desc_->set_protocol(cricket::kMediaProtocolSavpf);
1427 desc_.AddContent(kDataContentName, NS_JINGLE_RTP, data.release());
deadbeef9d3584c2016-02-16 17:54:10 -08001428 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1429 kDataContentName, TransportDescription(kUfragData, kPwdData))));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001430 }
1431
1432 bool TestDeserializeDirection(cricket::MediaContentDirection direction) {
1433 std::string new_sdp = kSdpFullString;
1434 ReplaceDirection(direction, &new_sdp);
1435 JsepSessionDescription new_jdesc(kDummyString);
1436
1437 EXPECT_TRUE(SdpDeserialize(new_sdp, &new_jdesc));
1438
1439 audio_desc_->set_direction(direction);
1440 video_desc_->set_direction(direction);
1441 if (!jdesc_.Initialize(desc_.Copy(),
1442 jdesc_.session_id(),
1443 jdesc_.session_version())) {
1444 return false;
1445 }
1446 EXPECT_TRUE(CompareSessionDescription(jdesc_, new_jdesc));
1447 return true;
1448 }
1449
1450 bool TestDeserializeRejected(bool audio_rejected, bool video_rejected) {
deadbeef3f7219b2015-12-28 15:17:14 -08001451 std::string new_sdp = kSdpString;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001452 ReplaceRejected(audio_rejected, video_rejected, &new_sdp);
1453 JsepSessionDescription new_jdesc(JsepSessionDescription::kOffer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001454 EXPECT_TRUE(SdpDeserialize(new_sdp, &new_jdesc));
deadbeef3f7219b2015-12-28 15:17:14 -08001455
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001456 audio_desc_ = static_cast<AudioContentDescription*>(
1457 audio_desc_->Copy());
1458 video_desc_ = static_cast<VideoContentDescription*>(
1459 video_desc_->Copy());
1460 desc_.RemoveContentByName(kAudioContentName);
1461 desc_.RemoveContentByName(kVideoContentName);
1462 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_rejected,
1463 audio_desc_);
1464 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_rejected,
1465 video_desc_);
deadbeef9d3584c2016-02-16 17:54:10 -08001466 SetIceUfragPwd(kAudioContentName, audio_rejected ? "" : kUfragVoice,
1467 audio_rejected ? "" : kPwdVoice);
1468 SetIceUfragPwd(kVideoContentName, video_rejected ? "" : kUfragVideo,
1469 video_rejected ? "" : kPwdVideo);
deadbeef3f7219b2015-12-28 15:17:14 -08001470 JsepSessionDescription jdesc_no_candidates(kDummyString);
1471 if (!jdesc_no_candidates.Initialize(desc_.Copy(), jdesc_.session_id(),
1472 jdesc_.session_version())) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001473 return false;
1474 }
deadbeef3f7219b2015-12-28 15:17:14 -08001475 EXPECT_TRUE(CompareSessionDescription(jdesc_no_candidates, new_jdesc));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001476 return true;
1477 }
1478
1479 void TestDeserializeExtmap(bool session_level, bool media_level) {
1480 AddExtmap();
1481 JsepSessionDescription new_jdesc("dummy");
1482 ASSERT_TRUE(new_jdesc.Initialize(desc_.Copy(),
1483 jdesc_.session_id(),
1484 jdesc_.session_version()));
1485 JsepSessionDescription jdesc_with_extmap("dummy");
1486 std::string sdp_with_extmap = kSdpString;
1487 if (session_level) {
1488 InjectAfter(kSessionTime, kExtmapWithDirectionAndAttribute,
1489 &sdp_with_extmap);
1490 }
1491 if (media_level) {
1492 InjectAfter(kAttributeIcePwdVoice, kExtmapWithDirectionAndAttribute,
1493 &sdp_with_extmap);
1494 InjectAfter(kAttributeIcePwdVideo, kExtmapWithDirectionAndAttribute,
1495 &sdp_with_extmap);
1496 }
1497 // The extmap can't be present at the same time in both session level and
1498 // media level.
1499 if (session_level && media_level) {
1500 SdpParseError error;
1501 EXPECT_FALSE(webrtc::SdpDeserialize(sdp_with_extmap,
1502 &jdesc_with_extmap, &error));
1503 EXPECT_NE(std::string::npos, error.description.find("a=extmap"));
1504 } else {
1505 EXPECT_TRUE(SdpDeserialize(sdp_with_extmap, &jdesc_with_extmap));
1506 EXPECT_TRUE(CompareSessionDescription(jdesc_with_extmap, new_jdesc));
1507 }
1508 }
1509
1510 void VerifyCodecParameter(const cricket::CodecParameterMap& params,
1511 const std::string& name, int expected_value) {
1512 cricket::CodecParameterMap::const_iterator found = params.find(name);
1513 ASSERT_TRUE(found != params.end());
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001514 EXPECT_EQ(found->second, rtc::ToString<int>(expected_value));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001515 }
1516
1517 void TestDeserializeCodecParams(const CodecParams& params,
1518 JsepSessionDescription* jdesc_output) {
1519 std::string sdp =
1520 "v=0\r\n"
1521 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
1522 "s=-\r\n"
1523 "t=0 0\r\n"
1524 // Include semantics for WebRTC Media Streams since it is supported by
1525 // this parser, and will be added to the SDP when serializing a session
1526 // description.
1527 "a=msid-semantic: WMS\r\n"
1528 // Pl type 111 preferred.
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00001529 "m=audio 9 RTP/SAVPF 111 104 103\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001530 // Pltype 111 listed before 103 and 104 in the map.
1531 "a=rtpmap:111 opus/48000/2\r\n"
1532 // Pltype 103 listed before 104.
1533 "a=rtpmap:103 ISAC/16000\r\n"
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00001534 "a=rtpmap:104 ISAC/32000\r\n"
mallinath@webrtc.orga5506692013-08-12 21:18:15 +00001535 "a=fmtp:111 0-15,66,70\r\n"
1536 "a=fmtp:111 ";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001537 std::ostringstream os;
Donald Curtis144d0182015-05-15 13:14:24 -07001538 os << "minptime=" << params.min_ptime << "; stereo=" << params.stereo
mallinath@webrtc.orga5506692013-08-12 21:18:15 +00001539 << "; sprop-stereo=" << params.sprop_stereo
1540 << "; useinbandfec=" << params.useinband
Donald Curtis0e07f922015-05-15 09:21:23 -07001541 << "; maxaveragebitrate=" << params.maxaveragebitrate << "\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001542 << "a=ptime:" << params.ptime << "\r\n"
1543 << "a=maxptime:" << params.max_ptime << "\r\n";
1544 sdp += os.str();
1545
stefan@webrtc.org85d27942014-06-09 12:51:39 +00001546 os.clear();
1547 os.str("");
1548 // Pl type 100 preferred.
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +00001549 os << "m=video 9 RTP/SAVPF 99 95\r\n"
stefan@webrtc.org85d27942014-06-09 12:51:39 +00001550 << "a=rtpmap:99 VP8/90000\r\n"
1551 << "a=rtpmap:95 RTX/90000\r\n"
Donald Curtis0e07f922015-05-15 09:21:23 -07001552 << "a=fmtp:95 apt=99;\r\n";
stefan@webrtc.org85d27942014-06-09 12:51:39 +00001553 sdp += os.str();
1554
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001555 // Deserialize
1556 SdpParseError error;
1557 EXPECT_TRUE(webrtc::SdpDeserialize(sdp, jdesc_output, &error));
1558
1559 const ContentInfo* ac = GetFirstAudioContent(jdesc_output->description());
1560 ASSERT_TRUE(ac != NULL);
1561 const AudioContentDescription* acd =
1562 static_cast<const AudioContentDescription*>(ac->description);
1563 ASSERT_FALSE(acd->codecs().empty());
1564 cricket::AudioCodec opus = acd->codecs()[0];
1565 EXPECT_EQ("opus", opus.name);
1566 EXPECT_EQ(111, opus.id);
1567 VerifyCodecParameter(opus.params, "minptime", params.min_ptime);
1568 VerifyCodecParameter(opus.params, "stereo", params.stereo);
1569 VerifyCodecParameter(opus.params, "sprop-stereo", params.sprop_stereo);
1570 VerifyCodecParameter(opus.params, "useinbandfec", params.useinband);
henrike@webrtc.org1e09a712013-07-26 19:17:59 +00001571 VerifyCodecParameter(opus.params, "maxaveragebitrate",
1572 params.maxaveragebitrate);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001573 for (size_t i = 0; i < acd->codecs().size(); ++i) {
1574 cricket::AudioCodec codec = acd->codecs()[i];
1575 VerifyCodecParameter(codec.params, "ptime", params.ptime);
1576 VerifyCodecParameter(codec.params, "maxptime", params.max_ptime);
1577 if (codec.name == "ISAC") {
1578 if (codec.clockrate == 16000) {
1579 EXPECT_EQ(32000, codec.bitrate);
1580 } else {
1581 EXPECT_EQ(56000, codec.bitrate);
1582 }
1583 }
1584 }
stefan@webrtc.org85d27942014-06-09 12:51:39 +00001585
1586 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description());
1587 ASSERT_TRUE(vc != NULL);
1588 const VideoContentDescription* vcd =
1589 static_cast<const VideoContentDescription*>(vc->description);
1590 ASSERT_FALSE(vcd->codecs().empty());
1591 cricket::VideoCodec vp8 = vcd->codecs()[0];
1592 EXPECT_EQ("VP8", vp8.name);
1593 EXPECT_EQ(99, vp8.id);
1594 cricket::VideoCodec rtx = vcd->codecs()[1];
1595 EXPECT_EQ("RTX", rtx.name);
1596 EXPECT_EQ(95, rtx.id);
1597 VerifyCodecParameter(rtx.params, "apt", vp8.id);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001598 }
1599
1600 void TestDeserializeRtcpFb(JsepSessionDescription* jdesc_output,
1601 bool use_wildcard) {
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001602 std::string sdp_session_and_audio =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001603 "v=0\r\n"
1604 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
1605 "s=-\r\n"
1606 "t=0 0\r\n"
1607 // Include semantics for WebRTC Media Streams since it is supported by
1608 // this parser, and will be added to the SDP when serializing a session
1609 // description.
1610 "a=msid-semantic: WMS\r\n"
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +00001611 "m=audio 9 RTP/SAVPF 111\r\n"
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001612 "a=rtpmap:111 opus/48000/2\r\n";
1613 std::string sdp_video =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001614 "m=video 3457 RTP/SAVPF 101\r\n"
1615 "a=rtpmap:101 VP8/90000\r\n"
1616 "a=rtcp-fb:101 nack\r\n"
henrika@webrtc.orgaebb1ad2014-01-14 10:00:58 +00001617 "a=rtcp-fb:101 nack pli\r\n"
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001618 "a=rtcp-fb:101 goog-remb\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001619 std::ostringstream os;
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001620 os << sdp_session_and_audio;
1621 os << "a=rtcp-fb:" << (use_wildcard ? "*" : "111") << " nack\r\n";
1622 os << sdp_video;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001623 os << "a=rtcp-fb:" << (use_wildcard ? "*" : "101") << " ccm fir\r\n";
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001624 std::string sdp = os.str();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001625 // Deserialize
1626 SdpParseError error;
1627 EXPECT_TRUE(webrtc::SdpDeserialize(sdp, jdesc_output, &error));
1628 const ContentInfo* ac = GetFirstAudioContent(jdesc_output->description());
1629 ASSERT_TRUE(ac != NULL);
1630 const AudioContentDescription* acd =
1631 static_cast<const AudioContentDescription*>(ac->description);
1632 ASSERT_FALSE(acd->codecs().empty());
1633 cricket::AudioCodec opus = acd->codecs()[0];
1634 EXPECT_EQ(111, opus.id);
1635 EXPECT_TRUE(opus.HasFeedbackParam(
1636 cricket::FeedbackParam(cricket::kRtcpFbParamNack,
1637 cricket::kParamValueEmpty)));
1638
1639 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description());
1640 ASSERT_TRUE(vc != NULL);
1641 const VideoContentDescription* vcd =
1642 static_cast<const VideoContentDescription*>(vc->description);
1643 ASSERT_FALSE(vcd->codecs().empty());
1644 cricket::VideoCodec vp8 = vcd->codecs()[0];
1645 EXPECT_STREQ(webrtc::JsepSessionDescription::kDefaultVideoCodecName,
1646 vp8.name.c_str());
1647 EXPECT_EQ(101, vp8.id);
1648 EXPECT_TRUE(vp8.HasFeedbackParam(
1649 cricket::FeedbackParam(cricket::kRtcpFbParamNack,
1650 cricket::kParamValueEmpty)));
1651 EXPECT_TRUE(vp8.HasFeedbackParam(
henrika@webrtc.orgaebb1ad2014-01-14 10:00:58 +00001652 cricket::FeedbackParam(cricket::kRtcpFbParamNack,
1653 cricket::kRtcpFbNackParamPli)));
1654 EXPECT_TRUE(vp8.HasFeedbackParam(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001655 cricket::FeedbackParam(cricket::kRtcpFbParamRemb,
1656 cricket::kParamValueEmpty)));
1657 EXPECT_TRUE(vp8.HasFeedbackParam(
1658 cricket::FeedbackParam(cricket::kRtcpFbParamCcm,
1659 cricket::kRtcpFbCcmParamFir)));
1660 }
1661
1662 // Two SDP messages can mean the same thing but be different strings, e.g.
1663 // some of the lines can be serialized in different order.
1664 // However, a deserialized description can be compared field by field and has
1665 // no order. If deserializer has already been tested, serializing then
1666 // deserializing and comparing JsepSessionDescription will test
1667 // the serializer sufficiently.
deadbeef9d3584c2016-02-16 17:54:10 -08001668 void TestSerialize(const JsepSessionDescription& jdesc,
1669 bool unified_plan_sdp) {
1670 std::string message = webrtc::SdpSerialize(jdesc, unified_plan_sdp);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001671 JsepSessionDescription jdesc_output_des(kDummyString);
1672 SdpParseError error;
1673 EXPECT_TRUE(webrtc::SdpDeserialize(message, &jdesc_output_des, &error));
1674 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output_des));
1675 }
1676
1677 protected:
1678 SessionDescription desc_;
1679 AudioContentDescription* audio_desc_;
1680 VideoContentDescription* video_desc_;
1681 DataContentDescription* data_desc_;
1682 Candidates candidates_;
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001683 rtc::scoped_ptr<IceCandidateInterface> jcandidate_;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001684 JsepSessionDescription jdesc_;
1685};
1686
1687void TestMismatch(const std::string& string1, const std::string& string2) {
1688 int position = 0;
1689 for (size_t i = 0; i < string1.length() && i < string2.length(); ++i) {
1690 if (string1.c_str()[i] != string2.c_str()[i]) {
henrike@webrtc.org28654cb2013-07-22 21:07:49 +00001691 position = static_cast<int>(i);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001692 break;
1693 }
1694 }
1695 EXPECT_EQ(0, position) << "Strings mismatch at the " << position
1696 << " character\n"
1697 << " 1: " << string1.substr(position, 20) << "\n"
1698 << " 2: " << string2.substr(position, 20) << "\n";
1699}
1700
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001701TEST_F(WebRtcSdpTest, SerializeSessionDescription) {
1702 // SessionDescription with desc and candidates.
deadbeef9d3584c2016-02-16 17:54:10 -08001703 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001704 TestMismatch(std::string(kSdpFullString), message);
1705}
1706
1707TEST_F(WebRtcSdpTest, SerializeSessionDescriptionEmpty) {
1708 JsepSessionDescription jdesc_empty(kDummyString);
deadbeef9d3584c2016-02-16 17:54:10 -08001709 EXPECT_EQ("", webrtc::SdpSerialize(jdesc_empty, false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001710}
1711
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001712// This tests serialization of SDP with only IPv6 candidates and verifies that
1713// IPv6 is used as default address in c line according to preference.
1714TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithIPv6Only) {
1715 // Only test 1 m line.
1716 desc_.RemoveContentByName("video_content_name");
1717 // Stun has a high preference than local host.
1718 cricket::Candidate candidate1(
1719 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1720 rtc::SocketAddress("::1", 1234), kCandidatePriority, "", "",
1721 cricket::STUN_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1722 cricket::Candidate candidate2(
1723 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1724 rtc::SocketAddress("::2", 1235), kCandidatePriority, "", "",
1725 cricket::LOCAL_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1726 JsepSessionDescription jdesc(kDummyString);
1727 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1728
1729 // Only add the candidates to audio m line.
1730 JsepIceCandidate jice1("audio_content_name", 0, candidate1);
1731 JsepIceCandidate jice2("audio_content_name", 0, candidate2);
1732 ASSERT_TRUE(jdesc.AddCandidate(&jice1));
1733 ASSERT_TRUE(jdesc.AddCandidate(&jice2));
deadbeef9d3584c2016-02-16 17:54:10 -08001734 std::string message = webrtc::SdpSerialize(jdesc, false);
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001735
1736 // Audio line should have a c line like this one.
1737 EXPECT_NE(message.find("c=IN IP6 ::1"), std::string::npos);
1738 // Shouldn't have a IP4 c line.
1739 EXPECT_EQ(message.find("c=IN IP4"), std::string::npos);
1740}
1741
1742// This tests serialization of SDP with both IPv4 and IPv6 candidates and
1743// verifies that IPv4 is used as default address in c line even if the
1744// preference of IPv4 is lower.
1745TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithBothIPFamilies) {
1746 // Only test 1 m line.
1747 desc_.RemoveContentByName("video_content_name");
1748 cricket::Candidate candidate_v4(
1749 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1750 rtc::SocketAddress("192.168.1.5", 1234), kCandidatePriority, "", "",
1751 cricket::STUN_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1752 cricket::Candidate candidate_v6(
1753 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1754 rtc::SocketAddress("::1", 1234), kCandidatePriority, "", "",
1755 cricket::LOCAL_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1756 JsepSessionDescription jdesc(kDummyString);
1757 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1758
1759 // Only add the candidates to audio m line.
1760 JsepIceCandidate jice_v4("audio_content_name", 0, candidate_v4);
1761 JsepIceCandidate jice_v6("audio_content_name", 0, candidate_v6);
1762 ASSERT_TRUE(jdesc.AddCandidate(&jice_v4));
1763 ASSERT_TRUE(jdesc.AddCandidate(&jice_v6));
deadbeef9d3584c2016-02-16 17:54:10 -08001764 std::string message = webrtc::SdpSerialize(jdesc, false);
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001765
1766 // Audio line should have a c line like this one.
1767 EXPECT_NE(message.find("c=IN IP4 192.168.1.5"), std::string::npos);
1768 // Shouldn't have a IP6 c line.
1769 EXPECT_EQ(message.find("c=IN IP6"), std::string::npos);
1770}
1771
1772// This tests serialization of SDP with both UDP and TCP candidates and
1773// verifies that UDP is used as default address in c line even if the
1774// preference of UDP is lower.
1775TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithBothProtocols) {
1776 // Only test 1 m line.
1777 desc_.RemoveContentByName("video_content_name");
1778 // Stun has a high preference than local host.
1779 cricket::Candidate candidate1(
1780 cricket::ICE_CANDIDATE_COMPONENT_RTP, "tcp",
1781 rtc::SocketAddress("::1", 1234), kCandidatePriority, "", "",
1782 cricket::STUN_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1783 cricket::Candidate candidate2(
1784 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1785 rtc::SocketAddress("fe80::1234:5678:abcd:ef12", 1235), kCandidatePriority,
1786 "", "", cricket::LOCAL_PORT_TYPE, kCandidateGeneration,
1787 kCandidateFoundation1);
1788 JsepSessionDescription jdesc(kDummyString);
1789 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1790
1791 // Only add the candidates to audio m line.
1792 JsepIceCandidate jice1("audio_content_name", 0, candidate1);
1793 JsepIceCandidate jice2("audio_content_name", 0, candidate2);
1794 ASSERT_TRUE(jdesc.AddCandidate(&jice1));
1795 ASSERT_TRUE(jdesc.AddCandidate(&jice2));
deadbeef9d3584c2016-02-16 17:54:10 -08001796 std::string message = webrtc::SdpSerialize(jdesc, false);
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001797
1798 // Audio line should have a c line like this one.
1799 EXPECT_NE(message.find("c=IN IP6 fe80::1234:5678:abcd:ef12"),
1800 std::string::npos);
1801 // Shouldn't have a IP4 c line.
1802 EXPECT_EQ(message.find("c=IN IP4"), std::string::npos);
1803}
1804
1805// This tests serialization of SDP with only TCP candidates and verifies that
1806// null IPv4 is used as default address in c line.
1807TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithTCPOnly) {
1808 // Only test 1 m line.
1809 desc_.RemoveContentByName("video_content_name");
1810 // Stun has a high preference than local host.
1811 cricket::Candidate candidate1(
1812 cricket::ICE_CANDIDATE_COMPONENT_RTP, "tcp",
1813 rtc::SocketAddress("::1", 1234), kCandidatePriority, "", "",
1814 cricket::STUN_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1815 cricket::Candidate candidate2(
1816 cricket::ICE_CANDIDATE_COMPONENT_RTP, "tcp",
1817 rtc::SocketAddress("::2", 1235), kCandidatePriority, "", "",
1818 cricket::LOCAL_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1819 JsepSessionDescription jdesc(kDummyString);
1820 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1821
1822 // Only add the candidates to audio m line.
1823 JsepIceCandidate jice1("audio_content_name", 0, candidate1);
1824 JsepIceCandidate jice2("audio_content_name", 0, candidate2);
1825 ASSERT_TRUE(jdesc.AddCandidate(&jice1));
1826 ASSERT_TRUE(jdesc.AddCandidate(&jice2));
deadbeef9d3584c2016-02-16 17:54:10 -08001827 std::string message = webrtc::SdpSerialize(jdesc, false);
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001828
1829 // Audio line should have a c line like this one when no any default exists.
1830 EXPECT_NE(message.find("c=IN IP4 0.0.0.0"), std::string::npos);
1831}
1832
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001833// This tests serialization of SDP with a=crypto and a=fingerprint, as would be
1834// the case in a DTLS offer.
1835TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithFingerprint) {
1836 AddFingerprint();
1837 JsepSessionDescription jdesc_with_fingerprint(kDummyString);
1838 ASSERT_TRUE(jdesc_with_fingerprint.Initialize(desc_.Copy(),
1839 kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001840 std::string message = webrtc::SdpSerialize(jdesc_with_fingerprint, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001841
1842 std::string sdp_with_fingerprint = kSdpString;
1843 InjectAfter(kAttributeIcePwdVoice,
1844 kFingerprint, &sdp_with_fingerprint);
1845 InjectAfter(kAttributeIcePwdVideo,
1846 kFingerprint, &sdp_with_fingerprint);
1847
1848 EXPECT_EQ(sdp_with_fingerprint, message);
1849}
1850
1851// This tests serialization of SDP with a=fingerprint with no a=crypto, as would
1852// be the case in a DTLS answer.
1853TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithFingerprintNoCryptos) {
1854 AddFingerprint();
1855 RemoveCryptos();
1856 JsepSessionDescription jdesc_with_fingerprint(kDummyString);
1857 ASSERT_TRUE(jdesc_with_fingerprint.Initialize(desc_.Copy(),
1858 kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001859 std::string message = webrtc::SdpSerialize(jdesc_with_fingerprint, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001860
1861 std::string sdp_with_fingerprint = kSdpString;
1862 Replace(kAttributeCryptoVoice, "", &sdp_with_fingerprint);
1863 Replace(kAttributeCryptoVideo, "", &sdp_with_fingerprint);
1864 InjectAfter(kAttributeIcePwdVoice,
1865 kFingerprint, &sdp_with_fingerprint);
1866 InjectAfter(kAttributeIcePwdVideo,
1867 kFingerprint, &sdp_with_fingerprint);
1868
1869 EXPECT_EQ(sdp_with_fingerprint, message);
1870}
1871
1872TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithoutCandidates) {
1873 // JsepSessionDescription with desc but without candidates.
1874 JsepSessionDescription jdesc_no_candidates(kDummyString);
deadbeef3f7219b2015-12-28 15:17:14 -08001875 ASSERT_TRUE(jdesc_no_candidates.Initialize(desc_.Copy(), kSessionId,
1876 kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001877 std::string message = webrtc::SdpSerialize(jdesc_no_candidates, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001878 EXPECT_EQ(std::string(kSdpString), message);
1879}
1880
1881TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithBundle) {
1882 ContentGroup group(cricket::GROUP_TYPE_BUNDLE);
1883 group.AddContentName(kAudioContentName);
1884 group.AddContentName(kVideoContentName);
1885 desc_.AddGroup(group);
1886 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
1887 jdesc_.session_id(),
1888 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08001889 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001890 std::string sdp_with_bundle = kSdpFullString;
1891 InjectAfter(kSessionTime,
1892 "a=group:BUNDLE audio_content_name video_content_name\r\n",
1893 &sdp_with_bundle);
1894 EXPECT_EQ(sdp_with_bundle, message);
1895}
1896
1897TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithBandwidth) {
1898 VideoContentDescription* vcd = static_cast<VideoContentDescription*>(
1899 GetFirstVideoContent(&desc_)->description);
1900 vcd->set_bandwidth(100 * 1000);
1901 AudioContentDescription* acd = static_cast<AudioContentDescription*>(
1902 GetFirstAudioContent(&desc_)->description);
1903 acd->set_bandwidth(50 * 1000);
1904 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
1905 jdesc_.session_id(),
1906 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08001907 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001908 std::string sdp_with_bandwidth = kSdpFullString;
wu@webrtc.org4c3e9912014-07-16 21:03:13 +00001909 InjectAfter("c=IN IP4 74.125.224.39\r\n",
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001910 "b=AS:100\r\n",
1911 &sdp_with_bandwidth);
wu@webrtc.org4c3e9912014-07-16 21:03:13 +00001912 InjectAfter("c=IN IP4 74.125.127.126\r\n",
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001913 "b=AS:50\r\n",
1914 &sdp_with_bandwidth);
1915 EXPECT_EQ(sdp_with_bandwidth, message);
1916}
1917
1918TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithIceOptions) {
1919 std::vector<std::string> transport_options;
1920 transport_options.push_back(kIceOption1);
1921 transport_options.push_back(kIceOption3);
1922 AddIceOptions(kAudioContentName, transport_options);
1923 transport_options.clear();
1924 transport_options.push_back(kIceOption2);
1925 transport_options.push_back(kIceOption3);
1926 AddIceOptions(kVideoContentName, transport_options);
1927 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
1928 jdesc_.session_id(),
1929 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08001930 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001931 std::string sdp_with_ice_options = kSdpFullString;
1932 InjectAfter(kAttributeIcePwdVoice,
1933 "a=ice-options:iceoption1 iceoption3\r\n",
1934 &sdp_with_ice_options);
1935 InjectAfter(kAttributeIcePwdVideo,
1936 "a=ice-options:iceoption2 iceoption3\r\n",
1937 &sdp_with_ice_options);
1938 EXPECT_EQ(sdp_with_ice_options, message);
1939}
1940
1941TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithRecvOnlyContent) {
1942 EXPECT_TRUE(TestSerializeDirection(cricket::MD_RECVONLY));
1943}
1944
1945TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithSendOnlyContent) {
1946 EXPECT_TRUE(TestSerializeDirection(cricket::MD_SENDONLY));
1947}
1948
1949TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithInactiveContent) {
1950 EXPECT_TRUE(TestSerializeDirection(cricket::MD_INACTIVE));
1951}
1952
1953TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithAudioRejected) {
1954 EXPECT_TRUE(TestSerializeRejected(true, false));
1955}
1956
1957TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithVideoRejected) {
1958 EXPECT_TRUE(TestSerializeRejected(false, true));
1959}
1960
1961TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithAudioVideoRejected) {
1962 EXPECT_TRUE(TestSerializeRejected(true, true));
1963}
1964
1965TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithRtpDataChannel) {
1966 AddRtpDataChannel();
1967 JsepSessionDescription jsep_desc(kDummyString);
1968
1969 ASSERT_TRUE(jsep_desc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001970 std::string message = webrtc::SdpSerialize(jsep_desc, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001971
1972 std::string expected_sdp = kSdpString;
1973 expected_sdp.append(kSdpRtpDataChannelString);
1974 EXPECT_EQ(expected_sdp, message);
1975}
1976
1977TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithSctpDataChannel) {
1978 AddSctpDataChannel();
1979 JsepSessionDescription jsep_desc(kDummyString);
1980
1981 ASSERT_TRUE(jsep_desc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001982 std::string message = webrtc::SdpSerialize(jsep_desc, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001983
1984 std::string expected_sdp = kSdpString;
1985 expected_sdp.append(kSdpSctpDataChannelString);
1986 EXPECT_EQ(message, expected_sdp);
1987}
1988
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00001989TEST_F(WebRtcSdpTest, SerializeWithSctpDataChannelAndNewPort) {
1990 AddSctpDataChannel();
1991 JsepSessionDescription jsep_desc(kDummyString);
1992
1993 ASSERT_TRUE(jsep_desc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1994 DataContentDescription* dcdesc = static_cast<DataContentDescription*>(
1995 jsep_desc.description()->GetContentDescriptionByName(kDataContentName));
1996
1997 const int kNewPort = 1234;
1998 cricket::DataCodec codec(
1999 cricket::kGoogleSctpDataCodecId, cricket::kGoogleSctpDataCodecName, 0);
2000 codec.SetParam(cricket::kCodecParamPort, kNewPort);
2001 dcdesc->AddOrReplaceCodec(codec);
2002
deadbeef9d3584c2016-02-16 17:54:10 -08002003 std::string message = webrtc::SdpSerialize(jsep_desc, false);
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002004
2005 std::string expected_sdp = kSdpString;
2006 expected_sdp.append(kSdpSctpDataChannelString);
2007
2008 char default_portstr[16];
2009 char new_portstr[16];
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002010 rtc::sprintfn(default_portstr, sizeof(default_portstr), "%d",
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002011 kDefaultSctpPort);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002012 rtc::sprintfn(new_portstr, sizeof(new_portstr), "%d", kNewPort);
2013 rtc::replace_substrs(default_portstr, strlen(default_portstr),
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002014 new_portstr, strlen(new_portstr),
2015 &expected_sdp);
2016
2017 EXPECT_EQ(expected_sdp, message);
2018}
2019
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002020TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithDataChannelAndBandwidth) {
2021 AddRtpDataChannel();
2022 data_desc_->set_bandwidth(100*1000);
2023 JsepSessionDescription jsep_desc(kDummyString);
2024
2025 ASSERT_TRUE(jsep_desc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08002026 std::string message = webrtc::SdpSerialize(jsep_desc, false);
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002027
2028 std::string expected_sdp = kSdpString;
2029 expected_sdp.append(kSdpRtpDataChannelString);
Peter Thatcherc0c3a862015-06-24 15:31:25 -07002030 // Serializing data content shouldn't ignore bandwidth settings.
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +00002031 InjectAfter("m=application 9 RTP/SAVPF 101\r\nc=IN IP4 0.0.0.0\r\n",
sergeyu@chromium.orga59696b2013-09-13 23:48:58 +00002032 "b=AS:100\r\n",
2033 &expected_sdp);
2034 EXPECT_EQ(expected_sdp, message);
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002035}
2036
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002037TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithExtmap) {
2038 AddExtmap();
2039 JsepSessionDescription desc_with_extmap("dummy");
2040 ASSERT_TRUE(desc_with_extmap.Initialize(desc_.Copy(),
2041 kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08002042 std::string message = webrtc::SdpSerialize(desc_with_extmap, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002043
2044 std::string sdp_with_extmap = kSdpString;
2045 InjectAfter("a=mid:audio_content_name\r\n",
2046 kExtmap, &sdp_with_extmap);
2047 InjectAfter("a=mid:video_content_name\r\n",
2048 kExtmap, &sdp_with_extmap);
2049
2050 EXPECT_EQ(sdp_with_extmap, message);
2051}
2052
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002053TEST_F(WebRtcSdpTest, SerializeCandidates) {
2054 std::string message = webrtc::SdpSerializeCandidate(*jcandidate_);
wu@webrtc.orgec9f5fb2014-06-24 17:05:10 +00002055 EXPECT_EQ(std::string(kRawCandidate), message);
honghaiza54a0802015-12-16 18:37:23 -08002056
2057 Candidate candidate_with_ufrag(candidates_.front());
2058 candidate_with_ufrag.set_username("ABC");
2059 jcandidate_.reset(new JsepIceCandidate(std::string("audio_content_name"), 0,
2060 candidate_with_ufrag));
2061 message = webrtc::SdpSerializeCandidate(*jcandidate_);
2062 EXPECT_EQ(std::string(kRawCandidate) + " ufrag ABC", message);
honghaiza0c44ea2016-03-23 16:07:48 -07002063
2064 Candidate candidate_with_network_info(candidates_.front());
2065 candidate_with_network_info.set_network_id(1);
2066 jcandidate_.reset(new JsepIceCandidate(std::string("audio"), 0,
2067 candidate_with_network_info));
2068 message = webrtc::SdpSerializeCandidate(*jcandidate_);
2069 EXPECT_EQ(std::string(kRawCandidate) + " network-id 1", message);
2070 candidate_with_network_info.set_network_cost(999);
2071 jcandidate_.reset(new JsepIceCandidate(std::string("audio"), 0,
2072 candidate_with_network_info));
2073 message = webrtc::SdpSerializeCandidate(*jcandidate_);
2074 EXPECT_EQ(std::string(kRawCandidate) + " network-id 1 network-cost 999",
2075 message);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002076}
2077
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +00002078// TODO(mallinath) : Enable this test once WebRTCSdp capable of parsing
2079// RFC 6544.
mallinath@webrtc.orge999bd02014-08-13 06:05:55 +00002080TEST_F(WebRtcSdpTest, SerializeTcpCandidates) {
guoweis@webrtc.org61c12472015-01-15 06:53:07 +00002081 Candidate candidate(ICE_CANDIDATE_COMPONENT_RTP, "tcp",
guoweis@webrtc.org950c5182014-12-16 23:01:31 +00002082 rtc::SocketAddress("192.168.1.5", 9), kCandidatePriority,
2083 "", "", LOCAL_PORT_TYPE, kCandidateGeneration,
2084 kCandidateFoundation1);
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +00002085 candidate.set_tcptype(cricket::TCPTYPE_ACTIVE_STR);
2086 rtc::scoped_ptr<IceCandidateInterface> jcandidate(
2087 new JsepIceCandidate(std::string("audio_content_name"), 0, candidate));
2088
2089 std::string message = webrtc::SdpSerializeCandidate(*jcandidate);
2090 EXPECT_EQ(std::string(kSdpTcpActiveCandidate), message);
2091}
2092
htaa6b99442016-04-12 10:29:17 -07002093TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithH264) {
2094 if (!webrtc::H264Encoder::IsSupported())
2095 return;
2096 for (const auto& codec : cricket::DefaultVideoCodecList()) {
2097 video_desc_->AddCodec(codec);
2098 }
2099 jdesc_.Initialize(desc_.Copy(), kSessionId, kSessionVersion);
2100
2101 std::string message = webrtc::SdpSerialize(jdesc_, false);
2102 size_t after_pt = message.find(" H264/90000");
2103 ASSERT_NE(after_pt, std::string::npos);
2104 size_t before_pt = message.rfind("a=rtpmap:", after_pt);
2105 ASSERT_NE(before_pt, std::string::npos);
2106 before_pt += strlen("a=rtpmap:");
2107 std::string pt = message.substr(before_pt, after_pt - before_pt);
2108 // TODO(hta): Check if payload type |pt| occurs in the m=video line.
2109 std::string to_find = "a=fmtp:" + pt + " ";
2110 size_t fmtp_pos = message.find(to_find);
2111 ASSERT_NE(std::string::npos, fmtp_pos) << "Failed to find " << to_find;
2112 size_t fmtp_endpos = message.find("\n", fmtp_pos);
2113 ASSERT_NE(std::string::npos, fmtp_endpos);
2114 std::string fmtp_value = message.substr(fmtp_pos, fmtp_endpos);
2115 EXPECT_NE(std::string::npos, fmtp_value.find("level-asymmetry-allowed=1"));
2116 EXPECT_NE(std::string::npos, fmtp_value.find("packetization-mode=1"));
2117 EXPECT_NE(std::string::npos, fmtp_value.find("profile-level-id=42e01f"));
2118}
2119
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002120TEST_F(WebRtcSdpTest, DeserializeSessionDescription) {
2121 JsepSessionDescription jdesc(kDummyString);
2122 // Deserialize
2123 EXPECT_TRUE(SdpDeserialize(kSdpFullString, &jdesc));
2124 // Verify
2125 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc));
2126}
2127
wu@webrtc.orgcecfd182013-10-30 05:18:12 +00002128TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutMline) {
2129 JsepSessionDescription jdesc(kDummyString);
2130 const char kSdpWithoutMline[] =
2131 "v=0\r\n"
2132 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
2133 "s=-\r\n"
2134 "t=0 0\r\n"
2135 "a=msid-semantic: WMS local_stream_1 local_stream_2\r\n";
2136 // Deserialize
2137 EXPECT_TRUE(SdpDeserialize(kSdpWithoutMline, &jdesc));
2138 EXPECT_EQ(0u, jdesc.description()->contents().size());
2139}
2140
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002141TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutCarriageReturn) {
2142 JsepSessionDescription jdesc(kDummyString);
2143 std::string sdp_without_carriage_return = kSdpFullString;
2144 Replace("\r\n", "\n", &sdp_without_carriage_return);
2145 // Deserialize
2146 EXPECT_TRUE(SdpDeserialize(sdp_without_carriage_return, &jdesc));
2147 // Verify
2148 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc));
2149}
2150
2151TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutCandidates) {
2152 // SessionDescription with desc but without candidates.
2153 JsepSessionDescription jdesc_no_candidates(kDummyString);
2154 ASSERT_TRUE(jdesc_no_candidates.Initialize(desc_.Copy(),
2155 kSessionId, kSessionVersion));
2156 JsepSessionDescription new_jdesc(kDummyString);
2157 EXPECT_TRUE(SdpDeserialize(kSdpString, &new_jdesc));
2158 EXPECT_TRUE(CompareSessionDescription(jdesc_no_candidates, new_jdesc));
2159}
2160
2161TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutRtpmap) {
2162 static const char kSdpNoRtpmapString[] =
2163 "v=0\r\n"
2164 "o=- 11 22 IN IP4 127.0.0.1\r\n"
2165 "s=-\r\n"
2166 "t=0 0\r\n"
2167 "m=audio 49232 RTP/AVP 0 18 103\r\n"
2168 // Codec that doesn't appear in the m= line will be ignored.
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00002169 "a=rtpmap:104 ISAC/32000\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002170 // The rtpmap line for static payload codec is optional.
2171 "a=rtpmap:18 G729/16000\r\n"
2172 "a=rtpmap:103 ISAC/16000\r\n";
2173
2174 JsepSessionDescription jdesc(kDummyString);
2175 EXPECT_TRUE(SdpDeserialize(kSdpNoRtpmapString, &jdesc));
2176 cricket::AudioContentDescription* audio =
2177 static_cast<AudioContentDescription*>(
2178 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO));
2179 AudioCodecs ref_codecs;
2180 // The codecs in the AudioContentDescription will be sorted by preference.
2181 ref_codecs.push_back(AudioCodec(0, "PCMU", 8000, 0, 1, 3));
2182 ref_codecs.push_back(AudioCodec(18, "G729", 16000, 0, 1, 2));
2183 ref_codecs.push_back(AudioCodec(103, "ISAC", 16000, 32000, 1, 1));
2184 EXPECT_EQ(ref_codecs, audio->codecs());
2185}
2186
henrike@webrtc.org704bf9e2014-02-27 17:52:04 +00002187TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutRtpmapButWithFmtp) {
2188 static const char kSdpNoRtpmapString[] =
2189 "v=0\r\n"
2190 "o=- 11 22 IN IP4 127.0.0.1\r\n"
2191 "s=-\r\n"
2192 "t=0 0\r\n"
2193 "m=audio 49232 RTP/AVP 18 103\r\n"
2194 "a=fmtp:18 annexb=yes\r\n"
2195 "a=rtpmap:103 ISAC/16000\r\n";
2196
2197 JsepSessionDescription jdesc(kDummyString);
2198 EXPECT_TRUE(SdpDeserialize(kSdpNoRtpmapString, &jdesc));
2199 cricket::AudioContentDescription* audio =
2200 static_cast<AudioContentDescription*>(
2201 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO));
2202
2203 cricket::AudioCodec g729 = audio->codecs()[0];
2204 EXPECT_EQ("G729", g729.name);
2205 EXPECT_EQ(8000, g729.clockrate);
2206 EXPECT_EQ(18, g729.id);
2207 cricket::CodecParameterMap::iterator found =
2208 g729.params.find("annexb");
2209 ASSERT_TRUE(found != g729.params.end());
2210 EXPECT_EQ(found->second, "yes");
2211
2212 cricket::AudioCodec isac = audio->codecs()[1];
2213 EXPECT_EQ("ISAC", isac.name);
2214 EXPECT_EQ(103, isac.id);
2215 EXPECT_EQ(16000, isac.clockrate);
2216}
2217
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002218// Ensure that we can deserialize SDP with a=fingerprint properly.
2219TEST_F(WebRtcSdpTest, DeserializeJsepSessionDescriptionWithFingerprint) {
2220 // Add a DTLS a=fingerprint attribute to our session description.
2221 AddFingerprint();
2222 JsepSessionDescription new_jdesc(kDummyString);
2223 ASSERT_TRUE(new_jdesc.Initialize(desc_.Copy(),
2224 jdesc_.session_id(),
2225 jdesc_.session_version()));
2226
2227 JsepSessionDescription jdesc_with_fingerprint(kDummyString);
2228 std::string sdp_with_fingerprint = kSdpString;
2229 InjectAfter(kAttributeIcePwdVoice, kFingerprint, &sdp_with_fingerprint);
2230 InjectAfter(kAttributeIcePwdVideo, kFingerprint, &sdp_with_fingerprint);
2231 EXPECT_TRUE(SdpDeserialize(sdp_with_fingerprint, &jdesc_with_fingerprint));
2232 EXPECT_TRUE(CompareSessionDescription(jdesc_with_fingerprint, new_jdesc));
2233}
2234
2235TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithBundle) {
2236 JsepSessionDescription jdesc_with_bundle(kDummyString);
2237 std::string sdp_with_bundle = kSdpFullString;
2238 InjectAfter(kSessionTime,
2239 "a=group:BUNDLE audio_content_name video_content_name\r\n",
2240 &sdp_with_bundle);
2241 EXPECT_TRUE(SdpDeserialize(sdp_with_bundle, &jdesc_with_bundle));
2242 ContentGroup group(cricket::GROUP_TYPE_BUNDLE);
2243 group.AddContentName(kAudioContentName);
2244 group.AddContentName(kVideoContentName);
2245 desc_.AddGroup(group);
2246 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
2247 jdesc_.session_id(),
2248 jdesc_.session_version()));
2249 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc_with_bundle));
2250}
2251
2252TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithBandwidth) {
2253 JsepSessionDescription jdesc_with_bandwidth(kDummyString);
2254 std::string sdp_with_bandwidth = kSdpFullString;
2255 InjectAfter("a=mid:video_content_name\r\na=sendrecv\r\n",
2256 "b=AS:100\r\n",
2257 &sdp_with_bandwidth);
2258 InjectAfter("a=mid:audio_content_name\r\na=sendrecv\r\n",
2259 "b=AS:50\r\n",
2260 &sdp_with_bandwidth);
2261 EXPECT_TRUE(
2262 SdpDeserialize(sdp_with_bandwidth, &jdesc_with_bandwidth));
2263 VideoContentDescription* vcd = static_cast<VideoContentDescription*>(
2264 GetFirstVideoContent(&desc_)->description);
2265 vcd->set_bandwidth(100 * 1000);
2266 AudioContentDescription* acd = static_cast<AudioContentDescription*>(
2267 GetFirstAudioContent(&desc_)->description);
2268 acd->set_bandwidth(50 * 1000);
2269 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
2270 jdesc_.session_id(),
2271 jdesc_.session_version()));
2272 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc_with_bandwidth));
2273}
2274
2275TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithIceOptions) {
2276 JsepSessionDescription jdesc_with_ice_options(kDummyString);
2277 std::string sdp_with_ice_options = kSdpFullString;
2278 InjectAfter(kSessionTime,
2279 "a=ice-options:iceoption3\r\n",
2280 &sdp_with_ice_options);
2281 InjectAfter(kAttributeIcePwdVoice,
2282 "a=ice-options:iceoption1\r\n",
2283 &sdp_with_ice_options);
2284 InjectAfter(kAttributeIcePwdVideo,
2285 "a=ice-options:iceoption2\r\n",
2286 &sdp_with_ice_options);
2287 EXPECT_TRUE(SdpDeserialize(sdp_with_ice_options, &jdesc_with_ice_options));
2288 std::vector<std::string> transport_options;
2289 transport_options.push_back(kIceOption3);
2290 transport_options.push_back(kIceOption1);
2291 AddIceOptions(kAudioContentName, transport_options);
2292 transport_options.clear();
2293 transport_options.push_back(kIceOption3);
2294 transport_options.push_back(kIceOption2);
2295 AddIceOptions(kVideoContentName, transport_options);
2296 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
2297 jdesc_.session_id(),
2298 jdesc_.session_version()));
2299 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc_with_ice_options));
2300}
2301
2302TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithUfragPwd) {
2303 // Remove the original ice-ufrag and ice-pwd
2304 JsepSessionDescription jdesc_with_ufrag_pwd(kDummyString);
2305 std::string sdp_with_ufrag_pwd = kSdpFullString;
2306 EXPECT_TRUE(RemoveCandidateUfragPwd(&sdp_with_ufrag_pwd));
2307 // Add session level ufrag and pwd
2308 InjectAfter(kSessionTime,
2309 "a=ice-pwd:session+level+icepwd\r\n"
2310 "a=ice-ufrag:session+level+iceufrag\r\n",
2311 &sdp_with_ufrag_pwd);
2312 // Add media level ufrag and pwd for audio
2313 InjectAfter("a=mid:audio_content_name\r\n",
2314 "a=ice-pwd:media+level+icepwd\r\na=ice-ufrag:media+level+iceufrag\r\n",
2315 &sdp_with_ufrag_pwd);
2316 // Update the candidate ufrag and pwd to the expected ones.
2317 EXPECT_TRUE(UpdateCandidateUfragPwd(&jdesc_, 0,
2318 "media+level+iceufrag", "media+level+icepwd"));
2319 EXPECT_TRUE(UpdateCandidateUfragPwd(&jdesc_, 1,
2320 "session+level+iceufrag", "session+level+icepwd"));
2321 EXPECT_TRUE(SdpDeserialize(sdp_with_ufrag_pwd, &jdesc_with_ufrag_pwd));
2322 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc_with_ufrag_pwd));
2323}
2324
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002325TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithRecvOnlyContent) {
2326 EXPECT_TRUE(TestDeserializeDirection(cricket::MD_RECVONLY));
2327}
2328
2329TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithSendOnlyContent) {
2330 EXPECT_TRUE(TestDeserializeDirection(cricket::MD_SENDONLY));
2331}
2332
2333TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithInactiveContent) {
2334 EXPECT_TRUE(TestDeserializeDirection(cricket::MD_INACTIVE));
2335}
2336
2337TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithRejectedAudio) {
2338 EXPECT_TRUE(TestDeserializeRejected(true, false));
2339}
2340
2341TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithRejectedVideo) {
2342 EXPECT_TRUE(TestDeserializeRejected(false, true));
2343}
2344
2345TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithRejectedAudioVideo) {
2346 EXPECT_TRUE(TestDeserializeRejected(true, true));
2347}
2348
2349// Tests that we can still handle the sdp uses mslabel and label instead of
2350// msid for backward compatibility.
2351TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutMsid) {
deadbeefc80741f2015-10-22 13:14:45 -07002352 jdesc_.description()->set_msid_supported(false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002353 JsepSessionDescription jdesc(kDummyString);
2354 std::string sdp_without_msid = kSdpFullString;
2355 Replace("msid", "xmsid", &sdp_without_msid);
2356 // Deserialize
2357 EXPECT_TRUE(SdpDeserialize(sdp_without_msid, &jdesc));
2358 // Verify
2359 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc));
2360}
2361
2362TEST_F(WebRtcSdpTest, DeserializeCandidate) {
2363 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
2364
2365 std::string sdp = kSdpOneCandidate;
2366 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2367 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2368 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2369 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(jcandidate_->candidate()));
honghaiza0c44ea2016-03-23 16:07:48 -07002370 EXPECT_EQ(0, jcandidate.candidate().network_cost());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002371
2372 // Candidate line without generation extension.
2373 sdp = kSdpOneCandidate;
2374 Replace(" generation 2", "", &sdp);
2375 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2376 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2377 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2378 Candidate expected = jcandidate_->candidate();
2379 expected.set_generation(0);
2380 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(expected));
2381
honghaiza0c44ea2016-03-23 16:07:48 -07002382 // Candidate with network id and/or cost.
2383 sdp = kSdpOneCandidate;
2384 Replace(" generation 2", " generation 2 network-id 2", &sdp);
2385 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2386 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2387 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2388 expected = jcandidate_->candidate();
2389 expected.set_network_id(2);
2390 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(expected));
2391 EXPECT_EQ(0, jcandidate.candidate().network_cost());
2392 // Add network cost
2393 Replace(" network-id 2", " network-id 2 network-cost 9", &sdp);
2394 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2395 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(expected));
2396 EXPECT_EQ(9, jcandidate.candidate().network_cost());
2397
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +00002398 sdp = kSdpTcpActiveCandidate;
2399 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2400 // Make a cricket::Candidate equivalent to kSdpTcpCandidate string.
guoweis@webrtc.org61c12472015-01-15 06:53:07 +00002401 Candidate candidate(ICE_CANDIDATE_COMPONENT_RTP, "tcp",
guoweis@webrtc.org950c5182014-12-16 23:01:31 +00002402 rtc::SocketAddress("192.168.1.5", 9), kCandidatePriority,
2403 "", "", LOCAL_PORT_TYPE, kCandidateGeneration,
2404 kCandidateFoundation1);
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +00002405 rtc::scoped_ptr<IceCandidateInterface> jcandidate_template(
2406 new JsepIceCandidate(std::string("audio_content_name"), 0, candidate));
2407 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(
2408 jcandidate_template->candidate()));
2409 sdp = kSdpTcpPassiveCandidate;
2410 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2411 sdp = kSdpTcpSOCandidate;
2412 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002413}
2414
2415// This test verifies the deserialization of candidate-attribute
2416// as per RFC 5245. Candiate-attribute will be of the format
2417// candidate:<blah>. This format will be used when candidates
2418// are trickled.
2419TEST_F(WebRtcSdpTest, DeserializeRawCandidateAttribute) {
2420 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
2421
2422 std::string candidate_attribute = kRawCandidate;
2423 EXPECT_TRUE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2424 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2425 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2426 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(jcandidate_->candidate()));
2427 EXPECT_EQ(2u, jcandidate.candidate().generation());
2428
2429 // Candidate line without generation extension.
2430 candidate_attribute = kRawCandidate;
2431 Replace(" generation 2", "", &candidate_attribute);
2432 EXPECT_TRUE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2433 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2434 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2435 Candidate expected = jcandidate_->candidate();
2436 expected.set_generation(0);
2437 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(expected));
2438
2439 // Candidate line without candidate:
2440 candidate_attribute = kRawCandidate;
2441 Replace("candidate:", "", &candidate_attribute);
2442 EXPECT_FALSE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2443
jiayl@webrtc.org7ec3f9f2014-08-08 23:09:15 +00002444 // Candidate line with IPV6 address.
2445 EXPECT_TRUE(SdpDeserializeCandidate(kRawIPV6Candidate, &jcandidate));
2446}
2447
2448// This test verifies that the deserialization of an invalid candidate string
2449// fails.
2450TEST_F(WebRtcSdpTest, DeserializeInvalidCandidiate) {
2451 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
2452
2453 std::string candidate_attribute = kRawCandidate;
2454 candidate_attribute.replace(0, 1, "x");
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002455 EXPECT_FALSE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
jiayl@webrtc.org7ec3f9f2014-08-08 23:09:15 +00002456
2457 candidate_attribute = kSdpOneCandidate;
2458 candidate_attribute.replace(0, 1, "x");
2459 EXPECT_FALSE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2460
2461 candidate_attribute = kRawCandidate;
2462 candidate_attribute.append("\r\n");
2463 candidate_attribute.append(kRawCandidate);
2464 EXPECT_FALSE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2465
2466 EXPECT_FALSE(SdpDeserializeCandidate(kSdpTcpInvalidCandidate, &jcandidate));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002467}
2468
2469TEST_F(WebRtcSdpTest, DeserializeSdpWithRtpDataChannels) {
2470 AddRtpDataChannel();
2471 JsepSessionDescription jdesc(kDummyString);
2472 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2473
2474 std::string sdp_with_data = kSdpString;
2475 sdp_with_data.append(kSdpRtpDataChannelString);
2476 JsepSessionDescription jdesc_output(kDummyString);
2477
2478 // Deserialize
2479 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2480 // Verify
2481 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2482}
2483
2484TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannels) {
2485 AddSctpDataChannel();
2486 JsepSessionDescription jdesc(kDummyString);
2487 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2488
2489 std::string sdp_with_data = kSdpString;
2490 sdp_with_data.append(kSdpSctpDataChannelString);
2491 JsepSessionDescription jdesc_output(kDummyString);
2492
lally@webrtc.org36300852015-02-24 20:19:35 +00002493 // Verify with DTLS/SCTP (already in kSdpSctpDataChannelString).
2494 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2495 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2496
2497 // Verify with UDP/DTLS/SCTP.
2498 sdp_with_data.replace(sdp_with_data.find(kDtlsSctp),
2499 strlen(kDtlsSctp), kUdpDtlsSctp);
2500 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2501 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2502
2503 // Verify with TCP/DTLS/SCTP.
2504 sdp_with_data.replace(sdp_with_data.find(kUdpDtlsSctp),
2505 strlen(kUdpDtlsSctp), kTcpDtlsSctp);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002506 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2507 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2508}
2509
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002510TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannelsWithSctpPort) {
2511 AddSctpDataChannel();
2512 JsepSessionDescription jdesc(kDummyString);
2513 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2514
2515 std::string sdp_with_data = kSdpString;
2516 sdp_with_data.append(kSdpSctpDataChannelStringWithSctpPort);
2517 JsepSessionDescription jdesc_output(kDummyString);
2518
lally@webrtc.org36300852015-02-24 20:19:35 +00002519 // Verify with DTLS/SCTP (already in kSdpSctpDataChannelStringWithSctpPort).
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002520 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2521 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002522
lally@webrtc.org36300852015-02-24 20:19:35 +00002523 // Verify with UDP/DTLS/SCTP.
2524 sdp_with_data.replace(sdp_with_data.find(kDtlsSctp),
2525 strlen(kDtlsSctp), kUdpDtlsSctp);
2526 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2527 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
lally@webrtc.orgc7848b72015-02-24 20:19:26 +00002528
lally@webrtc.org36300852015-02-24 20:19:35 +00002529 // Verify with TCP/DTLS/SCTP.
2530 sdp_with_data.replace(sdp_with_data.find(kUdpDtlsSctp),
2531 strlen(kUdpDtlsSctp), kTcpDtlsSctp);
lally@webrtc.orgc7848b72015-02-24 20:19:26 +00002532 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2533 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2534}
2535
lally69f57602015-10-08 10:15:04 -07002536TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannelsWithSctpColonPort) {
2537 AddSctpDataChannel();
2538 JsepSessionDescription jdesc(kDummyString);
2539 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2540
2541 std::string sdp_with_data = kSdpString;
2542 sdp_with_data.append(kSdpSctpDataChannelStringWithSctpColonPort);
2543 JsepSessionDescription jdesc_output(kDummyString);
2544
2545 // Verify with DTLS/SCTP.
2546 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2547 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2548
2549 // Verify with UDP/DTLS/SCTP.
2550 sdp_with_data.replace(sdp_with_data.find(kDtlsSctp),
2551 strlen(kDtlsSctp), kUdpDtlsSctp);
2552 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2553 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2554
2555 // Verify with TCP/DTLS/SCTP.
2556 sdp_with_data.replace(sdp_with_data.find(kUdpDtlsSctp),
2557 strlen(kUdpDtlsSctp), kTcpDtlsSctp);
2558 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2559 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2560}
2561
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002562// Test to check the behaviour if sctp-port is specified
2563// on the m= line and in a=sctp-port.
2564TEST_F(WebRtcSdpTest, DeserializeSdpWithMultiSctpPort) {
2565 AddSctpDataChannel();
2566 JsepSessionDescription jdesc(kDummyString);
2567 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2568
2569 std::string sdp_with_data = kSdpString;
2570 // Append m= attributes
2571 sdp_with_data.append(kSdpSctpDataChannelString);
2572 // Append a=sctp-port attribute
2573 sdp_with_data.append("a=sctp-port 5000\r\n");
2574 JsepSessionDescription jdesc_output(kDummyString);
2575
2576 EXPECT_FALSE(SdpDeserialize(sdp_with_data, &jdesc_output));
2577}
2578
henrike@webrtc.org571df2d2014-02-19 23:04:26 +00002579// For crbug/344475.
2580TEST_F(WebRtcSdpTest, DeserializeSdpWithCorruptedSctpDataChannels) {
2581 std::string sdp_with_data = kSdpString;
2582 sdp_with_data.append(kSdpSctpDataChannelString);
2583 // Remove the "\n" at the end.
2584 sdp_with_data = sdp_with_data.substr(0, sdp_with_data.size() - 1);
2585 JsepSessionDescription jdesc_output(kDummyString);
2586
2587 EXPECT_FALSE(SdpDeserialize(sdp_with_data, &jdesc_output));
2588 // No crash is a pass.
2589}
2590
wu@webrtc.org78187522013-10-07 23:32:02 +00002591TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannelAndNewPort) {
2592 AddSctpDataChannel();
Peter Boström0c4e06b2015-10-07 12:23:21 +02002593 const uint16_t kUnusualSctpPort = 9556;
wu@webrtc.org78187522013-10-07 23:32:02 +00002594 char default_portstr[16];
2595 char unusual_portstr[16];
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002596 rtc::sprintfn(default_portstr, sizeof(default_portstr), "%d",
wu@webrtc.org78187522013-10-07 23:32:02 +00002597 kDefaultSctpPort);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002598 rtc::sprintfn(unusual_portstr, sizeof(unusual_portstr), "%d",
wu@webrtc.org78187522013-10-07 23:32:02 +00002599 kUnusualSctpPort);
2600
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002601 // First setup the expected JsepSessionDescription.
wu@webrtc.org78187522013-10-07 23:32:02 +00002602 JsepSessionDescription jdesc(kDummyString);
2603 // take our pre-built session description and change the SCTP port.
2604 cricket::SessionDescription* mutant = desc_.Copy();
2605 DataContentDescription* dcdesc = static_cast<DataContentDescription*>(
2606 mutant->GetContentDescriptionByName(kDataContentName));
2607 std::vector<cricket::DataCodec> codecs(dcdesc->codecs());
pkasting@chromium.orgd3245462015-02-23 21:28:22 +00002608 EXPECT_EQ(1U, codecs.size());
2609 EXPECT_EQ(cricket::kGoogleSctpDataCodecId, codecs[0].id);
wu@webrtc.org78187522013-10-07 23:32:02 +00002610 codecs[0].SetParam(cricket::kCodecParamPort, kUnusualSctpPort);
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002611 dcdesc->set_codecs(codecs);
wu@webrtc.org78187522013-10-07 23:32:02 +00002612
2613 // note: mutant's owned by jdesc now.
2614 ASSERT_TRUE(jdesc.Initialize(mutant, kSessionId, kSessionVersion));
2615 mutant = NULL;
2616
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002617 // Then get the deserialized JsepSessionDescription.
wu@webrtc.org78187522013-10-07 23:32:02 +00002618 std::string sdp_with_data = kSdpString;
2619 sdp_with_data.append(kSdpSctpDataChannelString);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002620 rtc::replace_substrs(default_portstr, strlen(default_portstr),
wu@webrtc.org78187522013-10-07 23:32:02 +00002621 unusual_portstr, strlen(unusual_portstr),
2622 &sdp_with_data);
2623 JsepSessionDescription jdesc_output(kDummyString);
2624
2625 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2626 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002627
2628 // We need to test the deserialized JsepSessionDescription from
2629 // kSdpSctpDataChannelStringWithSctpPort for
2630 // draft-ietf-mmusic-sctp-sdp-07
2631 // a=sctp-port
2632 sdp_with_data = kSdpString;
2633 sdp_with_data.append(kSdpSctpDataChannelStringWithSctpPort);
2634 rtc::replace_substrs(default_portstr, strlen(default_portstr),
2635 unusual_portstr, strlen(unusual_portstr),
2636 &sdp_with_data);
2637
2638 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2639 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
wu@webrtc.org78187522013-10-07 23:32:02 +00002640}
2641
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002642TEST_F(WebRtcSdpTest, DeserializeSdpWithRtpDataChannelsAndBandwidth) {
Peter Thatcherc0c3a862015-06-24 15:31:25 -07002643 // We want to test that deserializing data content limits bandwidth
2644 // settings (it should never be greater than the default).
2645 // This should prevent someone from using unlimited data bandwidth through
2646 // JS and "breaking the Internet".
2647 // See: https://code.google.com/p/chromium/issues/detail?id=280726
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002648 std::string sdp_with_bandwidth = kSdpString;
2649 sdp_with_bandwidth.append(kSdpRtpDataChannelString);
2650 InjectAfter("a=mid:data_content_name\r\n",
2651 "b=AS:100\r\n",
2652 &sdp_with_bandwidth);
2653 JsepSessionDescription jdesc_with_bandwidth(kDummyString);
2654
Peter Thatcherc0c3a862015-06-24 15:31:25 -07002655 EXPECT_FALSE(SdpDeserialize(sdp_with_bandwidth, &jdesc_with_bandwidth));
2656}
2657
2658TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannelsAndBandwidth) {
2659 AddSctpDataChannel();
2660 JsepSessionDescription jdesc(kDummyString);
2661 DataContentDescription* dcd = static_cast<DataContentDescription*>(
2662 GetFirstDataContent(&desc_)->description);
2663 dcd->set_bandwidth(100 * 1000);
2664 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2665
2666 std::string sdp_with_bandwidth = kSdpString;
2667 sdp_with_bandwidth.append(kSdpSctpDataChannelString);
2668 InjectAfter("a=mid:data_content_name\r\n",
2669 "b=AS:100\r\n",
2670 &sdp_with_bandwidth);
2671 JsepSessionDescription jdesc_with_bandwidth(kDummyString);
2672
2673 // SCTP has congestion control, so we shouldn't limit the bandwidth
2674 // as we do for RTP.
2675 EXPECT_TRUE(SdpDeserialize(sdp_with_bandwidth, &jdesc_with_bandwidth));
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002676 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_with_bandwidth));
2677}
2678
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002679TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithSessionLevelExtmap) {
2680 TestDeserializeExtmap(true, false);
2681}
2682
2683TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithMediaLevelExtmap) {
2684 TestDeserializeExtmap(false, true);
2685}
2686
2687TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithInvalidExtmap) {
2688 TestDeserializeExtmap(true, true);
2689}
2690
sergeyu@chromium.org5bc25c42013-12-05 00:24:06 +00002691TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutEndLineBreak) {
2692 JsepSessionDescription jdesc(kDummyString);
2693 std::string sdp = kSdpFullString;
2694 sdp = sdp.substr(0, sdp.size() - 2); // Remove \r\n at the end.
2695 // Deserialize
2696 SdpParseError error;
2697 EXPECT_FALSE(webrtc::SdpDeserialize(sdp, &jdesc, &error));
deadbeef9d3584c2016-02-16 17:54:10 -08002698 const std::string lastline = "a=ssrc:3 label:video_track_id_1";
sergeyu@chromium.org5bc25c42013-12-05 00:24:06 +00002699 EXPECT_EQ(lastline, error.line);
2700 EXPECT_EQ("Invalid SDP line.", error.description);
2701}
2702
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002703TEST_F(WebRtcSdpTest, DeserializeCandidateWithDifferentTransport) {
2704 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
2705 std::string new_sdp = kSdpOneCandidate;
2706 Replace("udp", "unsupported_transport", &new_sdp);
2707 EXPECT_FALSE(SdpDeserializeCandidate(new_sdp, &jcandidate));
2708 new_sdp = kSdpOneCandidate;
2709 Replace("udp", "uDP", &new_sdp);
2710 EXPECT_TRUE(SdpDeserializeCandidate(new_sdp, &jcandidate));
2711 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2712 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2713 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(jcandidate_->candidate()));
2714}
2715
honghaiza54a0802015-12-16 18:37:23 -08002716TEST_F(WebRtcSdpTest, DeserializeCandidateWithUfragPwd) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002717 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
honghaiza54a0802015-12-16 18:37:23 -08002718 EXPECT_TRUE(
2719 SdpDeserializeCandidate(kSdpOneCandidateWithUfragPwd, &jcandidate));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002720 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2721 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2722 Candidate ref_candidate = jcandidate_->candidate();
2723 ref_candidate.set_username("user_rtp");
2724 ref_candidate.set_password("password_rtp");
2725 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(ref_candidate));
2726}
2727
henrike@webrtc.org704bf9e2014-02-27 17:52:04 +00002728TEST_F(WebRtcSdpTest, DeserializeSdpWithConferenceFlag) {
2729 JsepSessionDescription jdesc(kDummyString);
2730
2731 // Deserialize
2732 EXPECT_TRUE(SdpDeserialize(kSdpConferenceString, &jdesc));
2733
2734 // Verify
2735 cricket::AudioContentDescription* audio =
2736 static_cast<AudioContentDescription*>(
2737 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO));
2738 EXPECT_TRUE(audio->conference_mode());
2739
2740 cricket::VideoContentDescription* video =
2741 static_cast<VideoContentDescription*>(
2742 jdesc.description()->GetContentDescriptionByName(cricket::CN_VIDEO));
2743 EXPECT_TRUE(video->conference_mode());
2744}
2745
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002746TEST_F(WebRtcSdpTest, DeserializeBrokenSdp) {
2747 const char kSdpDestroyer[] = "!@#$%^&";
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002748 const char kSdpEmptyType[] = " =candidate";
2749 const char kSdpEqualAsPlus[] = "a+candidate";
2750 const char kSdpSpaceAfterEqual[] = "a= candidate";
2751 const char kSdpUpperType[] = "A=candidate";
2752 const char kSdpEmptyLine[] = "";
2753 const char kSdpMissingValue[] = "a=";
2754
2755 const char kSdpBrokenFingerprint[] = "a=fingerprint:sha-1 "
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002756 "4AAD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B:19:E5:7C:AB";
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002757 const char kSdpExtraField[] = "a=fingerprint:sha-1 "
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002758 "4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B:19:E5:7C:AB XXX";
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002759 const char kSdpMissingSpace[] = "a=fingerprint:sha-1"
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002760 "4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B:19:E5:7C:AB";
henrika@webrtc.orgaebb1ad2014-01-14 10:00:58 +00002761 // MD5 is not allowed in fingerprints.
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002762 const char kSdpMd5[] = "a=fingerprint:md5 "
henrika@webrtc.orgaebb1ad2014-01-14 10:00:58 +00002763 "4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002764
2765 // Broken session description
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002766 ExpectParseFailure("v=", kSdpDestroyer);
2767 ExpectParseFailure("o=", kSdpDestroyer);
2768 ExpectParseFailure("s=-", kSdpDestroyer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002769 // Broken time description
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002770 ExpectParseFailure("t=", kSdpDestroyer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002771
2772 // Broken media description
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002773 ExpectParseFailure("m=audio", "c=IN IP4 74.125.224.39");
2774 ExpectParseFailure("m=video", kSdpDestroyer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002775
2776 // Invalid lines
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002777 ExpectParseFailure("a=candidate", kSdpEmptyType);
2778 ExpectParseFailure("a=candidate", kSdpEqualAsPlus);
2779 ExpectParseFailure("a=candidate", kSdpSpaceAfterEqual);
2780 ExpectParseFailure("a=candidate", kSdpUpperType);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002781
2782 // Bogus fingerprint replacing a=sendrev. We selected this attribute
2783 // because it's orthogonal to what we are replacing and hence
2784 // safe.
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002785 ExpectParseFailure("a=sendrecv", kSdpBrokenFingerprint);
2786 ExpectParseFailure("a=sendrecv", kSdpExtraField);
2787 ExpectParseFailure("a=sendrecv", kSdpMissingSpace);
2788 ExpectParseFailure("a=sendrecv", kSdpMd5);
2789
2790 // Empty Line
2791 ExpectParseFailure("a=rtcp:2347 IN IP4 74.125.127.126", kSdpEmptyLine);
2792 ExpectParseFailure("a=rtcp:2347 IN IP4 74.125.127.126", kSdpMissingValue);
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002793}
2794
2795TEST_F(WebRtcSdpTest, DeserializeSdpWithInvalidAttributeValue) {
2796 // ssrc
2797 ExpectParseFailure("a=ssrc:1", "a=ssrc:badvalue");
deadbeef9d3584c2016-02-16 17:54:10 -08002798 ExpectParseFailure("a=ssrc-group:FEC 2 3", "a=ssrc-group:FEC badvalue 3");
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002799 // crypto
2800 ExpectParseFailure("a=crypto:1 ", "a=crypto:badvalue ");
2801 // rtpmap
2802 ExpectParseFailure("a=rtpmap:111 ", "a=rtpmap:badvalue ");
2803 ExpectParseFailure("opus/48000/2", "opus/badvalue/2");
2804 ExpectParseFailure("opus/48000/2", "opus/48000/badvalue");
2805 // candidate
2806 ExpectParseFailure("1 udp 2130706432", "badvalue udp 2130706432");
2807 ExpectParseFailure("1 udp 2130706432", "1 udp badvalue");
2808 ExpectParseFailure("192.168.1.5 1234", "192.168.1.5 badvalue");
2809 ExpectParseFailure("rport 2346", "rport badvalue");
2810 ExpectParseFailure("rport 2346 generation 2",
2811 "rport 2346 generation badvalue");
2812 // m line
2813 ExpectParseFailure("m=audio 2345 RTP/SAVPF 111 103 104",
2814 "m=audio 2345 RTP/SAVPF 111 badvalue 104");
2815
2816 // bandwidth
2817 ExpectParseFailureWithNewLines("a=mid:video_content_name\r\n",
2818 "b=AS:badvalue\r\n",
2819 "b=AS:badvalue");
2820 // rtcp-fb
2821 ExpectParseFailureWithNewLines("a=mid:video_content_name\r\n",
2822 "a=rtcp-fb:badvalue nack\r\n",
2823 "a=rtcp-fb:badvalue nack");
2824 // extmap
2825 ExpectParseFailureWithNewLines("a=mid:video_content_name\r\n",
2826 "a=extmap:badvalue http://example.com\r\n",
2827 "a=extmap:badvalue http://example.com");
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002828}
2829
2830TEST_F(WebRtcSdpTest, DeserializeSdpWithReorderedPltypes) {
2831 JsepSessionDescription jdesc_output(kDummyString);
2832
2833 const char kSdpWithReorderedPlTypesString[] =
2834 "v=0\r\n"
2835 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
2836 "s=-\r\n"
2837 "t=0 0\r\n"
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +00002838 "m=audio 9 RTP/SAVPF 104 103\r\n" // Pl type 104 preferred.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002839 "a=rtpmap:111 opus/48000/2\r\n" // Pltype 111 listed before 103 and 104
2840 // in the map.
2841 "a=rtpmap:103 ISAC/16000\r\n" // Pltype 103 listed before 104 in the map.
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00002842 "a=rtpmap:104 ISAC/32000\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002843
2844 // Deserialize
2845 EXPECT_TRUE(SdpDeserialize(kSdpWithReorderedPlTypesString, &jdesc_output));
2846
2847 const ContentInfo* ac = GetFirstAudioContent(jdesc_output.description());
2848 ASSERT_TRUE(ac != NULL);
2849 const AudioContentDescription* acd =
2850 static_cast<const AudioContentDescription*>(ac->description);
2851 ASSERT_FALSE(acd->codecs().empty());
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00002852 EXPECT_EQ("ISAC", acd->codecs()[0].name);
2853 EXPECT_EQ(32000, acd->codecs()[0].clockrate);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002854 EXPECT_EQ(104, acd->codecs()[0].id);
2855}
2856
2857TEST_F(WebRtcSdpTest, DeserializeSerializeCodecParams) {
2858 JsepSessionDescription jdesc_output(kDummyString);
2859 CodecParams params;
2860 params.max_ptime = 40;
2861 params.ptime = 30;
2862 params.min_ptime = 10;
2863 params.sprop_stereo = 1;
2864 params.stereo = 1;
2865 params.useinband = 1;
henrike@webrtc.org1e09a712013-07-26 19:17:59 +00002866 params.maxaveragebitrate = 128000;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002867 TestDeserializeCodecParams(params, &jdesc_output);
deadbeef9d3584c2016-02-16 17:54:10 -08002868 TestSerialize(jdesc_output, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002869}
2870
2871TEST_F(WebRtcSdpTest, DeserializeSerializeRtcpFb) {
2872 const bool kUseWildcard = false;
2873 JsepSessionDescription jdesc_output(kDummyString);
2874 TestDeserializeRtcpFb(&jdesc_output, kUseWildcard);
deadbeef9d3584c2016-02-16 17:54:10 -08002875 TestSerialize(jdesc_output, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002876}
2877
2878TEST_F(WebRtcSdpTest, DeserializeSerializeRtcpFbWildcard) {
2879 const bool kUseWildcard = true;
2880 JsepSessionDescription jdesc_output(kDummyString);
2881 TestDeserializeRtcpFb(&jdesc_output, kUseWildcard);
deadbeef9d3584c2016-02-16 17:54:10 -08002882 TestSerialize(jdesc_output, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002883}
2884
2885TEST_F(WebRtcSdpTest, DeserializeVideoFmtp) {
2886 JsepSessionDescription jdesc_output(kDummyString);
2887
2888 const char kSdpWithFmtpString[] =
2889 "v=0\r\n"
2890 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
2891 "s=-\r\n"
2892 "t=0 0\r\n"
2893 "m=video 3457 RTP/SAVPF 120\r\n"
2894 "a=rtpmap:120 VP8/90000\r\n"
Donald Curtis0e07f922015-05-15 09:21:23 -07002895 "a=fmtp:120 x-google-min-bitrate=10;x-google-max-quantization=40\r\n";
2896
2897 // Deserialize
2898 SdpParseError error;
Donald Curtis144d0182015-05-15 13:14:24 -07002899 EXPECT_TRUE(
2900 webrtc::SdpDeserialize(kSdpWithFmtpString, &jdesc_output, &error));
Donald Curtis0e07f922015-05-15 09:21:23 -07002901
2902 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description());
2903 ASSERT_TRUE(vc != NULL);
2904 const VideoContentDescription* vcd =
2905 static_cast<const VideoContentDescription*>(vc->description);
2906 ASSERT_FALSE(vcd->codecs().empty());
2907 cricket::VideoCodec vp8 = vcd->codecs()[0];
2908 EXPECT_EQ("VP8", vp8.name);
2909 EXPECT_EQ(120, vp8.id);
2910 cricket::CodecParameterMap::iterator found =
2911 vp8.params.find("x-google-min-bitrate");
2912 ASSERT_TRUE(found != vp8.params.end());
2913 EXPECT_EQ(found->second, "10");
2914 found = vp8.params.find("x-google-max-quantization");
2915 ASSERT_TRUE(found != vp8.params.end());
2916 EXPECT_EQ(found->second, "40");
2917}
2918
2919TEST_F(WebRtcSdpTest, DeserializeVideoFmtpWithSpace) {
2920 JsepSessionDescription jdesc_output(kDummyString);
2921
2922 const char kSdpWithFmtpString[] =
2923 "v=0\r\n"
2924 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
2925 "s=-\r\n"
2926 "t=0 0\r\n"
2927 "m=video 3457 RTP/SAVPF 120\r\n"
2928 "a=rtpmap:120 VP8/90000\r\n"
2929 "a=fmtp:120 x-google-min-bitrate=10; x-google-max-quantization=40\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002930
2931 // Deserialize
2932 SdpParseError error;
2933 EXPECT_TRUE(webrtc::SdpDeserialize(kSdpWithFmtpString, &jdesc_output,
2934 &error));
2935
2936 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description());
2937 ASSERT_TRUE(vc != NULL);
2938 const VideoContentDescription* vcd =
2939 static_cast<const VideoContentDescription*>(vc->description);
2940 ASSERT_FALSE(vcd->codecs().empty());
2941 cricket::VideoCodec vp8 = vcd->codecs()[0];
2942 EXPECT_EQ("VP8", vp8.name);
2943 EXPECT_EQ(120, vp8.id);
2944 cricket::CodecParameterMap::iterator found =
2945 vp8.params.find("x-google-min-bitrate");
2946 ASSERT_TRUE(found != vp8.params.end());
2947 EXPECT_EQ(found->second, "10");
2948 found = vp8.params.find("x-google-max-quantization");
2949 ASSERT_TRUE(found != vp8.params.end());
2950 EXPECT_EQ(found->second, "40");
2951}
2952
2953TEST_F(WebRtcSdpTest, SerializeVideoFmtp) {
2954 VideoContentDescription* vcd = static_cast<VideoContentDescription*>(
2955 GetFirstVideoContent(&desc_)->description);
2956
2957 cricket::VideoCodecs codecs = vcd->codecs();
2958 codecs[0].params["x-google-min-bitrate"] = "10";
2959 vcd->set_codecs(codecs);
2960
2961 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
2962 jdesc_.session_id(),
2963 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08002964 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002965 std::string sdp_with_fmtp = kSdpFullString;
2966 InjectAfter("a=rtpmap:120 VP8/90000\r\n",
2967 "a=fmtp:120 x-google-min-bitrate=10\r\n",
2968 &sdp_with_fmtp);
2969 EXPECT_EQ(sdp_with_fmtp, message);
2970}
2971
2972TEST_F(WebRtcSdpTest, DeserializeSdpWithIceLite) {
2973 JsepSessionDescription jdesc_with_icelite(kDummyString);
2974 std::string sdp_with_icelite = kSdpFullString;
2975 EXPECT_TRUE(SdpDeserialize(sdp_with_icelite, &jdesc_with_icelite));
2976 cricket::SessionDescription* desc = jdesc_with_icelite.description();
2977 const cricket::TransportInfo* tinfo1 =
2978 desc->GetTransportInfoByName("audio_content_name");
2979 EXPECT_EQ(cricket::ICEMODE_FULL, tinfo1->description.ice_mode);
2980 const cricket::TransportInfo* tinfo2 =
2981 desc->GetTransportInfoByName("video_content_name");
2982 EXPECT_EQ(cricket::ICEMODE_FULL, tinfo2->description.ice_mode);
2983 InjectAfter(kSessionTime,
2984 "a=ice-lite\r\n",
2985 &sdp_with_icelite);
2986 EXPECT_TRUE(SdpDeserialize(sdp_with_icelite, &jdesc_with_icelite));
2987 desc = jdesc_with_icelite.description();
2988 const cricket::TransportInfo* atinfo =
2989 desc->GetTransportInfoByName("audio_content_name");
2990 EXPECT_EQ(cricket::ICEMODE_LITE, atinfo->description.ice_mode);
2991 const cricket::TransportInfo* vtinfo =
2992 desc->GetTransportInfoByName("video_content_name");
2993 EXPECT_EQ(cricket::ICEMODE_LITE, vtinfo->description.ice_mode);
2994}
2995
2996// Verifies that the candidates in the input SDP are parsed and serialized
2997// correctly in the output SDP.
2998TEST_F(WebRtcSdpTest, RoundTripSdpWithSctpDataChannelsWithCandidates) {
2999 std::string sdp_with_data = kSdpString;
3000 sdp_with_data.append(kSdpSctpDataChannelWithCandidatesString);
3001 JsepSessionDescription jdesc_output(kDummyString);
3002
3003 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
deadbeef9d3584c2016-02-16 17:54:10 -08003004 EXPECT_EQ(sdp_with_data, webrtc::SdpSerialize(jdesc_output, false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00003005}
sergeyu@chromium.org0be6aa02013-08-23 23:21:25 +00003006
3007TEST_F(WebRtcSdpTest, SerializeDtlsSetupAttribute) {
3008 AddFingerprint();
3009 TransportInfo audio_transport_info =
3010 *(desc_.GetTransportInfoByName(kAudioContentName));
3011 EXPECT_EQ(cricket::CONNECTIONROLE_NONE,
3012 audio_transport_info.description.connection_role);
3013 audio_transport_info.description.connection_role =
3014 cricket::CONNECTIONROLE_ACTIVE;
3015
3016 TransportInfo video_transport_info =
3017 *(desc_.GetTransportInfoByName(kVideoContentName));
3018 EXPECT_EQ(cricket::CONNECTIONROLE_NONE,
3019 video_transport_info.description.connection_role);
3020 video_transport_info.description.connection_role =
3021 cricket::CONNECTIONROLE_ACTIVE;
3022
3023 desc_.RemoveTransportInfoByName(kAudioContentName);
3024 desc_.RemoveTransportInfoByName(kVideoContentName);
3025
3026 desc_.AddTransportInfo(audio_transport_info);
3027 desc_.AddTransportInfo(video_transport_info);
3028
3029 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
3030 jdesc_.session_id(),
3031 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08003032 std::string message = webrtc::SdpSerialize(jdesc_, false);
sergeyu@chromium.org0be6aa02013-08-23 23:21:25 +00003033 std::string sdp_with_dtlssetup = kSdpFullString;
3034
3035 // Fingerprint attribute is necessary to add DTLS setup attribute.
3036 InjectAfter(kAttributeIcePwdVoice,
3037 kFingerprint, &sdp_with_dtlssetup);
3038 InjectAfter(kAttributeIcePwdVideo,
3039 kFingerprint, &sdp_with_dtlssetup);
3040 // Now adding |setup| attribute.
3041 InjectAfter(kFingerprint,
3042 "a=setup:active\r\n", &sdp_with_dtlssetup);
3043 EXPECT_EQ(sdp_with_dtlssetup, message);
3044}
3045
3046TEST_F(WebRtcSdpTest, DeserializeDtlsSetupAttribute) {
3047 JsepSessionDescription jdesc_with_dtlssetup(kDummyString);
3048 std::string sdp_with_dtlssetup = kSdpFullString;
3049 InjectAfter(kSessionTime,
3050 "a=setup:actpass\r\n",
3051 &sdp_with_dtlssetup);
3052 EXPECT_TRUE(SdpDeserialize(sdp_with_dtlssetup, &jdesc_with_dtlssetup));
3053 cricket::SessionDescription* desc = jdesc_with_dtlssetup.description();
3054 const cricket::TransportInfo* atinfo =
3055 desc->GetTransportInfoByName("audio_content_name");
3056 EXPECT_EQ(cricket::CONNECTIONROLE_ACTPASS,
3057 atinfo->description.connection_role);
3058 const cricket::TransportInfo* vtinfo =
3059 desc->GetTransportInfoByName("video_content_name");
3060 EXPECT_EQ(cricket::CONNECTIONROLE_ACTPASS,
3061 vtinfo->description.connection_role);
3062}
jiayl@webrtc.orge7d47a12014-08-05 19:19:05 +00003063
3064// Verifies that the order of the serialized m-lines follows the order of the
3065// ContentInfo in SessionDescription, and vise versa for deserialization.
3066TEST_F(WebRtcSdpTest, MediaContentOrderMaintainedRoundTrip) {
3067 JsepSessionDescription jdesc(kDummyString);
3068 const std::string media_content_sdps[3] = {
3069 kSdpAudioString,
3070 kSdpVideoString,
3071 kSdpSctpDataChannelString
3072 };
3073 const cricket::MediaType media_types[3] = {
3074 cricket::MEDIA_TYPE_AUDIO,
3075 cricket::MEDIA_TYPE_VIDEO,
3076 cricket::MEDIA_TYPE_DATA
3077 };
3078
3079 // Verifies all 6 permutations.
3080 for (size_t i = 0; i < 6; ++i) {
3081 size_t media_content_in_sdp[3];
3082 // The index of the first media content.
3083 media_content_in_sdp[0] = i / 2;
3084 // The index of the second media content.
3085 media_content_in_sdp[1] = (media_content_in_sdp[0] + i % 2 + 1) % 3;
3086 // The index of the third media content.
3087 media_content_in_sdp[2] = (media_content_in_sdp[0] + (i + 1) % 2 + 1) % 3;
3088
3089 std::string sdp_string = kSdpSessionString;
3090 for (size_t i = 0; i < 3; ++i)
3091 sdp_string += media_content_sdps[media_content_in_sdp[i]];
3092
3093 EXPECT_TRUE(SdpDeserialize(sdp_string, &jdesc));
3094 cricket::SessionDescription* desc = jdesc.description();
3095 EXPECT_EQ(3u, desc->contents().size());
3096
3097 for (size_t i = 0; i < 3; ++i) {
3098 const cricket::MediaContentDescription* mdesc =
3099 static_cast<const cricket::MediaContentDescription*>(
3100 desc->contents()[i].description);
3101 EXPECT_EQ(media_types[media_content_in_sdp[i]], mdesc->type());
3102 }
3103
deadbeef9d3584c2016-02-16 17:54:10 -08003104 std::string serialized_sdp = webrtc::SdpSerialize(jdesc, false);
jiayl@webrtc.orge7d47a12014-08-05 19:19:05 +00003105 EXPECT_EQ(sdp_string, serialized_sdp);
3106 }
3107}
deadbeef9d3584c2016-02-16 17:54:10 -08003108
3109TEST_F(WebRtcSdpTest, DeserializePlanBSessionDescription) {
3110 MakePlanBDescription();
3111
3112 JsepSessionDescription deserialized_description(kDummyString);
3113 EXPECT_TRUE(SdpDeserialize(kPlanBSdpFullString, &deserialized_description));
3114
3115 EXPECT_TRUE(CompareSessionDescription(jdesc_, deserialized_description));
3116}
3117
3118TEST_F(WebRtcSdpTest, SerializePlanBSessionDescription) {
3119 MakePlanBDescription();
3120 TestSerialize(jdesc_, false);
3121}
3122
Taylor Brandstetter5de6b752016-03-09 17:02:30 -08003123// Some WebRTC endpoints include the msid in both the Plan B and Unified Plan
3124// ways, to make SDP that's compatible with both Plan B and Unified Plan (to
3125// some extent). If we parse this, the Plan B msid attribute (which is more
3126// specific, since it's at the SSRC level) should take priority.
3127TEST_F(WebRtcSdpTest, DeserializePlanBSessionDescriptionWithMsid) {
3128 MakePlanBDescription();
3129
3130 JsepSessionDescription deserialized_description(kDummyString);
3131 EXPECT_TRUE(
3132 SdpDeserialize(kPlanBSdpFullStringWithMsid, &deserialized_description));
3133
3134 EXPECT_TRUE(CompareSessionDescription(jdesc_, deserialized_description));
3135}
3136
deadbeef9d3584c2016-02-16 17:54:10 -08003137TEST_F(WebRtcSdpTest, DeserializeUnifiedPlanSessionDescription) {
3138 MakeUnifiedPlanDescription();
3139
3140 JsepSessionDescription deserialized_description(kDummyString);
3141 EXPECT_TRUE(
3142 SdpDeserialize(kUnifiedPlanSdpFullString, &deserialized_description));
3143
3144 EXPECT_TRUE(CompareSessionDescription(jdesc_, deserialized_description));
3145}
3146
3147TEST_F(WebRtcSdpTest, SerializeUnifiedPlanSessionDescription) {
3148 MakeUnifiedPlanDescription();
3149 TestSerialize(jdesc_, true);
3150}