blob: f222b3fc9a5932f277b01e80f49d05e3a35e85ec [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);
deadbeef67cf2c12016-04-13 10:07:16 -07001033 AudioCodec opus(111, "opus", 48000, 0, 2);
deadbeef9d3584c2016-02-16 17:54:10 -08001034 audio->AddCodec(opus);
deadbeef67cf2c12016-04-13 10:07:16 -07001035 audio->AddCodec(AudioCodec(103, "ISAC", 16000, 32000, 1));
1036 audio->AddCodec(AudioCodec(104, "ISAC", 32000, 56000, 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,
deadbeef67cf2c12016-04-13 10:07:16 -07001052 JsepSessionDescription::kDefaultVideoCodecFramerate));
deadbeef9d3584c2016-02-16 17:54:10 -08001053 return video;
1054 }
1055
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001056 template <class MCD>
1057 void CompareMediaContentDescription(const MCD* cd1,
1058 const MCD* cd2) {
1059 // type
1060 EXPECT_EQ(cd1->type(), cd1->type());
1061
1062 // content direction
1063 EXPECT_EQ(cd1->direction(), cd2->direction());
1064
1065 // rtcp_mux
1066 EXPECT_EQ(cd1->rtcp_mux(), cd2->rtcp_mux());
1067
deadbeef13871492015-12-09 12:37:51 -08001068 // rtcp_reduced_size
1069 EXPECT_EQ(cd1->rtcp_reduced_size(), cd2->rtcp_reduced_size());
1070
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001071 // cryptos
1072 EXPECT_EQ(cd1->cryptos().size(), cd2->cryptos().size());
1073 if (cd1->cryptos().size() != cd2->cryptos().size()) {
1074 ADD_FAILURE();
1075 return;
1076 }
1077 for (size_t i = 0; i< cd1->cryptos().size(); ++i) {
1078 const CryptoParams c1 = cd1->cryptos().at(i);
1079 const CryptoParams c2 = cd2->cryptos().at(i);
1080 EXPECT_TRUE(c1.Matches(c2));
1081 EXPECT_EQ(c1.key_params, c2.key_params);
1082 EXPECT_EQ(c1.session_params, c2.session_params);
1083 }
lally@webrtc.orgd7b61652015-02-24 20:18:55 +00001084
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001085 // protocol
lally@webrtc.orgd7b61652015-02-24 20:18:55 +00001086 // Use an equivalence class here, for old and new versions of the
1087 // protocol description.
1088 if (cd1->protocol() == cricket::kMediaProtocolDtlsSctp
lally@webrtc.org36300852015-02-24 20:19:35 +00001089 || cd1->protocol() == cricket::kMediaProtocolUdpDtlsSctp
1090 || cd1->protocol() == cricket::kMediaProtocolTcpDtlsSctp) {
1091 const bool cd2_is_also_dtls_sctp =
lally@webrtc.orgd7b61652015-02-24 20:18:55 +00001092 cd2->protocol() == cricket::kMediaProtocolDtlsSctp
lally@webrtc.org36300852015-02-24 20:19:35 +00001093 || cd2->protocol() == cricket::kMediaProtocolUdpDtlsSctp
1094 || cd2->protocol() == cricket::kMediaProtocolTcpDtlsSctp;
1095 EXPECT_TRUE(cd2_is_also_dtls_sctp);
lally@webrtc.orgd7b61652015-02-24 20:18:55 +00001096 } else {
1097 EXPECT_EQ(cd1->protocol(), cd2->protocol());
1098 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001099
1100 // codecs
1101 EXPECT_EQ(cd1->codecs(), cd2->codecs());
1102
1103 // bandwidth
1104 EXPECT_EQ(cd1->bandwidth(), cd2->bandwidth());
1105
1106 // streams
1107 EXPECT_EQ(cd1->streams(), cd2->streams());
1108
1109 // extmap
1110 ASSERT_EQ(cd1->rtp_header_extensions().size(),
1111 cd2->rtp_header_extensions().size());
1112 for (size_t i = 0; i< cd1->rtp_header_extensions().size(); ++i) {
1113 const RtpHeaderExtension ext1 = cd1->rtp_header_extensions().at(i);
1114 const RtpHeaderExtension ext2 = cd2->rtp_header_extensions().at(i);
1115 EXPECT_EQ(ext1.uri, ext2.uri);
1116 EXPECT_EQ(ext1.id, ext2.id);
1117 }
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001118 }
1119
1120
1121 void CompareSessionDescription(const SessionDescription& desc1,
1122 const SessionDescription& desc2) {
1123 // Compare content descriptions.
1124 if (desc1.contents().size() != desc2.contents().size()) {
1125 ADD_FAILURE();
1126 return;
1127 }
1128 for (size_t i = 0 ; i < desc1.contents().size(); ++i) {
1129 const cricket::ContentInfo& c1 = desc1.contents().at(i);
1130 const cricket::ContentInfo& c2 = desc2.contents().at(i);
1131 // content name
1132 EXPECT_EQ(c1.name, c2.name);
1133 // content type
1134 // Note, ASSERT will return from the function, but will not stop the test.
1135 ASSERT_EQ(c1.type, c2.type);
1136
1137 ASSERT_EQ(IsAudioContent(&c1), IsAudioContent(&c2));
1138 if (IsAudioContent(&c1)) {
1139 const AudioContentDescription* acd1 =
1140 static_cast<const AudioContentDescription*>(c1.description);
1141 const AudioContentDescription* acd2 =
1142 static_cast<const AudioContentDescription*>(c2.description);
1143 CompareMediaContentDescription<AudioContentDescription>(acd1, acd2);
1144 }
1145
1146 ASSERT_EQ(IsVideoContent(&c1), IsVideoContent(&c2));
1147 if (IsVideoContent(&c1)) {
1148 const VideoContentDescription* vcd1 =
1149 static_cast<const VideoContentDescription*>(c1.description);
1150 const VideoContentDescription* vcd2 =
1151 static_cast<const VideoContentDescription*>(c2.description);
1152 CompareMediaContentDescription<VideoContentDescription>(vcd1, vcd2);
1153 }
1154
1155 ASSERT_EQ(IsDataContent(&c1), IsDataContent(&c2));
1156 if (IsDataContent(&c1)) {
1157 const DataContentDescription* dcd1 =
1158 static_cast<const DataContentDescription*>(c1.description);
1159 const DataContentDescription* dcd2 =
1160 static_cast<const DataContentDescription*>(c2.description);
1161 CompareMediaContentDescription<DataContentDescription>(dcd1, dcd2);
1162 }
1163 }
1164
1165 // group
1166 const cricket::ContentGroups groups1 = desc1.groups();
1167 const cricket::ContentGroups groups2 = desc2.groups();
1168 EXPECT_EQ(groups1.size(), groups1.size());
1169 if (groups1.size() != groups2.size()) {
1170 ADD_FAILURE();
1171 return;
1172 }
1173 for (size_t i = 0; i < groups1.size(); ++i) {
1174 const cricket::ContentGroup group1 = groups1.at(i);
1175 const cricket::ContentGroup group2 = groups2.at(i);
1176 EXPECT_EQ(group1.semantics(), group2.semantics());
1177 const cricket::ContentNames names1 = group1.content_names();
1178 const cricket::ContentNames names2 = group2.content_names();
1179 EXPECT_EQ(names1.size(), names2.size());
1180 if (names1.size() != names2.size()) {
1181 ADD_FAILURE();
1182 return;
1183 }
1184 cricket::ContentNames::const_iterator iter1 = names1.begin();
1185 cricket::ContentNames::const_iterator iter2 = names2.begin();
1186 while (iter1 != names1.end()) {
1187 EXPECT_EQ(*iter1++, *iter2++);
1188 }
1189 }
1190
1191 // transport info
1192 const cricket::TransportInfos transports1 = desc1.transport_infos();
1193 const cricket::TransportInfos transports2 = desc2.transport_infos();
1194 EXPECT_EQ(transports1.size(), transports2.size());
1195 if (transports1.size() != transports2.size()) {
1196 ADD_FAILURE();
1197 return;
1198 }
1199 for (size_t i = 0; i < transports1.size(); ++i) {
1200 const cricket::TransportInfo transport1 = transports1.at(i);
1201 const cricket::TransportInfo transport2 = transports2.at(i);
1202 EXPECT_EQ(transport1.content_name, transport2.content_name);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001203 EXPECT_EQ(transport1.description.ice_ufrag,
1204 transport2.description.ice_ufrag);
1205 EXPECT_EQ(transport1.description.ice_pwd,
1206 transport2.description.ice_pwd);
1207 if (transport1.description.identity_fingerprint) {
1208 EXPECT_EQ(*transport1.description.identity_fingerprint,
1209 *transport2.description.identity_fingerprint);
1210 } else {
1211 EXPECT_EQ(transport1.description.identity_fingerprint.get(),
1212 transport2.description.identity_fingerprint.get());
1213 }
1214 EXPECT_EQ(transport1.description.transport_options,
1215 transport2.description.transport_options);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001216 }
deadbeefc80741f2015-10-22 13:14:45 -07001217
1218 // global attributes
1219 EXPECT_EQ(desc1.msid_supported(), desc2.msid_supported());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001220 }
1221
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001222 bool CompareSessionDescription(
1223 const JsepSessionDescription& desc1,
1224 const JsepSessionDescription& desc2) {
1225 EXPECT_EQ(desc1.session_id(), desc2.session_id());
1226 EXPECT_EQ(desc1.session_version(), desc2.session_version());
1227 CompareSessionDescription(*desc1.description(), *desc2.description());
1228 if (desc1.number_of_mediasections() != desc2.number_of_mediasections())
1229 return false;
1230 for (size_t i = 0; i < desc1.number_of_mediasections(); ++i) {
1231 const IceCandidateCollection* cc1 = desc1.candidates(i);
1232 const IceCandidateCollection* cc2 = desc2.candidates(i);
1233 if (cc1->count() != cc2->count())
1234 return false;
1235 for (size_t j = 0; j < cc1->count(); ++j) {
1236 const IceCandidateInterface* c1 = cc1->at(j);
1237 const IceCandidateInterface* c2 = cc2->at(j);
1238 EXPECT_EQ(c1->sdp_mid(), c2->sdp_mid());
1239 EXPECT_EQ(c1->sdp_mline_index(), c2->sdp_mline_index());
1240 EXPECT_TRUE(c1->candidate().IsEquivalent(c2->candidate()));
1241 }
1242 }
1243 return true;
1244 }
1245
1246 // Disable the ice-ufrag and ice-pwd in given |sdp| message by replacing
1247 // them with invalid keywords so that the parser will just ignore them.
1248 bool RemoveCandidateUfragPwd(std::string* sdp) {
1249 const char ice_ufrag[] = "a=ice-ufrag";
1250 const char ice_ufragx[] = "a=xice-ufrag";
1251 const char ice_pwd[] = "a=ice-pwd";
1252 const char ice_pwdx[] = "a=xice-pwd";
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001253 rtc::replace_substrs(ice_ufrag, strlen(ice_ufrag),
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001254 ice_ufragx, strlen(ice_ufragx), sdp);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001255 rtc::replace_substrs(ice_pwd, strlen(ice_pwd),
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001256 ice_pwdx, strlen(ice_pwdx), sdp);
1257 return true;
1258 }
1259
1260 // Update the candidates in |jdesc| to use the given |ufrag| and |pwd|.
1261 bool UpdateCandidateUfragPwd(JsepSessionDescription* jdesc, int mline_index,
1262 const std::string& ufrag, const std::string& pwd) {
1263 std::string content_name;
1264 if (mline_index == 0) {
1265 content_name = kAudioContentName;
1266 } else if (mline_index == 1) {
1267 content_name = kVideoContentName;
1268 } else {
1269 ASSERT(false);
1270 }
1271 TransportInfo transport_info(
Peter Thatcher7cbd1882015-09-17 18:54:52 -07001272 content_name, TransportDescription(ufrag, pwd));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001273 SessionDescription* desc =
1274 const_cast<SessionDescription*>(jdesc->description());
1275 desc->RemoveTransportInfoByName(content_name);
1276 EXPECT_TRUE(desc->AddTransportInfo(transport_info));
1277 for (size_t i = 0; i < jdesc_.number_of_mediasections(); ++i) {
1278 const IceCandidateCollection* cc = jdesc_.candidates(i);
1279 for (size_t j = 0; j < cc->count(); ++j) {
1280 if (cc->at(j)->sdp_mline_index() == mline_index) {
1281 const_cast<Candidate&>(cc->at(j)->candidate()).set_username(
1282 ufrag);
1283 const_cast<Candidate&>(cc->at(j)->candidate()).set_password(
1284 pwd);
1285 }
1286 }
1287 }
1288 return true;
1289 }
1290
1291 void AddIceOptions(const std::string& content_name,
1292 const std::vector<std::string>& transport_options) {
1293 ASSERT_TRUE(desc_.GetTransportInfoByName(content_name) != NULL);
1294 cricket::TransportInfo transport_info =
1295 *(desc_.GetTransportInfoByName(content_name));
1296 desc_.RemoveTransportInfoByName(content_name);
1297 transport_info.description.transport_options = transport_options;
1298 desc_.AddTransportInfo(transport_info);
1299 }
1300
deadbeef3f7219b2015-12-28 15:17:14 -08001301 void SetIceUfragPwd(const std::string& content_name,
1302 const std::string& ice_ufrag,
1303 const std::string& ice_pwd) {
1304 ASSERT_TRUE(desc_.GetTransportInfoByName(content_name) != NULL);
1305 cricket::TransportInfo transport_info =
1306 *(desc_.GetTransportInfoByName(content_name));
1307 desc_.RemoveTransportInfoByName(content_name);
1308 transport_info.description.ice_ufrag = ice_ufrag;
1309 transport_info.description.ice_pwd = ice_pwd;
1310 desc_.AddTransportInfo(transport_info);
1311 }
1312
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001313 void AddFingerprint() {
1314 desc_.RemoveTransportInfoByName(kAudioContentName);
1315 desc_.RemoveTransportInfoByName(kVideoContentName);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001316 rtc::SSLFingerprint fingerprint(rtc::DIGEST_SHA_1,
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001317 kIdentityDigest,
1318 sizeof(kIdentityDigest));
deadbeef46eed762016-01-28 13:24:37 -08001319 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1320 kAudioContentName,
deadbeef9d3584c2016-02-16 17:54:10 -08001321 TransportDescription(std::vector<std::string>(), kUfragVoice, kPwdVoice,
1322 cricket::ICEMODE_FULL,
deadbeef46eed762016-01-28 13:24:37 -08001323 cricket::CONNECTIONROLE_NONE, &fingerprint))));
1324 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1325 kVideoContentName,
deadbeef9d3584c2016-02-16 17:54:10 -08001326 TransportDescription(std::vector<std::string>(), kUfragVideo, kPwdVideo,
1327 cricket::ICEMODE_FULL,
deadbeef46eed762016-01-28 13:24:37 -08001328 cricket::CONNECTIONROLE_NONE, &fingerprint))));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001329 }
1330
1331 void AddExtmap() {
1332 audio_desc_ = static_cast<AudioContentDescription*>(
1333 audio_desc_->Copy());
1334 video_desc_ = static_cast<VideoContentDescription*>(
1335 video_desc_->Copy());
1336 audio_desc_->AddRtpHeaderExtension(
1337 RtpHeaderExtension(kExtmapUri, kExtmapId));
1338 video_desc_->AddRtpHeaderExtension(
1339 RtpHeaderExtension(kExtmapUri, kExtmapId));
1340 desc_.RemoveContentByName(kAudioContentName);
1341 desc_.RemoveContentByName(kVideoContentName);
1342 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_desc_);
1343 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_desc_);
1344 }
1345
1346 void RemoveCryptos() {
1347 audio_desc_->set_cryptos(std::vector<CryptoParams>());
1348 video_desc_->set_cryptos(std::vector<CryptoParams>());
1349 }
1350
1351 bool TestSerializeDirection(cricket::MediaContentDirection direction) {
1352 audio_desc_->set_direction(direction);
1353 video_desc_->set_direction(direction);
1354 std::string new_sdp = kSdpFullString;
1355 ReplaceDirection(direction, &new_sdp);
1356
1357 if (!jdesc_.Initialize(desc_.Copy(),
1358 jdesc_.session_id(),
1359 jdesc_.session_version())) {
1360 return false;
1361 }
deadbeef9d3584c2016-02-16 17:54:10 -08001362 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001363 EXPECT_EQ(new_sdp, message);
1364 return true;
1365 }
1366
1367 bool TestSerializeRejected(bool audio_rejected, bool video_rejected) {
1368 audio_desc_ = static_cast<AudioContentDescription*>(
1369 audio_desc_->Copy());
1370 video_desc_ = static_cast<VideoContentDescription*>(
1371 video_desc_->Copy());
1372 desc_.RemoveContentByName(kAudioContentName);
1373 desc_.RemoveContentByName(kVideoContentName);
1374 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_rejected,
1375 audio_desc_);
1376 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_rejected,
1377 video_desc_);
deadbeef9d3584c2016-02-16 17:54:10 -08001378 SetIceUfragPwd(kAudioContentName, audio_rejected ? "" : kUfragVoice,
1379 audio_rejected ? "" : kPwdVoice);
1380 SetIceUfragPwd(kVideoContentName, video_rejected ? "" : kUfragVideo,
1381 video_rejected ? "" : kPwdVideo);
deadbeef3f7219b2015-12-28 15:17:14 -08001382
1383 std::string new_sdp = kSdpString;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001384 ReplaceRejected(audio_rejected, video_rejected, &new_sdp);
1385
deadbeef3f7219b2015-12-28 15:17:14 -08001386 JsepSessionDescription jdesc_no_candidates(kDummyString);
1387 if (!jdesc_no_candidates.Initialize(desc_.Copy(), kSessionId,
1388 kSessionVersion)) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001389 return false;
1390 }
deadbeef9d3584c2016-02-16 17:54:10 -08001391 std::string message = webrtc::SdpSerialize(jdesc_no_candidates, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001392 EXPECT_EQ(new_sdp, message);
1393 return true;
1394 }
1395
1396 void AddSctpDataChannel() {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001397 rtc::scoped_ptr<DataContentDescription> data(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001398 new DataContentDescription());
1399 data_desc_ = data.get();
1400 data_desc_->set_protocol(cricket::kMediaProtocolDtlsSctp);
wu@webrtc.org78187522013-10-07 23:32:02 +00001401 DataCodec codec(cricket::kGoogleSctpDataCodecId,
deadbeef67cf2c12016-04-13 10:07:16 -07001402 cricket::kGoogleSctpDataCodecName);
wu@webrtc.org78187522013-10-07 23:32:02 +00001403 codec.SetParam(cricket::kCodecParamPort, kDefaultSctpPort);
1404 data_desc_->AddCodec(codec);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001405 desc_.AddContent(kDataContentName, NS_JINGLE_DRAFT_SCTP, data.release());
deadbeef9d3584c2016-02-16 17:54:10 -08001406 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1407 kDataContentName, TransportDescription(kUfragData, kPwdData))));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001408 }
1409
1410 void AddRtpDataChannel() {
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001411 rtc::scoped_ptr<DataContentDescription> data(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001412 new DataContentDescription());
1413 data_desc_ = data.get();
1414
deadbeef67cf2c12016-04-13 10:07:16 -07001415 data_desc_->AddCodec(DataCodec(101, "google-data"));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001416 StreamParams data_stream;
1417 data_stream.id = kDataChannelMsid;
1418 data_stream.cname = kDataChannelCname;
1419 data_stream.sync_label = kDataChannelLabel;
1420 data_stream.ssrcs.push_back(kDataChannelSsrc);
1421 data_desc_->AddStream(data_stream);
1422 data_desc_->AddCrypto(CryptoParams(
1423 1, "AES_CM_128_HMAC_SHA1_80",
1424 "inline:FvLcvU2P3ZWmQxgPAgcDu7Zl9vftYElFOjEzhWs5", ""));
1425 data_desc_->set_protocol(cricket::kMediaProtocolSavpf);
1426 desc_.AddContent(kDataContentName, NS_JINGLE_RTP, data.release());
deadbeef9d3584c2016-02-16 17:54:10 -08001427 EXPECT_TRUE(desc_.AddTransportInfo(TransportInfo(
1428 kDataContentName, TransportDescription(kUfragData, kPwdData))));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001429 }
1430
1431 bool TestDeserializeDirection(cricket::MediaContentDirection direction) {
1432 std::string new_sdp = kSdpFullString;
1433 ReplaceDirection(direction, &new_sdp);
1434 JsepSessionDescription new_jdesc(kDummyString);
1435
1436 EXPECT_TRUE(SdpDeserialize(new_sdp, &new_jdesc));
1437
1438 audio_desc_->set_direction(direction);
1439 video_desc_->set_direction(direction);
1440 if (!jdesc_.Initialize(desc_.Copy(),
1441 jdesc_.session_id(),
1442 jdesc_.session_version())) {
1443 return false;
1444 }
1445 EXPECT_TRUE(CompareSessionDescription(jdesc_, new_jdesc));
1446 return true;
1447 }
1448
1449 bool TestDeserializeRejected(bool audio_rejected, bool video_rejected) {
deadbeef3f7219b2015-12-28 15:17:14 -08001450 std::string new_sdp = kSdpString;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001451 ReplaceRejected(audio_rejected, video_rejected, &new_sdp);
1452 JsepSessionDescription new_jdesc(JsepSessionDescription::kOffer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001453 EXPECT_TRUE(SdpDeserialize(new_sdp, &new_jdesc));
deadbeef3f7219b2015-12-28 15:17:14 -08001454
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001455 audio_desc_ = static_cast<AudioContentDescription*>(
1456 audio_desc_->Copy());
1457 video_desc_ = static_cast<VideoContentDescription*>(
1458 video_desc_->Copy());
1459 desc_.RemoveContentByName(kAudioContentName);
1460 desc_.RemoveContentByName(kVideoContentName);
1461 desc_.AddContent(kAudioContentName, NS_JINGLE_RTP, audio_rejected,
1462 audio_desc_);
1463 desc_.AddContent(kVideoContentName, NS_JINGLE_RTP, video_rejected,
1464 video_desc_);
deadbeef9d3584c2016-02-16 17:54:10 -08001465 SetIceUfragPwd(kAudioContentName, audio_rejected ? "" : kUfragVoice,
1466 audio_rejected ? "" : kPwdVoice);
1467 SetIceUfragPwd(kVideoContentName, video_rejected ? "" : kUfragVideo,
1468 video_rejected ? "" : kPwdVideo);
deadbeef3f7219b2015-12-28 15:17:14 -08001469 JsepSessionDescription jdesc_no_candidates(kDummyString);
1470 if (!jdesc_no_candidates.Initialize(desc_.Copy(), jdesc_.session_id(),
1471 jdesc_.session_version())) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001472 return false;
1473 }
deadbeef3f7219b2015-12-28 15:17:14 -08001474 EXPECT_TRUE(CompareSessionDescription(jdesc_no_candidates, new_jdesc));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001475 return true;
1476 }
1477
1478 void TestDeserializeExtmap(bool session_level, bool media_level) {
1479 AddExtmap();
1480 JsepSessionDescription new_jdesc("dummy");
1481 ASSERT_TRUE(new_jdesc.Initialize(desc_.Copy(),
1482 jdesc_.session_id(),
1483 jdesc_.session_version()));
1484 JsepSessionDescription jdesc_with_extmap("dummy");
1485 std::string sdp_with_extmap = kSdpString;
1486 if (session_level) {
1487 InjectAfter(kSessionTime, kExtmapWithDirectionAndAttribute,
1488 &sdp_with_extmap);
1489 }
1490 if (media_level) {
1491 InjectAfter(kAttributeIcePwdVoice, kExtmapWithDirectionAndAttribute,
1492 &sdp_with_extmap);
1493 InjectAfter(kAttributeIcePwdVideo, kExtmapWithDirectionAndAttribute,
1494 &sdp_with_extmap);
1495 }
1496 // The extmap can't be present at the same time in both session level and
1497 // media level.
1498 if (session_level && media_level) {
1499 SdpParseError error;
1500 EXPECT_FALSE(webrtc::SdpDeserialize(sdp_with_extmap,
1501 &jdesc_with_extmap, &error));
1502 EXPECT_NE(std::string::npos, error.description.find("a=extmap"));
1503 } else {
1504 EXPECT_TRUE(SdpDeserialize(sdp_with_extmap, &jdesc_with_extmap));
1505 EXPECT_TRUE(CompareSessionDescription(jdesc_with_extmap, new_jdesc));
1506 }
1507 }
1508
1509 void VerifyCodecParameter(const cricket::CodecParameterMap& params,
1510 const std::string& name, int expected_value) {
1511 cricket::CodecParameterMap::const_iterator found = params.find(name);
1512 ASSERT_TRUE(found != params.end());
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001513 EXPECT_EQ(found->second, rtc::ToString<int>(expected_value));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001514 }
1515
1516 void TestDeserializeCodecParams(const CodecParams& params,
1517 JsepSessionDescription* jdesc_output) {
1518 std::string sdp =
1519 "v=0\r\n"
1520 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
1521 "s=-\r\n"
1522 "t=0 0\r\n"
1523 // Include semantics for WebRTC Media Streams since it is supported by
1524 // this parser, and will be added to the SDP when serializing a session
1525 // description.
1526 "a=msid-semantic: WMS\r\n"
1527 // Pl type 111 preferred.
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00001528 "m=audio 9 RTP/SAVPF 111 104 103\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001529 // Pltype 111 listed before 103 and 104 in the map.
1530 "a=rtpmap:111 opus/48000/2\r\n"
1531 // Pltype 103 listed before 104.
1532 "a=rtpmap:103 ISAC/16000\r\n"
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00001533 "a=rtpmap:104 ISAC/32000\r\n"
mallinath@webrtc.orga5506692013-08-12 21:18:15 +00001534 "a=fmtp:111 0-15,66,70\r\n"
1535 "a=fmtp:111 ";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001536 std::ostringstream os;
Donald Curtis144d0182015-05-15 13:14:24 -07001537 os << "minptime=" << params.min_ptime << "; stereo=" << params.stereo
mallinath@webrtc.orga5506692013-08-12 21:18:15 +00001538 << "; sprop-stereo=" << params.sprop_stereo
1539 << "; useinbandfec=" << params.useinband
Donald Curtis0e07f922015-05-15 09:21:23 -07001540 << "; maxaveragebitrate=" << params.maxaveragebitrate << "\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001541 << "a=ptime:" << params.ptime << "\r\n"
1542 << "a=maxptime:" << params.max_ptime << "\r\n";
1543 sdp += os.str();
1544
stefan@webrtc.org85d27942014-06-09 12:51:39 +00001545 os.clear();
1546 os.str("");
1547 // Pl type 100 preferred.
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +00001548 os << "m=video 9 RTP/SAVPF 99 95\r\n"
stefan@webrtc.org85d27942014-06-09 12:51:39 +00001549 << "a=rtpmap:99 VP8/90000\r\n"
1550 << "a=rtpmap:95 RTX/90000\r\n"
Donald Curtis0e07f922015-05-15 09:21:23 -07001551 << "a=fmtp:95 apt=99;\r\n";
stefan@webrtc.org85d27942014-06-09 12:51:39 +00001552 sdp += os.str();
1553
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001554 // Deserialize
1555 SdpParseError error;
1556 EXPECT_TRUE(webrtc::SdpDeserialize(sdp, jdesc_output, &error));
1557
1558 const ContentInfo* ac = GetFirstAudioContent(jdesc_output->description());
1559 ASSERT_TRUE(ac != NULL);
1560 const AudioContentDescription* acd =
1561 static_cast<const AudioContentDescription*>(ac->description);
1562 ASSERT_FALSE(acd->codecs().empty());
1563 cricket::AudioCodec opus = acd->codecs()[0];
1564 EXPECT_EQ("opus", opus.name);
1565 EXPECT_EQ(111, opus.id);
1566 VerifyCodecParameter(opus.params, "minptime", params.min_ptime);
1567 VerifyCodecParameter(opus.params, "stereo", params.stereo);
1568 VerifyCodecParameter(opus.params, "sprop-stereo", params.sprop_stereo);
1569 VerifyCodecParameter(opus.params, "useinbandfec", params.useinband);
henrike@webrtc.org1e09a712013-07-26 19:17:59 +00001570 VerifyCodecParameter(opus.params, "maxaveragebitrate",
1571 params.maxaveragebitrate);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001572 for (size_t i = 0; i < acd->codecs().size(); ++i) {
1573 cricket::AudioCodec codec = acd->codecs()[i];
1574 VerifyCodecParameter(codec.params, "ptime", params.ptime);
1575 VerifyCodecParameter(codec.params, "maxptime", params.max_ptime);
1576 if (codec.name == "ISAC") {
1577 if (codec.clockrate == 16000) {
1578 EXPECT_EQ(32000, codec.bitrate);
1579 } else {
1580 EXPECT_EQ(56000, codec.bitrate);
1581 }
1582 }
1583 }
stefan@webrtc.org85d27942014-06-09 12:51:39 +00001584
1585 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description());
1586 ASSERT_TRUE(vc != NULL);
1587 const VideoContentDescription* vcd =
1588 static_cast<const VideoContentDescription*>(vc->description);
1589 ASSERT_FALSE(vcd->codecs().empty());
1590 cricket::VideoCodec vp8 = vcd->codecs()[0];
1591 EXPECT_EQ("VP8", vp8.name);
1592 EXPECT_EQ(99, vp8.id);
1593 cricket::VideoCodec rtx = vcd->codecs()[1];
1594 EXPECT_EQ("RTX", rtx.name);
1595 EXPECT_EQ(95, rtx.id);
1596 VerifyCodecParameter(rtx.params, "apt", vp8.id);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001597 }
1598
1599 void TestDeserializeRtcpFb(JsepSessionDescription* jdesc_output,
1600 bool use_wildcard) {
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001601 std::string sdp_session_and_audio =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001602 "v=0\r\n"
1603 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
1604 "s=-\r\n"
1605 "t=0 0\r\n"
1606 // Include semantics for WebRTC Media Streams since it is supported by
1607 // this parser, and will be added to the SDP when serializing a session
1608 // description.
1609 "a=msid-semantic: WMS\r\n"
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +00001610 "m=audio 9 RTP/SAVPF 111\r\n"
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001611 "a=rtpmap:111 opus/48000/2\r\n";
1612 std::string sdp_video =
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001613 "m=video 3457 RTP/SAVPF 101\r\n"
1614 "a=rtpmap:101 VP8/90000\r\n"
1615 "a=rtcp-fb:101 nack\r\n"
henrika@webrtc.orgaebb1ad2014-01-14 10:00:58 +00001616 "a=rtcp-fb:101 nack pli\r\n"
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001617 "a=rtcp-fb:101 goog-remb\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001618 std::ostringstream os;
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001619 os << sdp_session_and_audio;
1620 os << "a=rtcp-fb:" << (use_wildcard ? "*" : "111") << " nack\r\n";
1621 os << sdp_video;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001622 os << "a=rtcp-fb:" << (use_wildcard ? "*" : "101") << " ccm fir\r\n";
jlmiller@webrtc.orga744a282015-02-18 21:37:46 +00001623 std::string sdp = os.str();
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001624 // Deserialize
1625 SdpParseError error;
1626 EXPECT_TRUE(webrtc::SdpDeserialize(sdp, jdesc_output, &error));
1627 const ContentInfo* ac = GetFirstAudioContent(jdesc_output->description());
1628 ASSERT_TRUE(ac != NULL);
1629 const AudioContentDescription* acd =
1630 static_cast<const AudioContentDescription*>(ac->description);
1631 ASSERT_FALSE(acd->codecs().empty());
1632 cricket::AudioCodec opus = acd->codecs()[0];
1633 EXPECT_EQ(111, opus.id);
1634 EXPECT_TRUE(opus.HasFeedbackParam(
1635 cricket::FeedbackParam(cricket::kRtcpFbParamNack,
1636 cricket::kParamValueEmpty)));
1637
1638 const ContentInfo* vc = GetFirstVideoContent(jdesc_output->description());
1639 ASSERT_TRUE(vc != NULL);
1640 const VideoContentDescription* vcd =
1641 static_cast<const VideoContentDescription*>(vc->description);
1642 ASSERT_FALSE(vcd->codecs().empty());
1643 cricket::VideoCodec vp8 = vcd->codecs()[0];
1644 EXPECT_STREQ(webrtc::JsepSessionDescription::kDefaultVideoCodecName,
1645 vp8.name.c_str());
1646 EXPECT_EQ(101, vp8.id);
1647 EXPECT_TRUE(vp8.HasFeedbackParam(
1648 cricket::FeedbackParam(cricket::kRtcpFbParamNack,
1649 cricket::kParamValueEmpty)));
1650 EXPECT_TRUE(vp8.HasFeedbackParam(
henrika@webrtc.orgaebb1ad2014-01-14 10:00:58 +00001651 cricket::FeedbackParam(cricket::kRtcpFbParamNack,
1652 cricket::kRtcpFbNackParamPli)));
1653 EXPECT_TRUE(vp8.HasFeedbackParam(
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001654 cricket::FeedbackParam(cricket::kRtcpFbParamRemb,
1655 cricket::kParamValueEmpty)));
1656 EXPECT_TRUE(vp8.HasFeedbackParam(
1657 cricket::FeedbackParam(cricket::kRtcpFbParamCcm,
1658 cricket::kRtcpFbCcmParamFir)));
1659 }
1660
1661 // Two SDP messages can mean the same thing but be different strings, e.g.
1662 // some of the lines can be serialized in different order.
1663 // However, a deserialized description can be compared field by field and has
1664 // no order. If deserializer has already been tested, serializing then
1665 // deserializing and comparing JsepSessionDescription will test
1666 // the serializer sufficiently.
deadbeef9d3584c2016-02-16 17:54:10 -08001667 void TestSerialize(const JsepSessionDescription& jdesc,
1668 bool unified_plan_sdp) {
1669 std::string message = webrtc::SdpSerialize(jdesc, unified_plan_sdp);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001670 JsepSessionDescription jdesc_output_des(kDummyString);
1671 SdpParseError error;
1672 EXPECT_TRUE(webrtc::SdpDeserialize(message, &jdesc_output_des, &error));
1673 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output_des));
1674 }
1675
1676 protected:
1677 SessionDescription desc_;
1678 AudioContentDescription* audio_desc_;
1679 VideoContentDescription* video_desc_;
1680 DataContentDescription* data_desc_;
1681 Candidates candidates_;
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00001682 rtc::scoped_ptr<IceCandidateInterface> jcandidate_;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001683 JsepSessionDescription jdesc_;
1684};
1685
1686void TestMismatch(const std::string& string1, const std::string& string2) {
1687 int position = 0;
1688 for (size_t i = 0; i < string1.length() && i < string2.length(); ++i) {
1689 if (string1.c_str()[i] != string2.c_str()[i]) {
henrike@webrtc.org28654cb2013-07-22 21:07:49 +00001690 position = static_cast<int>(i);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001691 break;
1692 }
1693 }
1694 EXPECT_EQ(0, position) << "Strings mismatch at the " << position
1695 << " character\n"
1696 << " 1: " << string1.substr(position, 20) << "\n"
1697 << " 2: " << string2.substr(position, 20) << "\n";
1698}
1699
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001700TEST_F(WebRtcSdpTest, SerializeSessionDescription) {
1701 // SessionDescription with desc and candidates.
deadbeef9d3584c2016-02-16 17:54:10 -08001702 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001703 TestMismatch(std::string(kSdpFullString), message);
1704}
1705
1706TEST_F(WebRtcSdpTest, SerializeSessionDescriptionEmpty) {
1707 JsepSessionDescription jdesc_empty(kDummyString);
deadbeef9d3584c2016-02-16 17:54:10 -08001708 EXPECT_EQ("", webrtc::SdpSerialize(jdesc_empty, false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001709}
1710
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001711// This tests serialization of SDP with only IPv6 candidates and verifies that
1712// IPv6 is used as default address in c line according to preference.
1713TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithIPv6Only) {
1714 // Only test 1 m line.
1715 desc_.RemoveContentByName("video_content_name");
1716 // Stun has a high preference than local host.
1717 cricket::Candidate candidate1(
1718 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1719 rtc::SocketAddress("::1", 1234), kCandidatePriority, "", "",
1720 cricket::STUN_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1721 cricket::Candidate candidate2(
1722 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1723 rtc::SocketAddress("::2", 1235), kCandidatePriority, "", "",
1724 cricket::LOCAL_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1725 JsepSessionDescription jdesc(kDummyString);
1726 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1727
1728 // Only add the candidates to audio m line.
1729 JsepIceCandidate jice1("audio_content_name", 0, candidate1);
1730 JsepIceCandidate jice2("audio_content_name", 0, candidate2);
1731 ASSERT_TRUE(jdesc.AddCandidate(&jice1));
1732 ASSERT_TRUE(jdesc.AddCandidate(&jice2));
deadbeef9d3584c2016-02-16 17:54:10 -08001733 std::string message = webrtc::SdpSerialize(jdesc, false);
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001734
1735 // Audio line should have a c line like this one.
1736 EXPECT_NE(message.find("c=IN IP6 ::1"), std::string::npos);
1737 // Shouldn't have a IP4 c line.
1738 EXPECT_EQ(message.find("c=IN IP4"), std::string::npos);
1739}
1740
1741// This tests serialization of SDP with both IPv4 and IPv6 candidates and
1742// verifies that IPv4 is used as default address in c line even if the
1743// preference of IPv4 is lower.
1744TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithBothIPFamilies) {
1745 // Only test 1 m line.
1746 desc_.RemoveContentByName("video_content_name");
1747 cricket::Candidate candidate_v4(
1748 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1749 rtc::SocketAddress("192.168.1.5", 1234), kCandidatePriority, "", "",
1750 cricket::STUN_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1751 cricket::Candidate candidate_v6(
1752 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1753 rtc::SocketAddress("::1", 1234), kCandidatePriority, "", "",
1754 cricket::LOCAL_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1755 JsepSessionDescription jdesc(kDummyString);
1756 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1757
1758 // Only add the candidates to audio m line.
1759 JsepIceCandidate jice_v4("audio_content_name", 0, candidate_v4);
1760 JsepIceCandidate jice_v6("audio_content_name", 0, candidate_v6);
1761 ASSERT_TRUE(jdesc.AddCandidate(&jice_v4));
1762 ASSERT_TRUE(jdesc.AddCandidate(&jice_v6));
deadbeef9d3584c2016-02-16 17:54:10 -08001763 std::string message = webrtc::SdpSerialize(jdesc, false);
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001764
1765 // Audio line should have a c line like this one.
1766 EXPECT_NE(message.find("c=IN IP4 192.168.1.5"), std::string::npos);
1767 // Shouldn't have a IP6 c line.
1768 EXPECT_EQ(message.find("c=IN IP6"), std::string::npos);
1769}
1770
1771// This tests serialization of SDP with both UDP and TCP candidates and
1772// verifies that UDP is used as default address in c line even if the
1773// preference of UDP is lower.
1774TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithBothProtocols) {
1775 // Only test 1 m line.
1776 desc_.RemoveContentByName("video_content_name");
1777 // Stun has a high preference than local host.
1778 cricket::Candidate candidate1(
1779 cricket::ICE_CANDIDATE_COMPONENT_RTP, "tcp",
1780 rtc::SocketAddress("::1", 1234), kCandidatePriority, "", "",
1781 cricket::STUN_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1782 cricket::Candidate candidate2(
1783 cricket::ICE_CANDIDATE_COMPONENT_RTP, "udp",
1784 rtc::SocketAddress("fe80::1234:5678:abcd:ef12", 1235), kCandidatePriority,
1785 "", "", cricket::LOCAL_PORT_TYPE, kCandidateGeneration,
1786 kCandidateFoundation1);
1787 JsepSessionDescription jdesc(kDummyString);
1788 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1789
1790 // Only add the candidates to audio m line.
1791 JsepIceCandidate jice1("audio_content_name", 0, candidate1);
1792 JsepIceCandidate jice2("audio_content_name", 0, candidate2);
1793 ASSERT_TRUE(jdesc.AddCandidate(&jice1));
1794 ASSERT_TRUE(jdesc.AddCandidate(&jice2));
deadbeef9d3584c2016-02-16 17:54:10 -08001795 std::string message = webrtc::SdpSerialize(jdesc, false);
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001796
1797 // Audio line should have a c line like this one.
1798 EXPECT_NE(message.find("c=IN IP6 fe80::1234:5678:abcd:ef12"),
1799 std::string::npos);
1800 // Shouldn't have a IP4 c line.
1801 EXPECT_EQ(message.find("c=IN IP4"), std::string::npos);
1802}
1803
1804// This tests serialization of SDP with only TCP candidates and verifies that
1805// null IPv4 is used as default address in c line.
1806TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithTCPOnly) {
1807 // Only test 1 m line.
1808 desc_.RemoveContentByName("video_content_name");
1809 // Stun has a high preference than local host.
1810 cricket::Candidate candidate1(
1811 cricket::ICE_CANDIDATE_COMPONENT_RTP, "tcp",
1812 rtc::SocketAddress("::1", 1234), kCandidatePriority, "", "",
1813 cricket::STUN_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1814 cricket::Candidate candidate2(
1815 cricket::ICE_CANDIDATE_COMPONENT_RTP, "tcp",
1816 rtc::SocketAddress("::2", 1235), kCandidatePriority, "", "",
1817 cricket::LOCAL_PORT_TYPE, kCandidateGeneration, kCandidateFoundation1);
1818 JsepSessionDescription jdesc(kDummyString);
1819 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1820
1821 // Only add the candidates to audio m line.
1822 JsepIceCandidate jice1("audio_content_name", 0, candidate1);
1823 JsepIceCandidate jice2("audio_content_name", 0, candidate2);
1824 ASSERT_TRUE(jdesc.AddCandidate(&jice1));
1825 ASSERT_TRUE(jdesc.AddCandidate(&jice2));
deadbeef9d3584c2016-02-16 17:54:10 -08001826 std::string message = webrtc::SdpSerialize(jdesc, false);
guoweis@webrtc.org57ac2c82015-02-06 00:45:13 +00001827
1828 // Audio line should have a c line like this one when no any default exists.
1829 EXPECT_NE(message.find("c=IN IP4 0.0.0.0"), std::string::npos);
1830}
1831
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001832// This tests serialization of SDP with a=crypto and a=fingerprint, as would be
1833// the case in a DTLS offer.
1834TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithFingerprint) {
1835 AddFingerprint();
1836 JsepSessionDescription jdesc_with_fingerprint(kDummyString);
1837 ASSERT_TRUE(jdesc_with_fingerprint.Initialize(desc_.Copy(),
1838 kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001839 std::string message = webrtc::SdpSerialize(jdesc_with_fingerprint, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001840
1841 std::string sdp_with_fingerprint = kSdpString;
1842 InjectAfter(kAttributeIcePwdVoice,
1843 kFingerprint, &sdp_with_fingerprint);
1844 InjectAfter(kAttributeIcePwdVideo,
1845 kFingerprint, &sdp_with_fingerprint);
1846
1847 EXPECT_EQ(sdp_with_fingerprint, message);
1848}
1849
1850// This tests serialization of SDP with a=fingerprint with no a=crypto, as would
1851// be the case in a DTLS answer.
1852TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithFingerprintNoCryptos) {
1853 AddFingerprint();
1854 RemoveCryptos();
1855 JsepSessionDescription jdesc_with_fingerprint(kDummyString);
1856 ASSERT_TRUE(jdesc_with_fingerprint.Initialize(desc_.Copy(),
1857 kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001858 std::string message = webrtc::SdpSerialize(jdesc_with_fingerprint, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001859
1860 std::string sdp_with_fingerprint = kSdpString;
1861 Replace(kAttributeCryptoVoice, "", &sdp_with_fingerprint);
1862 Replace(kAttributeCryptoVideo, "", &sdp_with_fingerprint);
1863 InjectAfter(kAttributeIcePwdVoice,
1864 kFingerprint, &sdp_with_fingerprint);
1865 InjectAfter(kAttributeIcePwdVideo,
1866 kFingerprint, &sdp_with_fingerprint);
1867
1868 EXPECT_EQ(sdp_with_fingerprint, message);
1869}
1870
1871TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithoutCandidates) {
1872 // JsepSessionDescription with desc but without candidates.
1873 JsepSessionDescription jdesc_no_candidates(kDummyString);
deadbeef3f7219b2015-12-28 15:17:14 -08001874 ASSERT_TRUE(jdesc_no_candidates.Initialize(desc_.Copy(), kSessionId,
1875 kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001876 std::string message = webrtc::SdpSerialize(jdesc_no_candidates, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001877 EXPECT_EQ(std::string(kSdpString), message);
1878}
1879
1880TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithBundle) {
1881 ContentGroup group(cricket::GROUP_TYPE_BUNDLE);
1882 group.AddContentName(kAudioContentName);
1883 group.AddContentName(kVideoContentName);
1884 desc_.AddGroup(group);
1885 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
1886 jdesc_.session_id(),
1887 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08001888 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001889 std::string sdp_with_bundle = kSdpFullString;
1890 InjectAfter(kSessionTime,
1891 "a=group:BUNDLE audio_content_name video_content_name\r\n",
1892 &sdp_with_bundle);
1893 EXPECT_EQ(sdp_with_bundle, message);
1894}
1895
1896TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithBandwidth) {
1897 VideoContentDescription* vcd = static_cast<VideoContentDescription*>(
1898 GetFirstVideoContent(&desc_)->description);
1899 vcd->set_bandwidth(100 * 1000);
1900 AudioContentDescription* acd = static_cast<AudioContentDescription*>(
1901 GetFirstAudioContent(&desc_)->description);
1902 acd->set_bandwidth(50 * 1000);
1903 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
1904 jdesc_.session_id(),
1905 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08001906 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001907 std::string sdp_with_bandwidth = kSdpFullString;
wu@webrtc.org4c3e9912014-07-16 21:03:13 +00001908 InjectAfter("c=IN IP4 74.125.224.39\r\n",
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001909 "b=AS:100\r\n",
1910 &sdp_with_bandwidth);
wu@webrtc.org4c3e9912014-07-16 21:03:13 +00001911 InjectAfter("c=IN IP4 74.125.127.126\r\n",
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001912 "b=AS:50\r\n",
1913 &sdp_with_bandwidth);
1914 EXPECT_EQ(sdp_with_bandwidth, message);
1915}
1916
1917TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithIceOptions) {
1918 std::vector<std::string> transport_options;
1919 transport_options.push_back(kIceOption1);
1920 transport_options.push_back(kIceOption3);
1921 AddIceOptions(kAudioContentName, transport_options);
1922 transport_options.clear();
1923 transport_options.push_back(kIceOption2);
1924 transport_options.push_back(kIceOption3);
1925 AddIceOptions(kVideoContentName, transport_options);
1926 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
1927 jdesc_.session_id(),
1928 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08001929 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001930 std::string sdp_with_ice_options = kSdpFullString;
1931 InjectAfter(kAttributeIcePwdVoice,
1932 "a=ice-options:iceoption1 iceoption3\r\n",
1933 &sdp_with_ice_options);
1934 InjectAfter(kAttributeIcePwdVideo,
1935 "a=ice-options:iceoption2 iceoption3\r\n",
1936 &sdp_with_ice_options);
1937 EXPECT_EQ(sdp_with_ice_options, message);
1938}
1939
1940TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithRecvOnlyContent) {
1941 EXPECT_TRUE(TestSerializeDirection(cricket::MD_RECVONLY));
1942}
1943
1944TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithSendOnlyContent) {
1945 EXPECT_TRUE(TestSerializeDirection(cricket::MD_SENDONLY));
1946}
1947
1948TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithInactiveContent) {
1949 EXPECT_TRUE(TestSerializeDirection(cricket::MD_INACTIVE));
1950}
1951
1952TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithAudioRejected) {
1953 EXPECT_TRUE(TestSerializeRejected(true, false));
1954}
1955
1956TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithVideoRejected) {
1957 EXPECT_TRUE(TestSerializeRejected(false, true));
1958}
1959
1960TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithAudioVideoRejected) {
1961 EXPECT_TRUE(TestSerializeRejected(true, true));
1962}
1963
1964TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithRtpDataChannel) {
1965 AddRtpDataChannel();
1966 JsepSessionDescription jsep_desc(kDummyString);
1967
1968 ASSERT_TRUE(jsep_desc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001969 std::string message = webrtc::SdpSerialize(jsep_desc, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001970
1971 std::string expected_sdp = kSdpString;
1972 expected_sdp.append(kSdpRtpDataChannelString);
1973 EXPECT_EQ(expected_sdp, message);
1974}
1975
1976TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithSctpDataChannel) {
1977 AddSctpDataChannel();
1978 JsepSessionDescription jsep_desc(kDummyString);
1979
1980 ASSERT_TRUE(jsep_desc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08001981 std::string message = webrtc::SdpSerialize(jsep_desc, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001982
1983 std::string expected_sdp = kSdpString;
1984 expected_sdp.append(kSdpSctpDataChannelString);
1985 EXPECT_EQ(message, expected_sdp);
1986}
1987
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00001988TEST_F(WebRtcSdpTest, SerializeWithSctpDataChannelAndNewPort) {
1989 AddSctpDataChannel();
1990 JsepSessionDescription jsep_desc(kDummyString);
1991
1992 ASSERT_TRUE(jsep_desc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
1993 DataContentDescription* dcdesc = static_cast<DataContentDescription*>(
1994 jsep_desc.description()->GetContentDescriptionByName(kDataContentName));
1995
1996 const int kNewPort = 1234;
deadbeef67cf2c12016-04-13 10:07:16 -07001997 cricket::DataCodec codec(cricket::kGoogleSctpDataCodecId,
1998 cricket::kGoogleSctpDataCodecName);
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00001999 codec.SetParam(cricket::kCodecParamPort, kNewPort);
2000 dcdesc->AddOrReplaceCodec(codec);
2001
deadbeef9d3584c2016-02-16 17:54:10 -08002002 std::string message = webrtc::SdpSerialize(jsep_desc, false);
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002003
2004 std::string expected_sdp = kSdpString;
2005 expected_sdp.append(kSdpSctpDataChannelString);
2006
2007 char default_portstr[16];
2008 char new_portstr[16];
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002009 rtc::sprintfn(default_portstr, sizeof(default_portstr), "%d",
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002010 kDefaultSctpPort);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002011 rtc::sprintfn(new_portstr, sizeof(new_portstr), "%d", kNewPort);
2012 rtc::replace_substrs(default_portstr, strlen(default_portstr),
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002013 new_portstr, strlen(new_portstr),
2014 &expected_sdp);
2015
2016 EXPECT_EQ(expected_sdp, message);
2017}
2018
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002019TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithDataChannelAndBandwidth) {
2020 AddRtpDataChannel();
2021 data_desc_->set_bandwidth(100*1000);
2022 JsepSessionDescription jsep_desc(kDummyString);
2023
2024 ASSERT_TRUE(jsep_desc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08002025 std::string message = webrtc::SdpSerialize(jsep_desc, false);
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002026
2027 std::string expected_sdp = kSdpString;
2028 expected_sdp.append(kSdpRtpDataChannelString);
Peter Thatcherc0c3a862015-06-24 15:31:25 -07002029 // Serializing data content shouldn't ignore bandwidth settings.
perkj@webrtc.orgd105cc82014-11-07 11:22:06 +00002030 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 +00002031 "b=AS:100\r\n",
2032 &expected_sdp);
2033 EXPECT_EQ(expected_sdp, message);
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002034}
2035
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002036TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithExtmap) {
2037 AddExtmap();
2038 JsepSessionDescription desc_with_extmap("dummy");
2039 ASSERT_TRUE(desc_with_extmap.Initialize(desc_.Copy(),
2040 kSessionId, kSessionVersion));
deadbeef9d3584c2016-02-16 17:54:10 -08002041 std::string message = webrtc::SdpSerialize(desc_with_extmap, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002042
2043 std::string sdp_with_extmap = kSdpString;
2044 InjectAfter("a=mid:audio_content_name\r\n",
2045 kExtmap, &sdp_with_extmap);
2046 InjectAfter("a=mid:video_content_name\r\n",
2047 kExtmap, &sdp_with_extmap);
2048
2049 EXPECT_EQ(sdp_with_extmap, message);
2050}
2051
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002052TEST_F(WebRtcSdpTest, SerializeCandidates) {
2053 std::string message = webrtc::SdpSerializeCandidate(*jcandidate_);
wu@webrtc.orgec9f5fb2014-06-24 17:05:10 +00002054 EXPECT_EQ(std::string(kRawCandidate), message);
honghaiza54a0802015-12-16 18:37:23 -08002055
2056 Candidate candidate_with_ufrag(candidates_.front());
2057 candidate_with_ufrag.set_username("ABC");
2058 jcandidate_.reset(new JsepIceCandidate(std::string("audio_content_name"), 0,
2059 candidate_with_ufrag));
2060 message = webrtc::SdpSerializeCandidate(*jcandidate_);
2061 EXPECT_EQ(std::string(kRawCandidate) + " ufrag ABC", message);
honghaiza0c44ea2016-03-23 16:07:48 -07002062
2063 Candidate candidate_with_network_info(candidates_.front());
2064 candidate_with_network_info.set_network_id(1);
2065 jcandidate_.reset(new JsepIceCandidate(std::string("audio"), 0,
2066 candidate_with_network_info));
2067 message = webrtc::SdpSerializeCandidate(*jcandidate_);
2068 EXPECT_EQ(std::string(kRawCandidate) + " network-id 1", message);
2069 candidate_with_network_info.set_network_cost(999);
2070 jcandidate_.reset(new JsepIceCandidate(std::string("audio"), 0,
2071 candidate_with_network_info));
2072 message = webrtc::SdpSerializeCandidate(*jcandidate_);
2073 EXPECT_EQ(std::string(kRawCandidate) + " network-id 1 network-cost 999",
2074 message);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002075}
2076
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +00002077// TODO(mallinath) : Enable this test once WebRTCSdp capable of parsing
2078// RFC 6544.
mallinath@webrtc.orge999bd02014-08-13 06:05:55 +00002079TEST_F(WebRtcSdpTest, SerializeTcpCandidates) {
guoweis@webrtc.org61c12472015-01-15 06:53:07 +00002080 Candidate candidate(ICE_CANDIDATE_COMPONENT_RTP, "tcp",
guoweis@webrtc.org950c5182014-12-16 23:01:31 +00002081 rtc::SocketAddress("192.168.1.5", 9), kCandidatePriority,
2082 "", "", LOCAL_PORT_TYPE, kCandidateGeneration,
2083 kCandidateFoundation1);
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +00002084 candidate.set_tcptype(cricket::TCPTYPE_ACTIVE_STR);
2085 rtc::scoped_ptr<IceCandidateInterface> jcandidate(
2086 new JsepIceCandidate(std::string("audio_content_name"), 0, candidate));
2087
2088 std::string message = webrtc::SdpSerializeCandidate(*jcandidate);
2089 EXPECT_EQ(std::string(kSdpTcpActiveCandidate), message);
2090}
2091
htaa6b99442016-04-12 10:29:17 -07002092TEST_F(WebRtcSdpTest, SerializeSessionDescriptionWithH264) {
2093 if (!webrtc::H264Encoder::IsSupported())
2094 return;
2095 for (const auto& codec : cricket::DefaultVideoCodecList()) {
2096 video_desc_->AddCodec(codec);
2097 }
2098 jdesc_.Initialize(desc_.Copy(), kSessionId, kSessionVersion);
2099
2100 std::string message = webrtc::SdpSerialize(jdesc_, false);
2101 size_t after_pt = message.find(" H264/90000");
2102 ASSERT_NE(after_pt, std::string::npos);
2103 size_t before_pt = message.rfind("a=rtpmap:", after_pt);
2104 ASSERT_NE(before_pt, std::string::npos);
2105 before_pt += strlen("a=rtpmap:");
2106 std::string pt = message.substr(before_pt, after_pt - before_pt);
2107 // TODO(hta): Check if payload type |pt| occurs in the m=video line.
2108 std::string to_find = "a=fmtp:" + pt + " ";
2109 size_t fmtp_pos = message.find(to_find);
2110 ASSERT_NE(std::string::npos, fmtp_pos) << "Failed to find " << to_find;
2111 size_t fmtp_endpos = message.find("\n", fmtp_pos);
2112 ASSERT_NE(std::string::npos, fmtp_endpos);
2113 std::string fmtp_value = message.substr(fmtp_pos, fmtp_endpos);
2114 EXPECT_NE(std::string::npos, fmtp_value.find("level-asymmetry-allowed=1"));
2115 EXPECT_NE(std::string::npos, fmtp_value.find("packetization-mode=1"));
2116 EXPECT_NE(std::string::npos, fmtp_value.find("profile-level-id=42e01f"));
hta62a216e2016-04-15 11:02:14 -07002117 // Check that there are no spaces after semicolons.
2118 // https://bugs.webrtc.org/5793
2119 EXPECT_EQ(std::string::npos, fmtp_value.find("; "));
htaa6b99442016-04-12 10:29:17 -07002120}
2121
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002122TEST_F(WebRtcSdpTest, DeserializeSessionDescription) {
2123 JsepSessionDescription jdesc(kDummyString);
2124 // Deserialize
2125 EXPECT_TRUE(SdpDeserialize(kSdpFullString, &jdesc));
2126 // Verify
2127 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc));
2128}
2129
wu@webrtc.orgcecfd182013-10-30 05:18:12 +00002130TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutMline) {
2131 JsepSessionDescription jdesc(kDummyString);
2132 const char kSdpWithoutMline[] =
2133 "v=0\r\n"
2134 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
2135 "s=-\r\n"
2136 "t=0 0\r\n"
2137 "a=msid-semantic: WMS local_stream_1 local_stream_2\r\n";
2138 // Deserialize
2139 EXPECT_TRUE(SdpDeserialize(kSdpWithoutMline, &jdesc));
2140 EXPECT_EQ(0u, jdesc.description()->contents().size());
2141}
2142
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002143TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutCarriageReturn) {
2144 JsepSessionDescription jdesc(kDummyString);
2145 std::string sdp_without_carriage_return = kSdpFullString;
2146 Replace("\r\n", "\n", &sdp_without_carriage_return);
2147 // Deserialize
2148 EXPECT_TRUE(SdpDeserialize(sdp_without_carriage_return, &jdesc));
2149 // Verify
2150 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc));
2151}
2152
2153TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutCandidates) {
2154 // SessionDescription with desc but without candidates.
2155 JsepSessionDescription jdesc_no_candidates(kDummyString);
2156 ASSERT_TRUE(jdesc_no_candidates.Initialize(desc_.Copy(),
2157 kSessionId, kSessionVersion));
2158 JsepSessionDescription new_jdesc(kDummyString);
2159 EXPECT_TRUE(SdpDeserialize(kSdpString, &new_jdesc));
2160 EXPECT_TRUE(CompareSessionDescription(jdesc_no_candidates, new_jdesc));
2161}
2162
2163TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutRtpmap) {
2164 static const char kSdpNoRtpmapString[] =
2165 "v=0\r\n"
2166 "o=- 11 22 IN IP4 127.0.0.1\r\n"
2167 "s=-\r\n"
2168 "t=0 0\r\n"
2169 "m=audio 49232 RTP/AVP 0 18 103\r\n"
2170 // Codec that doesn't appear in the m= line will be ignored.
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00002171 "a=rtpmap:104 ISAC/32000\r\n"
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002172 // The rtpmap line for static payload codec is optional.
2173 "a=rtpmap:18 G729/16000\r\n"
2174 "a=rtpmap:103 ISAC/16000\r\n";
2175
2176 JsepSessionDescription jdesc(kDummyString);
2177 EXPECT_TRUE(SdpDeserialize(kSdpNoRtpmapString, &jdesc));
2178 cricket::AudioContentDescription* audio =
2179 static_cast<AudioContentDescription*>(
2180 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO));
2181 AudioCodecs ref_codecs;
deadbeef67cf2c12016-04-13 10:07:16 -07002182 // The codecs in the AudioContentDescription should be in the same order as
2183 // the payload types (<fmt>s) on the m= line.
2184 ref_codecs.push_back(AudioCodec(0, "PCMU", 8000, 0, 1));
2185 ref_codecs.push_back(AudioCodec(18, "G729", 16000, 0, 1));
2186 ref_codecs.push_back(AudioCodec(103, "ISAC", 16000, 32000, 1));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002187 EXPECT_EQ(ref_codecs, audio->codecs());
2188}
2189
henrike@webrtc.org704bf9e2014-02-27 17:52:04 +00002190TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutRtpmapButWithFmtp) {
2191 static const char kSdpNoRtpmapString[] =
2192 "v=0\r\n"
2193 "o=- 11 22 IN IP4 127.0.0.1\r\n"
2194 "s=-\r\n"
2195 "t=0 0\r\n"
2196 "m=audio 49232 RTP/AVP 18 103\r\n"
2197 "a=fmtp:18 annexb=yes\r\n"
2198 "a=rtpmap:103 ISAC/16000\r\n";
2199
2200 JsepSessionDescription jdesc(kDummyString);
2201 EXPECT_TRUE(SdpDeserialize(kSdpNoRtpmapString, &jdesc));
2202 cricket::AudioContentDescription* audio =
2203 static_cast<AudioContentDescription*>(
2204 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO));
2205
2206 cricket::AudioCodec g729 = audio->codecs()[0];
2207 EXPECT_EQ("G729", g729.name);
2208 EXPECT_EQ(8000, g729.clockrate);
2209 EXPECT_EQ(18, g729.id);
2210 cricket::CodecParameterMap::iterator found =
2211 g729.params.find("annexb");
2212 ASSERT_TRUE(found != g729.params.end());
2213 EXPECT_EQ(found->second, "yes");
2214
2215 cricket::AudioCodec isac = audio->codecs()[1];
2216 EXPECT_EQ("ISAC", isac.name);
2217 EXPECT_EQ(103, isac.id);
2218 EXPECT_EQ(16000, isac.clockrate);
2219}
2220
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002221// Ensure that we can deserialize SDP with a=fingerprint properly.
2222TEST_F(WebRtcSdpTest, DeserializeJsepSessionDescriptionWithFingerprint) {
2223 // Add a DTLS a=fingerprint attribute to our session description.
2224 AddFingerprint();
2225 JsepSessionDescription new_jdesc(kDummyString);
2226 ASSERT_TRUE(new_jdesc.Initialize(desc_.Copy(),
2227 jdesc_.session_id(),
2228 jdesc_.session_version()));
2229
2230 JsepSessionDescription jdesc_with_fingerprint(kDummyString);
2231 std::string sdp_with_fingerprint = kSdpString;
2232 InjectAfter(kAttributeIcePwdVoice, kFingerprint, &sdp_with_fingerprint);
2233 InjectAfter(kAttributeIcePwdVideo, kFingerprint, &sdp_with_fingerprint);
2234 EXPECT_TRUE(SdpDeserialize(sdp_with_fingerprint, &jdesc_with_fingerprint));
2235 EXPECT_TRUE(CompareSessionDescription(jdesc_with_fingerprint, new_jdesc));
2236}
2237
2238TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithBundle) {
2239 JsepSessionDescription jdesc_with_bundle(kDummyString);
2240 std::string sdp_with_bundle = kSdpFullString;
2241 InjectAfter(kSessionTime,
2242 "a=group:BUNDLE audio_content_name video_content_name\r\n",
2243 &sdp_with_bundle);
2244 EXPECT_TRUE(SdpDeserialize(sdp_with_bundle, &jdesc_with_bundle));
2245 ContentGroup group(cricket::GROUP_TYPE_BUNDLE);
2246 group.AddContentName(kAudioContentName);
2247 group.AddContentName(kVideoContentName);
2248 desc_.AddGroup(group);
2249 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
2250 jdesc_.session_id(),
2251 jdesc_.session_version()));
2252 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc_with_bundle));
2253}
2254
2255TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithBandwidth) {
2256 JsepSessionDescription jdesc_with_bandwidth(kDummyString);
2257 std::string sdp_with_bandwidth = kSdpFullString;
2258 InjectAfter("a=mid:video_content_name\r\na=sendrecv\r\n",
2259 "b=AS:100\r\n",
2260 &sdp_with_bandwidth);
2261 InjectAfter("a=mid:audio_content_name\r\na=sendrecv\r\n",
2262 "b=AS:50\r\n",
2263 &sdp_with_bandwidth);
2264 EXPECT_TRUE(
2265 SdpDeserialize(sdp_with_bandwidth, &jdesc_with_bandwidth));
2266 VideoContentDescription* vcd = static_cast<VideoContentDescription*>(
2267 GetFirstVideoContent(&desc_)->description);
2268 vcd->set_bandwidth(100 * 1000);
2269 AudioContentDescription* acd = static_cast<AudioContentDescription*>(
2270 GetFirstAudioContent(&desc_)->description);
2271 acd->set_bandwidth(50 * 1000);
2272 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
2273 jdesc_.session_id(),
2274 jdesc_.session_version()));
2275 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc_with_bandwidth));
2276}
2277
2278TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithIceOptions) {
2279 JsepSessionDescription jdesc_with_ice_options(kDummyString);
2280 std::string sdp_with_ice_options = kSdpFullString;
2281 InjectAfter(kSessionTime,
2282 "a=ice-options:iceoption3\r\n",
2283 &sdp_with_ice_options);
2284 InjectAfter(kAttributeIcePwdVoice,
2285 "a=ice-options:iceoption1\r\n",
2286 &sdp_with_ice_options);
2287 InjectAfter(kAttributeIcePwdVideo,
2288 "a=ice-options:iceoption2\r\n",
2289 &sdp_with_ice_options);
2290 EXPECT_TRUE(SdpDeserialize(sdp_with_ice_options, &jdesc_with_ice_options));
2291 std::vector<std::string> transport_options;
2292 transport_options.push_back(kIceOption3);
2293 transport_options.push_back(kIceOption1);
2294 AddIceOptions(kAudioContentName, transport_options);
2295 transport_options.clear();
2296 transport_options.push_back(kIceOption3);
2297 transport_options.push_back(kIceOption2);
2298 AddIceOptions(kVideoContentName, transport_options);
2299 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
2300 jdesc_.session_id(),
2301 jdesc_.session_version()));
2302 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc_with_ice_options));
2303}
2304
2305TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithUfragPwd) {
2306 // Remove the original ice-ufrag and ice-pwd
2307 JsepSessionDescription jdesc_with_ufrag_pwd(kDummyString);
2308 std::string sdp_with_ufrag_pwd = kSdpFullString;
2309 EXPECT_TRUE(RemoveCandidateUfragPwd(&sdp_with_ufrag_pwd));
2310 // Add session level ufrag and pwd
2311 InjectAfter(kSessionTime,
2312 "a=ice-pwd:session+level+icepwd\r\n"
2313 "a=ice-ufrag:session+level+iceufrag\r\n",
2314 &sdp_with_ufrag_pwd);
2315 // Add media level ufrag and pwd for audio
2316 InjectAfter("a=mid:audio_content_name\r\n",
2317 "a=ice-pwd:media+level+icepwd\r\na=ice-ufrag:media+level+iceufrag\r\n",
2318 &sdp_with_ufrag_pwd);
2319 // Update the candidate ufrag and pwd to the expected ones.
2320 EXPECT_TRUE(UpdateCandidateUfragPwd(&jdesc_, 0,
2321 "media+level+iceufrag", "media+level+icepwd"));
2322 EXPECT_TRUE(UpdateCandidateUfragPwd(&jdesc_, 1,
2323 "session+level+iceufrag", "session+level+icepwd"));
2324 EXPECT_TRUE(SdpDeserialize(sdp_with_ufrag_pwd, &jdesc_with_ufrag_pwd));
2325 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc_with_ufrag_pwd));
2326}
2327
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002328TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithRecvOnlyContent) {
2329 EXPECT_TRUE(TestDeserializeDirection(cricket::MD_RECVONLY));
2330}
2331
2332TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithSendOnlyContent) {
2333 EXPECT_TRUE(TestDeserializeDirection(cricket::MD_SENDONLY));
2334}
2335
2336TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithInactiveContent) {
2337 EXPECT_TRUE(TestDeserializeDirection(cricket::MD_INACTIVE));
2338}
2339
2340TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithRejectedAudio) {
2341 EXPECT_TRUE(TestDeserializeRejected(true, false));
2342}
2343
2344TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithRejectedVideo) {
2345 EXPECT_TRUE(TestDeserializeRejected(false, true));
2346}
2347
2348TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithRejectedAudioVideo) {
2349 EXPECT_TRUE(TestDeserializeRejected(true, true));
2350}
2351
2352// Tests that we can still handle the sdp uses mslabel and label instead of
2353// msid for backward compatibility.
2354TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutMsid) {
deadbeefc80741f2015-10-22 13:14:45 -07002355 jdesc_.description()->set_msid_supported(false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002356 JsepSessionDescription jdesc(kDummyString);
2357 std::string sdp_without_msid = kSdpFullString;
2358 Replace("msid", "xmsid", &sdp_without_msid);
2359 // Deserialize
2360 EXPECT_TRUE(SdpDeserialize(sdp_without_msid, &jdesc));
2361 // Verify
2362 EXPECT_TRUE(CompareSessionDescription(jdesc_, jdesc));
2363}
2364
2365TEST_F(WebRtcSdpTest, DeserializeCandidate) {
2366 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
2367
2368 std::string sdp = kSdpOneCandidate;
2369 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2370 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2371 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2372 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(jcandidate_->candidate()));
honghaiza0c44ea2016-03-23 16:07:48 -07002373 EXPECT_EQ(0, jcandidate.candidate().network_cost());
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002374
2375 // Candidate line without generation extension.
2376 sdp = kSdpOneCandidate;
2377 Replace(" generation 2", "", &sdp);
2378 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2379 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2380 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2381 Candidate expected = jcandidate_->candidate();
2382 expected.set_generation(0);
2383 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(expected));
2384
honghaiza0c44ea2016-03-23 16:07:48 -07002385 // Candidate with network id and/or cost.
2386 sdp = kSdpOneCandidate;
2387 Replace(" generation 2", " generation 2 network-id 2", &sdp);
2388 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2389 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2390 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2391 expected = jcandidate_->candidate();
2392 expected.set_network_id(2);
2393 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(expected));
2394 EXPECT_EQ(0, jcandidate.candidate().network_cost());
2395 // Add network cost
2396 Replace(" network-id 2", " network-id 2 network-cost 9", &sdp);
2397 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2398 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(expected));
2399 EXPECT_EQ(9, jcandidate.candidate().network_cost());
2400
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +00002401 sdp = kSdpTcpActiveCandidate;
2402 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2403 // Make a cricket::Candidate equivalent to kSdpTcpCandidate string.
guoweis@webrtc.org61c12472015-01-15 06:53:07 +00002404 Candidate candidate(ICE_CANDIDATE_COMPONENT_RTP, "tcp",
guoweis@webrtc.org950c5182014-12-16 23:01:31 +00002405 rtc::SocketAddress("192.168.1.5", 9), kCandidatePriority,
2406 "", "", LOCAL_PORT_TYPE, kCandidateGeneration,
2407 kCandidateFoundation1);
mallinath@webrtc.org2d60c5e2014-08-08 22:29:20 +00002408 rtc::scoped_ptr<IceCandidateInterface> jcandidate_template(
2409 new JsepIceCandidate(std::string("audio_content_name"), 0, candidate));
2410 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(
2411 jcandidate_template->candidate()));
2412 sdp = kSdpTcpPassiveCandidate;
2413 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
2414 sdp = kSdpTcpSOCandidate;
2415 EXPECT_TRUE(SdpDeserializeCandidate(sdp, &jcandidate));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002416}
2417
2418// This test verifies the deserialization of candidate-attribute
2419// as per RFC 5245. Candiate-attribute will be of the format
2420// candidate:<blah>. This format will be used when candidates
2421// are trickled.
2422TEST_F(WebRtcSdpTest, DeserializeRawCandidateAttribute) {
2423 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
2424
2425 std::string candidate_attribute = kRawCandidate;
2426 EXPECT_TRUE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2427 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2428 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2429 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(jcandidate_->candidate()));
2430 EXPECT_EQ(2u, jcandidate.candidate().generation());
2431
2432 // Candidate line without generation extension.
2433 candidate_attribute = kRawCandidate;
2434 Replace(" generation 2", "", &candidate_attribute);
2435 EXPECT_TRUE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2436 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2437 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2438 Candidate expected = jcandidate_->candidate();
2439 expected.set_generation(0);
2440 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(expected));
2441
2442 // Candidate line without candidate:
2443 candidate_attribute = kRawCandidate;
2444 Replace("candidate:", "", &candidate_attribute);
2445 EXPECT_FALSE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2446
jiayl@webrtc.org7ec3f9f2014-08-08 23:09:15 +00002447 // Candidate line with IPV6 address.
2448 EXPECT_TRUE(SdpDeserializeCandidate(kRawIPV6Candidate, &jcandidate));
2449}
2450
2451// This test verifies that the deserialization of an invalid candidate string
2452// fails.
2453TEST_F(WebRtcSdpTest, DeserializeInvalidCandidiate) {
2454 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
2455
2456 std::string candidate_attribute = kRawCandidate;
2457 candidate_attribute.replace(0, 1, "x");
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002458 EXPECT_FALSE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
jiayl@webrtc.org7ec3f9f2014-08-08 23:09:15 +00002459
2460 candidate_attribute = kSdpOneCandidate;
2461 candidate_attribute.replace(0, 1, "x");
2462 EXPECT_FALSE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2463
2464 candidate_attribute = kRawCandidate;
2465 candidate_attribute.append("\r\n");
2466 candidate_attribute.append(kRawCandidate);
2467 EXPECT_FALSE(SdpDeserializeCandidate(candidate_attribute, &jcandidate));
2468
2469 EXPECT_FALSE(SdpDeserializeCandidate(kSdpTcpInvalidCandidate, &jcandidate));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002470}
2471
2472TEST_F(WebRtcSdpTest, DeserializeSdpWithRtpDataChannels) {
2473 AddRtpDataChannel();
2474 JsepSessionDescription jdesc(kDummyString);
2475 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2476
2477 std::string sdp_with_data = kSdpString;
2478 sdp_with_data.append(kSdpRtpDataChannelString);
2479 JsepSessionDescription jdesc_output(kDummyString);
2480
2481 // Deserialize
2482 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2483 // Verify
2484 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2485}
2486
2487TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannels) {
2488 AddSctpDataChannel();
2489 JsepSessionDescription jdesc(kDummyString);
2490 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2491
2492 std::string sdp_with_data = kSdpString;
2493 sdp_with_data.append(kSdpSctpDataChannelString);
2494 JsepSessionDescription jdesc_output(kDummyString);
2495
lally@webrtc.org36300852015-02-24 20:19:35 +00002496 // Verify with DTLS/SCTP (already in kSdpSctpDataChannelString).
2497 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2498 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2499
2500 // Verify with UDP/DTLS/SCTP.
2501 sdp_with_data.replace(sdp_with_data.find(kDtlsSctp),
2502 strlen(kDtlsSctp), kUdpDtlsSctp);
2503 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2504 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2505
2506 // Verify with TCP/DTLS/SCTP.
2507 sdp_with_data.replace(sdp_with_data.find(kUdpDtlsSctp),
2508 strlen(kUdpDtlsSctp), kTcpDtlsSctp);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002509 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2510 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2511}
2512
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002513TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannelsWithSctpPort) {
2514 AddSctpDataChannel();
2515 JsepSessionDescription jdesc(kDummyString);
2516 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2517
2518 std::string sdp_with_data = kSdpString;
2519 sdp_with_data.append(kSdpSctpDataChannelStringWithSctpPort);
2520 JsepSessionDescription jdesc_output(kDummyString);
2521
lally@webrtc.org36300852015-02-24 20:19:35 +00002522 // Verify with DTLS/SCTP (already in kSdpSctpDataChannelStringWithSctpPort).
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002523 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2524 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002525
lally@webrtc.org36300852015-02-24 20:19:35 +00002526 // Verify with UDP/DTLS/SCTP.
2527 sdp_with_data.replace(sdp_with_data.find(kDtlsSctp),
2528 strlen(kDtlsSctp), kUdpDtlsSctp);
2529 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2530 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
lally@webrtc.orgc7848b72015-02-24 20:19:26 +00002531
lally@webrtc.org36300852015-02-24 20:19:35 +00002532 // Verify with TCP/DTLS/SCTP.
2533 sdp_with_data.replace(sdp_with_data.find(kUdpDtlsSctp),
2534 strlen(kUdpDtlsSctp), kTcpDtlsSctp);
lally@webrtc.orgc7848b72015-02-24 20:19:26 +00002535 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2536 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2537}
2538
lally69f57602015-10-08 10:15:04 -07002539TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannelsWithSctpColonPort) {
2540 AddSctpDataChannel();
2541 JsepSessionDescription jdesc(kDummyString);
2542 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2543
2544 std::string sdp_with_data = kSdpString;
2545 sdp_with_data.append(kSdpSctpDataChannelStringWithSctpColonPort);
2546 JsepSessionDescription jdesc_output(kDummyString);
2547
2548 // Verify with DTLS/SCTP.
2549 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2550 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2551
2552 // Verify with UDP/DTLS/SCTP.
2553 sdp_with_data.replace(sdp_with_data.find(kDtlsSctp),
2554 strlen(kDtlsSctp), kUdpDtlsSctp);
2555 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2556 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2557
2558 // Verify with TCP/DTLS/SCTP.
2559 sdp_with_data.replace(sdp_with_data.find(kUdpDtlsSctp),
2560 strlen(kUdpDtlsSctp), kTcpDtlsSctp);
2561 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2562 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
2563}
2564
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002565// Test to check the behaviour if sctp-port is specified
2566// on the m= line and in a=sctp-port.
2567TEST_F(WebRtcSdpTest, DeserializeSdpWithMultiSctpPort) {
2568 AddSctpDataChannel();
2569 JsepSessionDescription jdesc(kDummyString);
2570 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2571
2572 std::string sdp_with_data = kSdpString;
2573 // Append m= attributes
2574 sdp_with_data.append(kSdpSctpDataChannelString);
2575 // Append a=sctp-port attribute
2576 sdp_with_data.append("a=sctp-port 5000\r\n");
2577 JsepSessionDescription jdesc_output(kDummyString);
2578
2579 EXPECT_FALSE(SdpDeserialize(sdp_with_data, &jdesc_output));
2580}
2581
henrike@webrtc.org571df2d2014-02-19 23:04:26 +00002582// For crbug/344475.
2583TEST_F(WebRtcSdpTest, DeserializeSdpWithCorruptedSctpDataChannels) {
2584 std::string sdp_with_data = kSdpString;
2585 sdp_with_data.append(kSdpSctpDataChannelString);
2586 // Remove the "\n" at the end.
2587 sdp_with_data = sdp_with_data.substr(0, sdp_with_data.size() - 1);
2588 JsepSessionDescription jdesc_output(kDummyString);
2589
2590 EXPECT_FALSE(SdpDeserialize(sdp_with_data, &jdesc_output));
2591 // No crash is a pass.
2592}
2593
wu@webrtc.org78187522013-10-07 23:32:02 +00002594TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannelAndNewPort) {
2595 AddSctpDataChannel();
Peter Boström0c4e06b2015-10-07 12:23:21 +02002596 const uint16_t kUnusualSctpPort = 9556;
wu@webrtc.org78187522013-10-07 23:32:02 +00002597 char default_portstr[16];
2598 char unusual_portstr[16];
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002599 rtc::sprintfn(default_portstr, sizeof(default_portstr), "%d",
wu@webrtc.org78187522013-10-07 23:32:02 +00002600 kDefaultSctpPort);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002601 rtc::sprintfn(unusual_portstr, sizeof(unusual_portstr), "%d",
wu@webrtc.org78187522013-10-07 23:32:02 +00002602 kUnusualSctpPort);
2603
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002604 // First setup the expected JsepSessionDescription.
wu@webrtc.org78187522013-10-07 23:32:02 +00002605 JsepSessionDescription jdesc(kDummyString);
2606 // take our pre-built session description and change the SCTP port.
2607 cricket::SessionDescription* mutant = desc_.Copy();
2608 DataContentDescription* dcdesc = static_cast<DataContentDescription*>(
2609 mutant->GetContentDescriptionByName(kDataContentName));
2610 std::vector<cricket::DataCodec> codecs(dcdesc->codecs());
pkasting@chromium.orgd3245462015-02-23 21:28:22 +00002611 EXPECT_EQ(1U, codecs.size());
2612 EXPECT_EQ(cricket::kGoogleSctpDataCodecId, codecs[0].id);
wu@webrtc.org78187522013-10-07 23:32:02 +00002613 codecs[0].SetParam(cricket::kCodecParamPort, kUnusualSctpPort);
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002614 dcdesc->set_codecs(codecs);
wu@webrtc.org78187522013-10-07 23:32:02 +00002615
2616 // note: mutant's owned by jdesc now.
2617 ASSERT_TRUE(jdesc.Initialize(mutant, kSessionId, kSessionVersion));
2618 mutant = NULL;
2619
jiayl@webrtc.org9c16c392014-05-01 18:30:30 +00002620 // Then get the deserialized JsepSessionDescription.
wu@webrtc.org78187522013-10-07 23:32:02 +00002621 std::string sdp_with_data = kSdpString;
2622 sdp_with_data.append(kSdpSctpDataChannelString);
buildbot@webrtc.orgd4e598d2014-07-29 17:36:52 +00002623 rtc::replace_substrs(default_portstr, strlen(default_portstr),
wu@webrtc.org78187522013-10-07 23:32:02 +00002624 unusual_portstr, strlen(unusual_portstr),
2625 &sdp_with_data);
2626 JsepSessionDescription jdesc_output(kDummyString);
2627
2628 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2629 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
jiayl@webrtc.orgddb85ab2014-09-05 16:31:56 +00002630
2631 // We need to test the deserialized JsepSessionDescription from
2632 // kSdpSctpDataChannelStringWithSctpPort for
2633 // draft-ietf-mmusic-sctp-sdp-07
2634 // a=sctp-port
2635 sdp_with_data = kSdpString;
2636 sdp_with_data.append(kSdpSctpDataChannelStringWithSctpPort);
2637 rtc::replace_substrs(default_portstr, strlen(default_portstr),
2638 unusual_portstr, strlen(unusual_portstr),
2639 &sdp_with_data);
2640
2641 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
2642 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_output));
wu@webrtc.org78187522013-10-07 23:32:02 +00002643}
2644
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002645TEST_F(WebRtcSdpTest, DeserializeSdpWithRtpDataChannelsAndBandwidth) {
Peter Thatcherc0c3a862015-06-24 15:31:25 -07002646 // We want to test that deserializing data content limits bandwidth
2647 // settings (it should never be greater than the default).
2648 // This should prevent someone from using unlimited data bandwidth through
2649 // JS and "breaking the Internet".
2650 // See: https://code.google.com/p/chromium/issues/detail?id=280726
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002651 std::string sdp_with_bandwidth = kSdpString;
2652 sdp_with_bandwidth.append(kSdpRtpDataChannelString);
2653 InjectAfter("a=mid:data_content_name\r\n",
2654 "b=AS:100\r\n",
2655 &sdp_with_bandwidth);
2656 JsepSessionDescription jdesc_with_bandwidth(kDummyString);
2657
Peter Thatcherc0c3a862015-06-24 15:31:25 -07002658 EXPECT_FALSE(SdpDeserialize(sdp_with_bandwidth, &jdesc_with_bandwidth));
2659}
2660
2661TEST_F(WebRtcSdpTest, DeserializeSdpWithSctpDataChannelsAndBandwidth) {
2662 AddSctpDataChannel();
2663 JsepSessionDescription jdesc(kDummyString);
2664 DataContentDescription* dcd = static_cast<DataContentDescription*>(
2665 GetFirstDataContent(&desc_)->description);
2666 dcd->set_bandwidth(100 * 1000);
2667 ASSERT_TRUE(jdesc.Initialize(desc_.Copy(), kSessionId, kSessionVersion));
2668
2669 std::string sdp_with_bandwidth = kSdpString;
2670 sdp_with_bandwidth.append(kSdpSctpDataChannelString);
2671 InjectAfter("a=mid:data_content_name\r\n",
2672 "b=AS:100\r\n",
2673 &sdp_with_bandwidth);
2674 JsepSessionDescription jdesc_with_bandwidth(kDummyString);
2675
2676 // SCTP has congestion control, so we shouldn't limit the bandwidth
2677 // as we do for RTP.
2678 EXPECT_TRUE(SdpDeserialize(sdp_with_bandwidth, &jdesc_with_bandwidth));
wu@webrtc.orgcadf9042013-08-30 21:24:16 +00002679 EXPECT_TRUE(CompareSessionDescription(jdesc, jdesc_with_bandwidth));
2680}
2681
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002682TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithSessionLevelExtmap) {
2683 TestDeserializeExtmap(true, false);
2684}
2685
2686TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithMediaLevelExtmap) {
2687 TestDeserializeExtmap(false, true);
2688}
2689
2690TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithInvalidExtmap) {
2691 TestDeserializeExtmap(true, true);
2692}
2693
sergeyu@chromium.org5bc25c42013-12-05 00:24:06 +00002694TEST_F(WebRtcSdpTest, DeserializeSessionDescriptionWithoutEndLineBreak) {
2695 JsepSessionDescription jdesc(kDummyString);
2696 std::string sdp = kSdpFullString;
2697 sdp = sdp.substr(0, sdp.size() - 2); // Remove \r\n at the end.
2698 // Deserialize
2699 SdpParseError error;
2700 EXPECT_FALSE(webrtc::SdpDeserialize(sdp, &jdesc, &error));
deadbeef9d3584c2016-02-16 17:54:10 -08002701 const std::string lastline = "a=ssrc:3 label:video_track_id_1";
sergeyu@chromium.org5bc25c42013-12-05 00:24:06 +00002702 EXPECT_EQ(lastline, error.line);
2703 EXPECT_EQ("Invalid SDP line.", error.description);
2704}
2705
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002706TEST_F(WebRtcSdpTest, DeserializeCandidateWithDifferentTransport) {
2707 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
2708 std::string new_sdp = kSdpOneCandidate;
2709 Replace("udp", "unsupported_transport", &new_sdp);
2710 EXPECT_FALSE(SdpDeserializeCandidate(new_sdp, &jcandidate));
2711 new_sdp = kSdpOneCandidate;
2712 Replace("udp", "uDP", &new_sdp);
2713 EXPECT_TRUE(SdpDeserializeCandidate(new_sdp, &jcandidate));
2714 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2715 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2716 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(jcandidate_->candidate()));
2717}
2718
honghaiza54a0802015-12-16 18:37:23 -08002719TEST_F(WebRtcSdpTest, DeserializeCandidateWithUfragPwd) {
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002720 JsepIceCandidate jcandidate(kDummyMid, kDummyIndex);
honghaiza54a0802015-12-16 18:37:23 -08002721 EXPECT_TRUE(
2722 SdpDeserializeCandidate(kSdpOneCandidateWithUfragPwd, &jcandidate));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002723 EXPECT_EQ(kDummyMid, jcandidate.sdp_mid());
2724 EXPECT_EQ(kDummyIndex, jcandidate.sdp_mline_index());
2725 Candidate ref_candidate = jcandidate_->candidate();
2726 ref_candidate.set_username("user_rtp");
2727 ref_candidate.set_password("password_rtp");
2728 EXPECT_TRUE(jcandidate.candidate().IsEquivalent(ref_candidate));
2729}
2730
henrike@webrtc.org704bf9e2014-02-27 17:52:04 +00002731TEST_F(WebRtcSdpTest, DeserializeSdpWithConferenceFlag) {
2732 JsepSessionDescription jdesc(kDummyString);
2733
2734 // Deserialize
2735 EXPECT_TRUE(SdpDeserialize(kSdpConferenceString, &jdesc));
2736
2737 // Verify
2738 cricket::AudioContentDescription* audio =
2739 static_cast<AudioContentDescription*>(
2740 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO));
2741 EXPECT_TRUE(audio->conference_mode());
2742
2743 cricket::VideoContentDescription* video =
2744 static_cast<VideoContentDescription*>(
2745 jdesc.description()->GetContentDescriptionByName(cricket::CN_VIDEO));
2746 EXPECT_TRUE(video->conference_mode());
2747}
2748
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002749TEST_F(WebRtcSdpTest, DeserializeBrokenSdp) {
2750 const char kSdpDestroyer[] = "!@#$%^&";
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002751 const char kSdpEmptyType[] = " =candidate";
2752 const char kSdpEqualAsPlus[] = "a+candidate";
2753 const char kSdpSpaceAfterEqual[] = "a= candidate";
2754 const char kSdpUpperType[] = "A=candidate";
2755 const char kSdpEmptyLine[] = "";
2756 const char kSdpMissingValue[] = "a=";
2757
2758 const char kSdpBrokenFingerprint[] = "a=fingerprint:sha-1 "
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002759 "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 +00002760 const char kSdpExtraField[] = "a=fingerprint:sha-1 "
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002761 "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 +00002762 const char kSdpMissingSpace[] = "a=fingerprint:sha-1"
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002763 "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 +00002764 // MD5 is not allowed in fingerprints.
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002765 const char kSdpMd5[] = "a=fingerprint:md5 "
henrika@webrtc.orgaebb1ad2014-01-14 10:00:58 +00002766 "4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002767
2768 // Broken session description
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002769 ExpectParseFailure("v=", kSdpDestroyer);
2770 ExpectParseFailure("o=", kSdpDestroyer);
2771 ExpectParseFailure("s=-", kSdpDestroyer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002772 // Broken time description
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002773 ExpectParseFailure("t=", kSdpDestroyer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002774
2775 // Broken media description
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002776 ExpectParseFailure("m=audio", "c=IN IP4 74.125.224.39");
2777 ExpectParseFailure("m=video", kSdpDestroyer);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002778
2779 // Invalid lines
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002780 ExpectParseFailure("a=candidate", kSdpEmptyType);
2781 ExpectParseFailure("a=candidate", kSdpEqualAsPlus);
2782 ExpectParseFailure("a=candidate", kSdpSpaceAfterEqual);
2783 ExpectParseFailure("a=candidate", kSdpUpperType);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002784
2785 // Bogus fingerprint replacing a=sendrev. We selected this attribute
2786 // because it's orthogonal to what we are replacing and hence
2787 // safe.
decurtis@webrtc.org8af11042015-01-07 19:15:51 +00002788 ExpectParseFailure("a=sendrecv", kSdpBrokenFingerprint);
2789 ExpectParseFailure("a=sendrecv", kSdpExtraField);
2790 ExpectParseFailure("a=sendrecv", kSdpMissingSpace);
2791 ExpectParseFailure("a=sendrecv", kSdpMd5);
2792
2793 // Empty Line
2794 ExpectParseFailure("a=rtcp:2347 IN IP4 74.125.127.126", kSdpEmptyLine);
2795 ExpectParseFailure("a=rtcp:2347 IN IP4 74.125.127.126", kSdpMissingValue);
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002796}
2797
2798TEST_F(WebRtcSdpTest, DeserializeSdpWithInvalidAttributeValue) {
2799 // ssrc
2800 ExpectParseFailure("a=ssrc:1", "a=ssrc:badvalue");
deadbeef9d3584c2016-02-16 17:54:10 -08002801 ExpectParseFailure("a=ssrc-group:FEC 2 3", "a=ssrc-group:FEC badvalue 3");
wu@webrtc.org5e760e72014-04-02 23:19:09 +00002802 // crypto
2803 ExpectParseFailure("a=crypto:1 ", "a=crypto:badvalue ");
2804 // rtpmap
2805 ExpectParseFailure("a=rtpmap:111 ", "a=rtpmap:badvalue ");
2806 ExpectParseFailure("opus/48000/2", "opus/badvalue/2");
2807 ExpectParseFailure("opus/48000/2", "opus/48000/badvalue");
2808 // candidate
2809 ExpectParseFailure("1 udp 2130706432", "badvalue udp 2130706432");
2810 ExpectParseFailure("1 udp 2130706432", "1 udp badvalue");
2811 ExpectParseFailure("192.168.1.5 1234", "192.168.1.5 badvalue");
2812 ExpectParseFailure("rport 2346", "rport badvalue");
2813 ExpectParseFailure("rport 2346 generation 2",
2814 "rport 2346 generation badvalue");
2815 // m line
2816 ExpectParseFailure("m=audio 2345 RTP/SAVPF 111 103 104",
2817 "m=audio 2345 RTP/SAVPF 111 badvalue 104");
2818
2819 // bandwidth
2820 ExpectParseFailureWithNewLines("a=mid:video_content_name\r\n",
2821 "b=AS:badvalue\r\n",
2822 "b=AS:badvalue");
2823 // rtcp-fb
2824 ExpectParseFailureWithNewLines("a=mid:video_content_name\r\n",
2825 "a=rtcp-fb:badvalue nack\r\n",
2826 "a=rtcp-fb:badvalue nack");
2827 // extmap
2828 ExpectParseFailureWithNewLines("a=mid:video_content_name\r\n",
2829 "a=extmap:badvalue http://example.com\r\n",
2830 "a=extmap:badvalue http://example.com");
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002831}
2832
2833TEST_F(WebRtcSdpTest, DeserializeSdpWithReorderedPltypes) {
2834 JsepSessionDescription jdesc_output(kDummyString);
2835
2836 const char kSdpWithReorderedPlTypesString[] =
2837 "v=0\r\n"
2838 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
2839 "s=-\r\n"
2840 "t=0 0\r\n"
pthatcher@webrtc.orgc9d6d142014-10-23 23:37:22 +00002841 "m=audio 9 RTP/SAVPF 104 103\r\n" // Pl type 104 preferred.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002842 "a=rtpmap:111 opus/48000/2\r\n" // Pltype 111 listed before 103 and 104
2843 // in the map.
2844 "a=rtpmap:103 ISAC/16000\r\n" // Pltype 103 listed before 104 in the map.
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00002845 "a=rtpmap:104 ISAC/32000\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002846
2847 // Deserialize
2848 EXPECT_TRUE(SdpDeserialize(kSdpWithReorderedPlTypesString, &jdesc_output));
2849
2850 const ContentInfo* ac = GetFirstAudioContent(jdesc_output.description());
2851 ASSERT_TRUE(ac != NULL);
2852 const AudioContentDescription* acd =
2853 static_cast<const AudioContentDescription*>(ac->description);
2854 ASSERT_FALSE(acd->codecs().empty());
minyue@webrtc.orgf9b5c1b2015-02-17 12:36:41 +00002855 EXPECT_EQ("ISAC", acd->codecs()[0].name);
2856 EXPECT_EQ(32000, acd->codecs()[0].clockrate);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002857 EXPECT_EQ(104, acd->codecs()[0].id);
2858}
2859
2860TEST_F(WebRtcSdpTest, DeserializeSerializeCodecParams) {
2861 JsepSessionDescription jdesc_output(kDummyString);
2862 CodecParams params;
2863 params.max_ptime = 40;
2864 params.ptime = 30;
2865 params.min_ptime = 10;
2866 params.sprop_stereo = 1;
2867 params.stereo = 1;
2868 params.useinband = 1;
henrike@webrtc.org1e09a712013-07-26 19:17:59 +00002869 params.maxaveragebitrate = 128000;
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002870 TestDeserializeCodecParams(params, &jdesc_output);
deadbeef9d3584c2016-02-16 17:54:10 -08002871 TestSerialize(jdesc_output, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002872}
2873
2874TEST_F(WebRtcSdpTest, DeserializeSerializeRtcpFb) {
2875 const bool kUseWildcard = false;
2876 JsepSessionDescription jdesc_output(kDummyString);
2877 TestDeserializeRtcpFb(&jdesc_output, kUseWildcard);
deadbeef9d3584c2016-02-16 17:54:10 -08002878 TestSerialize(jdesc_output, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002879}
2880
2881TEST_F(WebRtcSdpTest, DeserializeSerializeRtcpFbWildcard) {
2882 const bool kUseWildcard = true;
2883 JsepSessionDescription jdesc_output(kDummyString);
2884 TestDeserializeRtcpFb(&jdesc_output, kUseWildcard);
deadbeef9d3584c2016-02-16 17:54:10 -08002885 TestSerialize(jdesc_output, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002886}
2887
2888TEST_F(WebRtcSdpTest, DeserializeVideoFmtp) {
2889 JsepSessionDescription jdesc_output(kDummyString);
2890
2891 const char kSdpWithFmtpString[] =
2892 "v=0\r\n"
2893 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
2894 "s=-\r\n"
2895 "t=0 0\r\n"
2896 "m=video 3457 RTP/SAVPF 120\r\n"
2897 "a=rtpmap:120 VP8/90000\r\n"
Donald Curtis0e07f922015-05-15 09:21:23 -07002898 "a=fmtp:120 x-google-min-bitrate=10;x-google-max-quantization=40\r\n";
2899
2900 // Deserialize
2901 SdpParseError error;
Donald Curtis144d0182015-05-15 13:14:24 -07002902 EXPECT_TRUE(
2903 webrtc::SdpDeserialize(kSdpWithFmtpString, &jdesc_output, &error));
Donald Curtis0e07f922015-05-15 09:21:23 -07002904
2905 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description());
2906 ASSERT_TRUE(vc != NULL);
2907 const VideoContentDescription* vcd =
2908 static_cast<const VideoContentDescription*>(vc->description);
2909 ASSERT_FALSE(vcd->codecs().empty());
2910 cricket::VideoCodec vp8 = vcd->codecs()[0];
2911 EXPECT_EQ("VP8", vp8.name);
2912 EXPECT_EQ(120, vp8.id);
2913 cricket::CodecParameterMap::iterator found =
2914 vp8.params.find("x-google-min-bitrate");
2915 ASSERT_TRUE(found != vp8.params.end());
2916 EXPECT_EQ(found->second, "10");
2917 found = vp8.params.find("x-google-max-quantization");
2918 ASSERT_TRUE(found != vp8.params.end());
2919 EXPECT_EQ(found->second, "40");
2920}
2921
2922TEST_F(WebRtcSdpTest, DeserializeVideoFmtpWithSpace) {
2923 JsepSessionDescription jdesc_output(kDummyString);
2924
2925 const char kSdpWithFmtpString[] =
2926 "v=0\r\n"
2927 "o=- 18446744069414584320 18446462598732840960 IN IP4 127.0.0.1\r\n"
2928 "s=-\r\n"
2929 "t=0 0\r\n"
2930 "m=video 3457 RTP/SAVPF 120\r\n"
2931 "a=rtpmap:120 VP8/90000\r\n"
2932 "a=fmtp:120 x-google-min-bitrate=10; x-google-max-quantization=40\r\n";
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002933
2934 // Deserialize
2935 SdpParseError error;
2936 EXPECT_TRUE(webrtc::SdpDeserialize(kSdpWithFmtpString, &jdesc_output,
2937 &error));
2938
2939 const ContentInfo* vc = GetFirstVideoContent(jdesc_output.description());
2940 ASSERT_TRUE(vc != NULL);
2941 const VideoContentDescription* vcd =
2942 static_cast<const VideoContentDescription*>(vc->description);
2943 ASSERT_FALSE(vcd->codecs().empty());
2944 cricket::VideoCodec vp8 = vcd->codecs()[0];
2945 EXPECT_EQ("VP8", vp8.name);
2946 EXPECT_EQ(120, vp8.id);
2947 cricket::CodecParameterMap::iterator found =
2948 vp8.params.find("x-google-min-bitrate");
2949 ASSERT_TRUE(found != vp8.params.end());
2950 EXPECT_EQ(found->second, "10");
2951 found = vp8.params.find("x-google-max-quantization");
2952 ASSERT_TRUE(found != vp8.params.end());
2953 EXPECT_EQ(found->second, "40");
2954}
2955
2956TEST_F(WebRtcSdpTest, SerializeVideoFmtp) {
2957 VideoContentDescription* vcd = static_cast<VideoContentDescription*>(
2958 GetFirstVideoContent(&desc_)->description);
2959
2960 cricket::VideoCodecs codecs = vcd->codecs();
2961 codecs[0].params["x-google-min-bitrate"] = "10";
2962 vcd->set_codecs(codecs);
2963
2964 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
2965 jdesc_.session_id(),
2966 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08002967 std::string message = webrtc::SdpSerialize(jdesc_, false);
henrike@webrtc.org28e20752013-07-10 00:45:36 +00002968 std::string sdp_with_fmtp = kSdpFullString;
2969 InjectAfter("a=rtpmap:120 VP8/90000\r\n",
2970 "a=fmtp:120 x-google-min-bitrate=10\r\n",
2971 &sdp_with_fmtp);
2972 EXPECT_EQ(sdp_with_fmtp, message);
2973}
2974
2975TEST_F(WebRtcSdpTest, DeserializeSdpWithIceLite) {
2976 JsepSessionDescription jdesc_with_icelite(kDummyString);
2977 std::string sdp_with_icelite = kSdpFullString;
2978 EXPECT_TRUE(SdpDeserialize(sdp_with_icelite, &jdesc_with_icelite));
2979 cricket::SessionDescription* desc = jdesc_with_icelite.description();
2980 const cricket::TransportInfo* tinfo1 =
2981 desc->GetTransportInfoByName("audio_content_name");
2982 EXPECT_EQ(cricket::ICEMODE_FULL, tinfo1->description.ice_mode);
2983 const cricket::TransportInfo* tinfo2 =
2984 desc->GetTransportInfoByName("video_content_name");
2985 EXPECT_EQ(cricket::ICEMODE_FULL, tinfo2->description.ice_mode);
2986 InjectAfter(kSessionTime,
2987 "a=ice-lite\r\n",
2988 &sdp_with_icelite);
2989 EXPECT_TRUE(SdpDeserialize(sdp_with_icelite, &jdesc_with_icelite));
2990 desc = jdesc_with_icelite.description();
2991 const cricket::TransportInfo* atinfo =
2992 desc->GetTransportInfoByName("audio_content_name");
2993 EXPECT_EQ(cricket::ICEMODE_LITE, atinfo->description.ice_mode);
2994 const cricket::TransportInfo* vtinfo =
2995 desc->GetTransportInfoByName("video_content_name");
2996 EXPECT_EQ(cricket::ICEMODE_LITE, vtinfo->description.ice_mode);
2997}
2998
2999// Verifies that the candidates in the input SDP are parsed and serialized
3000// correctly in the output SDP.
3001TEST_F(WebRtcSdpTest, RoundTripSdpWithSctpDataChannelsWithCandidates) {
3002 std::string sdp_with_data = kSdpString;
3003 sdp_with_data.append(kSdpSctpDataChannelWithCandidatesString);
3004 JsepSessionDescription jdesc_output(kDummyString);
3005
3006 EXPECT_TRUE(SdpDeserialize(sdp_with_data, &jdesc_output));
deadbeef9d3584c2016-02-16 17:54:10 -08003007 EXPECT_EQ(sdp_with_data, webrtc::SdpSerialize(jdesc_output, false));
henrike@webrtc.org28e20752013-07-10 00:45:36 +00003008}
sergeyu@chromium.org0be6aa02013-08-23 23:21:25 +00003009
3010TEST_F(WebRtcSdpTest, SerializeDtlsSetupAttribute) {
3011 AddFingerprint();
3012 TransportInfo audio_transport_info =
3013 *(desc_.GetTransportInfoByName(kAudioContentName));
3014 EXPECT_EQ(cricket::CONNECTIONROLE_NONE,
3015 audio_transport_info.description.connection_role);
3016 audio_transport_info.description.connection_role =
3017 cricket::CONNECTIONROLE_ACTIVE;
3018
3019 TransportInfo video_transport_info =
3020 *(desc_.GetTransportInfoByName(kVideoContentName));
3021 EXPECT_EQ(cricket::CONNECTIONROLE_NONE,
3022 video_transport_info.description.connection_role);
3023 video_transport_info.description.connection_role =
3024 cricket::CONNECTIONROLE_ACTIVE;
3025
3026 desc_.RemoveTransportInfoByName(kAudioContentName);
3027 desc_.RemoveTransportInfoByName(kVideoContentName);
3028
3029 desc_.AddTransportInfo(audio_transport_info);
3030 desc_.AddTransportInfo(video_transport_info);
3031
3032 ASSERT_TRUE(jdesc_.Initialize(desc_.Copy(),
3033 jdesc_.session_id(),
3034 jdesc_.session_version()));
deadbeef9d3584c2016-02-16 17:54:10 -08003035 std::string message = webrtc::SdpSerialize(jdesc_, false);
sergeyu@chromium.org0be6aa02013-08-23 23:21:25 +00003036 std::string sdp_with_dtlssetup = kSdpFullString;
3037
3038 // Fingerprint attribute is necessary to add DTLS setup attribute.
3039 InjectAfter(kAttributeIcePwdVoice,
3040 kFingerprint, &sdp_with_dtlssetup);
3041 InjectAfter(kAttributeIcePwdVideo,
3042 kFingerprint, &sdp_with_dtlssetup);
3043 // Now adding |setup| attribute.
3044 InjectAfter(kFingerprint,
3045 "a=setup:active\r\n", &sdp_with_dtlssetup);
3046 EXPECT_EQ(sdp_with_dtlssetup, message);
3047}
3048
3049TEST_F(WebRtcSdpTest, DeserializeDtlsSetupAttribute) {
3050 JsepSessionDescription jdesc_with_dtlssetup(kDummyString);
3051 std::string sdp_with_dtlssetup = kSdpFullString;
3052 InjectAfter(kSessionTime,
3053 "a=setup:actpass\r\n",
3054 &sdp_with_dtlssetup);
3055 EXPECT_TRUE(SdpDeserialize(sdp_with_dtlssetup, &jdesc_with_dtlssetup));
3056 cricket::SessionDescription* desc = jdesc_with_dtlssetup.description();
3057 const cricket::TransportInfo* atinfo =
3058 desc->GetTransportInfoByName("audio_content_name");
3059 EXPECT_EQ(cricket::CONNECTIONROLE_ACTPASS,
3060 atinfo->description.connection_role);
3061 const cricket::TransportInfo* vtinfo =
3062 desc->GetTransportInfoByName("video_content_name");
3063 EXPECT_EQ(cricket::CONNECTIONROLE_ACTPASS,
3064 vtinfo->description.connection_role);
3065}
jiayl@webrtc.orge7d47a12014-08-05 19:19:05 +00003066
3067// Verifies that the order of the serialized m-lines follows the order of the
3068// ContentInfo in SessionDescription, and vise versa for deserialization.
3069TEST_F(WebRtcSdpTest, MediaContentOrderMaintainedRoundTrip) {
3070 JsepSessionDescription jdesc(kDummyString);
3071 const std::string media_content_sdps[3] = {
3072 kSdpAudioString,
3073 kSdpVideoString,
3074 kSdpSctpDataChannelString
3075 };
3076 const cricket::MediaType media_types[3] = {
3077 cricket::MEDIA_TYPE_AUDIO,
3078 cricket::MEDIA_TYPE_VIDEO,
3079 cricket::MEDIA_TYPE_DATA
3080 };
3081
3082 // Verifies all 6 permutations.
3083 for (size_t i = 0; i < 6; ++i) {
3084 size_t media_content_in_sdp[3];
3085 // The index of the first media content.
3086 media_content_in_sdp[0] = i / 2;
3087 // The index of the second media content.
3088 media_content_in_sdp[1] = (media_content_in_sdp[0] + i % 2 + 1) % 3;
3089 // The index of the third media content.
3090 media_content_in_sdp[2] = (media_content_in_sdp[0] + (i + 1) % 2 + 1) % 3;
3091
3092 std::string sdp_string = kSdpSessionString;
3093 for (size_t i = 0; i < 3; ++i)
3094 sdp_string += media_content_sdps[media_content_in_sdp[i]];
3095
3096 EXPECT_TRUE(SdpDeserialize(sdp_string, &jdesc));
3097 cricket::SessionDescription* desc = jdesc.description();
3098 EXPECT_EQ(3u, desc->contents().size());
3099
3100 for (size_t i = 0; i < 3; ++i) {
3101 const cricket::MediaContentDescription* mdesc =
3102 static_cast<const cricket::MediaContentDescription*>(
3103 desc->contents()[i].description);
3104 EXPECT_EQ(media_types[media_content_in_sdp[i]], mdesc->type());
3105 }
3106
deadbeef9d3584c2016-02-16 17:54:10 -08003107 std::string serialized_sdp = webrtc::SdpSerialize(jdesc, false);
jiayl@webrtc.orge7d47a12014-08-05 19:19:05 +00003108 EXPECT_EQ(sdp_string, serialized_sdp);
3109 }
3110}
deadbeef9d3584c2016-02-16 17:54:10 -08003111
3112TEST_F(WebRtcSdpTest, DeserializePlanBSessionDescription) {
3113 MakePlanBDescription();
3114
3115 JsepSessionDescription deserialized_description(kDummyString);
3116 EXPECT_TRUE(SdpDeserialize(kPlanBSdpFullString, &deserialized_description));
3117
3118 EXPECT_TRUE(CompareSessionDescription(jdesc_, deserialized_description));
3119}
3120
3121TEST_F(WebRtcSdpTest, SerializePlanBSessionDescription) {
3122 MakePlanBDescription();
3123 TestSerialize(jdesc_, false);
3124}
3125
Taylor Brandstetter5de6b752016-03-09 17:02:30 -08003126// Some WebRTC endpoints include the msid in both the Plan B and Unified Plan
3127// ways, to make SDP that's compatible with both Plan B and Unified Plan (to
3128// some extent). If we parse this, the Plan B msid attribute (which is more
3129// specific, since it's at the SSRC level) should take priority.
3130TEST_F(WebRtcSdpTest, DeserializePlanBSessionDescriptionWithMsid) {
3131 MakePlanBDescription();
3132
3133 JsepSessionDescription deserialized_description(kDummyString);
3134 EXPECT_TRUE(
3135 SdpDeserialize(kPlanBSdpFullStringWithMsid, &deserialized_description));
3136
3137 EXPECT_TRUE(CompareSessionDescription(jdesc_, deserialized_description));
3138}
3139
deadbeef9d3584c2016-02-16 17:54:10 -08003140TEST_F(WebRtcSdpTest, DeserializeUnifiedPlanSessionDescription) {
3141 MakeUnifiedPlanDescription();
3142
3143 JsepSessionDescription deserialized_description(kDummyString);
3144 EXPECT_TRUE(
3145 SdpDeserialize(kUnifiedPlanSdpFullString, &deserialized_description));
3146
3147 EXPECT_TRUE(CompareSessionDescription(jdesc_, deserialized_description));
3148}
3149
3150TEST_F(WebRtcSdpTest, SerializeUnifiedPlanSessionDescription) {
3151 MakeUnifiedPlanDescription();
3152 TestSerialize(jdesc_, true);
3153}