Submitting the form below will ensure a prompt response from us.
If you see a message stating “WebRtc Websocket Connections Must be allowed to *.*.cloud.wow za.com on TCP Port 80, 443, 1935,” it points to a connectivity requirement for real-time media streaming.
Your app or service (likely built on Wowza Streaming Cloud) needs to establish WebRTC or WebSocket connections to dynamically generated subdomains like:
python
abc.def.cloud.wowza.com
For these connections to work, traffic must be allowed through these TCP ports:
Without proper access, your real-time video, audio, or data streams won’t connect successfully.
Each port serves a specific function in ensuring seamless media streaming:
By allowing these ports, you guarantee that WebRTC/WebSocket traffic can flow freely, ensuring stable media streams.
Modify your firewall, proxy, or security appliance settings to allow outbound connections to:
*.cloud.wowza.com
Across TCP ports:
⚡ Important:
Use a wildcard * in both subdomain levels, meaning connections must be allowed for all variations like:
python
abc.def.cloud.wowza.com
If your application is running on a corporate or restricted network:
Sometimes, the browser can block WebRTC/WebSocket traffic unintentionally.
These tools might interfere with WebRTC or WebSocket operations.
Testing is critical to confirm that your changes are effective.
WebSocket Test:
Check WebSocket connectivity via:
WebSocket.org Echo Test
Port Checking Tool:
Run a telnet command in the terminal to check if a port is open:
bash
telnet abc.def.cloud.wowza.com 1935
Curl Command for HTTPS:
bash
curl -Iv https://abc.def.cloud.wowza.com
A successful response indicates that the required ports are accessible and SSL/TLS certificates are valid.
✅ Always ensure your firewall and proxies are properly configured for outbound traffic.
✅ Make sure your security appliances aren’t blocking or inspecting SSL/WebSocket traffic too aggressively.
✅ Keep your browsers updated and free from conflicting extensions.
✅ Regularly monitor connectivity using online tools and terminal commands.
Proper setup leads to seamless real-time communication and uninterrupted media streaming using Wowza or similar platforms.
Submitting the form below will ensure a prompt response from us.