MT#55283 fill RTCP endpoint even if same

Closes #2096

Change-Id: Icee7dca1cbe1e2392ddc2b0b57ee56dd0657153d
(cherry picked from commit 99e4904600)
(cherry picked from commit 4e6cc14428)
mr14.1.1
Richard Fuchs 1 week ago
parent af18d16478
commit 3614f610c2

@ -2199,10 +2199,7 @@ bool sdp_streams(const sdp_sessions_q *sessions, sdp_streams_q *streams, sdp_ng_
}
if (attr->rtcp.port_num == sp->rtp_endpoint.port
&& !is_trickle_ice_address(&sp->rtp_endpoint))
{
SP_SET(sp, RTCP_MUX);
goto next;
}
errstr = "Invalid RTCP attribute";
if (fill_endpoint(&sp->rtcp_endpoint, media, flags, &attr->rtcp.address,
attr->rtcp.port_num))

Loading…
Cancel
Save