From: Anthony Minessale Date: Tue, 29 Mar 2016 22:44:40 +0000 (-0500) Subject: FS-8992 #resolve [Indicate end of candidates in SDP] X-Git-Tag: v1.6.7^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039ff4a599bbd561313d0ec2ac94a4d0f2b880c0;p=thirdparty%2Ffreeswitch.git FS-8992 #resolve [Indicate end of candidates in SDP] --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 59b0ee4301..6742830270 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -7813,7 +7813,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess if (switch_channel_test_flag(smh->session->channel, CF_ICE)) { gen_ice(session, SWITCH_MEDIA_TYPE_AUDIO, ip, port); - switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=msid-semantic: WMS %s\r\n", smh->msid); + switch_snprintf(buf + strlen(buf), SDPBUFLEN - strlen(buf), "a=msid-semantic: WMS %s\r\na=end-of-candidates\r\n", smh->msid); } if (a_engine->codec_negotiated) {