Thanks a lot for the reply. As mentioned earlier I am developing cloud
based game engine, my requirement is to use UDP, not TCP. Besides TCP works
fine and the clients receive streams but streaming over UDP behind NAT is
problematic.
On 21 October 2015 at 11:51, Ross Finlayson wrote:
> Thanks a
> Thanks a lot for the reply. My private server is not running behind NAT. It
> is a public server. The problem arises when some of the clients who are
> behind NAT tries to access this public server, and they cannot connect to the
> server as per firewall restriction.
If these clients can ac
Hi Ross,
Thanks a lot for the reply. My private server is not running behind NAT.
It is a public server. The problem arises when some of the clients who are
behind NAT tries to access this public server, and they cannot connect to
the server as per firewall restriction.
Regards
On 21 October 2
> I don't want to transmit video user TCP, so I have stuck myself with UDP. So
> my question is how can I sebd UDP packet over NAT using live555?
>
In general, you can’t expect to be able to run a RTSP server on the private
side of a NAT; see
http://lists.live555.com/pipermail/live-dev
Hi Ross,
I am developing cloud based gaming engine. I have used live555 for
transport mechanism. The application works fine on public ips, which is
good.
I don't want to transmit video user TCP, so I have stuck myself with UDP.
So my question is how can I sebd UDP packet over NAT using live555?
If