Hi,
I am wondering if I can use port 80 instead of using 1935, as 1935 might be blocked by firewall and how can i configure port 80 to be the default port?
Hi,
I am wondering if I can use port 80 instead of using 1935, as 1935 might be blocked by firewall and how can i configure port 80 to be the default port?
Modify /conf/VHost.xml /HostPort /Port "1935". Change to "1935,80" or just "80"
But for RTMP you will have to add port 80 explicitly to connect, because 1935 is default port:
RichardCode:rtmp://[wowza-address]:80/yourApp
Thank you Richard, I'll try it out.
Hi Richard,
I've tried it, but not working.
I assume the reason is my apache web server uses the port 80,
Is there any way to work around or I have to use other port (like 443)
by the way, Wowza uses TCP right, if it does, can we change it to UDP?
I see Wowza uses TCP1935 to transmit media data, right?
What about the UDP ports UDP 6970-9999. Are those ports used for transmitting media data?
Thanks