<div dir="ltr">Thank you.<div>Abdoul.<br><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div><br></div></div></div></div></div>
<br><div class="gmail_quote">2017-08-16 11:25 GMT+02:00 Sebastian Damm <span dir="ltr"><<a href="mailto:damm@sipgate.de" target="_blank">damm@sipgate.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
On Wed, Aug 16, 2017 at 10:32 AM, Abdoul Osséni <<a href="mailto:abdoul.osseni@gmail.com">abdoul.osseni@gmail.com</a>> wrote:<br>
> Does this mean that uac must be compliance with RFC 5761 if I want multiplex<br>
> and demultiplex RTP/RTCP between UAC and rtpengine?<br>
<br>
I don't know whether I understand your question correctly, but the<br>
options in rtpengine are "graceful". How rtpengine behaves depends on<br>
what the client offered in the incoming SDP. So if your UAC isn't<br>
capable of multiplexing, rtpengine won't force it into doing it.<br>
<br>
Since Google changed their default to enable multiplexing in the<br>
Chrome WebRTC implementation, we are using the following line for<br>
converting audio between WebRTC and Asterisk:<br>
<br>
WebRTC -> rtpengine -> Asterisk:<br>
rtpengine_manage("force trust-address replace-origin<br>
replace-session-connection ICE=remove RTP/AVP rtcp-mux-demux");<br>
<br>
Asterisk -> rtpengine -> WebRTC:<br>
rtpengine_manage("force trust-address replace-origin<br>
replace-session-connection ICE=force RTP/SAVPF rtcp-mux-offer");<br>
<br>
That makes rtpengine always send out rtp and rtcp on different ports<br>
for audio going to Asterisk, and offers the multiplexing for audio<br>
going to the WebRTC client. Still the client can choose whether it<br>
wants to accept multiplexed traffic or receive it on two ports.<br>
<br>
(BTW: Enabling this helped to dramatically reduce audio support issues<br>
on WebRTC calls.)<br>
<br>
Best Regards,<br>
Sebastian<br>
<br>
______________________________<wbr>_________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/<wbr>cgi-bin/mailman/listinfo/sr-<wbr>users</a><br>
</blockquote></div><br></div></div></div>