Wowza Community

Setting WebRTC preview up

Greetings, I’m going through the webrtc preview and I stuck at some steps:

  1. The webrtc preview patch make me configure Wowza Streaming Engine to use SSL on port 443 by default. The chat app runs on nginx that uses port 443 for SSL too, so I moved Wowza Streaming Engine to virtual machine with ip=192.168.1.53. I couldn’t change nginx SSL port as chrome refuses to open the chat app (net::ERR_SSL_PROTOCOL_ERROR). Is it OK to assign another SSL port for Wowza Streaming Engine?

  2. The chat app tries to send POST request to Wowza Streaming E but fails every time because of net::ERR_SSL_PROTOCOL_ERROR in chrome. In webrtc-const.js I configured SERVER_URL as follows: const SERVER_URL = “https://192.168.1.53:1935/webrtc-session.json”. Whatever I try I can’t obtain webrtc-session.json from Wowza Streaming Engine. Could you explain me if I’m correct or not.

Hello,

This was answered in a support case. You can use another port besides 443 to SSL Default Streaming. You will need to add the port number though to your SDP URL though:

e.g. wss://5555555555555.streamlock.net:8443/webrtc-session.json

Regards,

JasonT