I am running Wowza locally on my MAC. I have a valid license. I download the WebRTC trial. I created a StreamLock certificate and made the necessary changes to the various configuration files. I also enabled the local Wowza http server. I am using the following SDP URL:
wss://10.0.0.36:1935/webrtc-session.json
The browser is not able to connect. When I try to publish I get the following error:
WebSocket connection to ‘wss://10.0.0.36:1935/webrtc-session.json’ failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR
10.0.0.36 is the IP address of the machine and the IP address I used in creating the certificate. i tried using the certificate name as well. I tried without port also and got the following error:
WebSocket connection to ‘wss://10.0.0.36/webrtc-session.json’ failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED. Definitely need to use a port - look at what was listening on my machine and 1935 seems to be the only port I would use.
What should the SDP URL be? Also do I need to configure a stream through the Wowza interface?
Thanks,
Tim McClure