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