o Gary Nyquist on 04/21/2014 10:11 PM:
> Is there anyone who can confirm that SEMS doesn't handle src ip change
> on the fly.

try something like this:

diff --git a/core/AmRtpStream.cpp b/core/AmRtpStream.cpp
index 4e51c5a..b4208b2 100644
--- a/core/AmRtpStream.cpp
+++ b/core/AmRtpStream.cpp
@@ -531,12 +531,15 @@ void AmRtpStream::handleSymmetricRtp(struct
sockaddr_storage* recv_addr, bool rt
          " Leaving passive mode.\n",prot,prot);
     }

+#if 0
     // avoid comparing each time sender address
     if(!rtcp)
       passive = false;
     else
       passive_rtcp = false;
   }
+#endif
+
 }

hth
Stefan

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to