[Live-devel] live555 can't transport UDP packet through NAT
Ross Finlayson
finlayson at live555.com
Thu Oct 10 23:56:34 PDT 2013
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" from
#define REQUEST_STREAMING_OVER_TCP False
to
#define REQUEST_STREAMING_OVER_TCP True
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20131010/caccc4a6/attachment.html>
More information about the live-devel
mailing list