Hello,<br><br>I&#39;m using live555 server and openRTSP client in an especial emulation environment, lets say I am development sort of gateway system...<br><br>An example of the configuration could be:<br>
---------------<br>
live555 (<a href="http://10.0.0.11">10.0.0.11</a>) - ServerGW (<a href="http://10.0.0.1">10.0.0.1</a>) - ClientGW (<a href="http://10.0.0.4">10.0.0.4</a>) - openRTSP (<a href="http://10.0.0.4">10.0.0.4</a>)<br>
<br>
and I execute &quot;openRTSP rtsp://10.0.0.1/track.mp3&quot;<br>
<br><br>Basically, the point is that openRTSP doesn&#39;t write in the output files, and I guess it is because it receives RTP packets from a different address than the server&#39;s IP. All the transmission goes fine, they exchange RTSP messages and the application receives the RTP messages (i&#39;ve done an strace to check it); but it just doesn&#39;t write them in the file.<br>
<br>I&#39;ve been digging into the source code, but not successfully. Can someone tell me if this could be fixable in the code and where should I touch?<br><br><br>Best Regards,<br>Sergio<br>