Wowza Community

Server Domain instead of Server IP

Hi there,

Is it possible to connect to Wowza server with server domain and not server IP?

instead of calling:

nc.connect(“rtmp://serverIP:serverPort/”)

nc.connect(“rtmp://serverDomain:serverPort/”)

I tried this call with server domain but didn’t work, I just need to hide my server’s IP address so that it will not be visible in the code in case of SWF decoding.

Thank you,

Mohammad Assaf

Hello,

You will need to update DNS A host records along with using a syntax like this:

rtmp://mycompany.com/vod/mp4:mycoolvideo.mov

How to format RTMP URLs

Best,

Jason Tuchler

Wowza Media Systems Support