Discussion:
[Sems] force_symmetric_rtp
Kelvin Chua
2014-09-30 11:32:53 UTC
Permalink
i did some experiment, when sems learns of the remote's IP address, it
locks into it.
when the remote client's IP changes for any reason, like roaming. the audio
gets cut, in rtpproxy, i made a patch to make this work. Is there anything
we can do
to make this work on sems?


Kelvin Chua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.iptel.org/pipermail/sems/attachments/20140930/51be2647/attachment.html>
Stefan Sayer
2014-10-02 12:27:23 UTC
Permalink
Post by Kelvin Chua
i did some experiment, when sems learns of the remote's IP address, it
locks into it.
when the remote client's IP changes for any reason, like roaming. the audio
gets cut, in rtpproxy, i made a patch to make this work. Is there
anything we can do
to make this work on sems?
remove the block
// avoid comparing each time sender address
if(!rtcp)
passive = false;
else
passive_rtcp = false;

in AmRtpStream::handleSymmetricRtp.

Stefan
Kelvin Chua
2014-10-03 04:34:43 UTC
Permalink
worked thanks

Kelvin Chua

On Thu, Oct 2, 2014 at 8:27 PM, Stefan Sayer <stefan.sayer at frafos.com>
Post by Stefan Sayer
Post by Kelvin Chua
i did some experiment, when sems learns of the remote's IP address, it
locks into it.
when the remote client's IP changes for any reason, like roaming. the audio
gets cut, in rtpproxy, i made a patch to make this work. Is there
anything we can do
to make this work on sems?
remove the block
// avoid comparing each time sender address
if(!rtcp)
passive = false;
else
passive_rtcp = false;
in AmRtpStream::handleSymmetricRtp.
Stefan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.iptel.org/pipermail/sems/attachments/20141003/d774d220/attachment.html>
Loading...