Re: [Live-devel] live555 can't transport UDP packet through NAT

2013-10-11 Thread Ross Finlayson
Yes, you've discovered that the RTSP protocol often does not work across NAT. To overcome this, either get rid of your NAT box, or else have your client request RTP/RTCP-over-TCP. In the "testRTSPClient" demo application, you can do this by changing line 229 of "testProgs/testRTSPClient.cpp" f

[Live-devel] live555 can't transport UDP packet through NAT

2013-10-10 Thread kingaceck
HI I put the live555MediaServer in a CENTOS computer that ip is 129.1.7.201. Then put testRTSPClient also in a CENTOS computer that it is behind a NAT(TP-LINK wireless router,a NAPT device) and its ip is 192.168.1.1. I run ./testRTSPClient rtsp://129.1.7.201/test.mpg command and the testRTSPCl