Re: [Live-devel] HOW REALIZED NAT TRAVERSAL IN LIVE555

2014-08-04 Thread Jeff Shanab
If I am understanding the question correctly I did something similar using live555 in a previous project. Originally this was only because the device (Sercomm security camera) had some special code on it. I later wrote a small app that allowed any RTSP camera inside the network to do reach out from

Re: [Live-devel] HOW REALIZED NAT TRAVERSAL IN LIVE555

2014-08-03 Thread Ross Finlayson
> How Live555 client side library makes UDP ports reachable from the global > network for incoming UDP traffic when both client and server are under NAT In short, it can't. RTSP works by having a RTSP client contact a RTSP server, to request a specific stream. If the RTSP client can't contact

[Live-devel] HOW REALIZED NAT TRAVERSAL IN LIVE555

2014-08-03 Thread minus
How Live555 client side library makes UDP ports reachable from the global network for incoming UDP traffic when both client and server are under NAT and all UDP ports are not opened for the network? Does it use STUN or something else? -- Vadim ___