Wowza Community

RTSP device behind the NAT

Hi,

Is this possible for wowza to feed the stream then to re-stream from the RTSP device (such as IP camera) which is behind the NAT.

Best Regards

Watanabe.

You need connectivity between the two servers on port 554. If you can enable that, then yes

Richard

No, Wowza doesn’t have such functionality. Wowza uses the ports you specify or that are the default for the protocol you are using. Port 554 is the default rtsp port.

You have to ensure that no firewall blocks the ports you use. Or the ports are passed thru from lan to internet properly. The network admin has to do that.

Richard

If you use port 80 you will probably have more success than with port 1935. Add port 80 to /conf/VHost.xml /HostPort /Port “1935”. Change that to “1935, 80”. Then use port 80 to connect to Wowza:

rtmp://[wowza-address]:80/[appName]

Richard

To connect port is not the functionality of Wowza? It seems wowza has some functionality of traversing NAT if wowza is behind the NAT. In similar way I am looking for how to traverse NAT from RTSP device side. Some advice please.

Best Regards

Watanabe.

Thanks Richard.

What I want to do is to publish stream from the place like Wifi free-spot where I can not access IP admin or router. If the wowza server runs on my PC connected to the RTSP device, it is still impossible? Skype or Ustream can traverse NAT but Wowza cannot?

Best Regards

Watanabe