Hi, I’m following the “Publish a test stream to Wowza Streaming Engine” instructions and getting the following error when attempting to publish as instructed: “Websocket connection failed: wss://5edxxxxxxxxx6.streamlock.net/webrtc-session.json”:
I’m quite certain I have my Streamlock SSL certificate set up correctly (shown below). I can run “openssl s_client -connect 5edxxxxxxxxx6.streamlock.net:443” from the command line and I get back the expected information.
When creating my Streamlock certificate, the IP address I used is 127.0.0.1. So, I suspect when pinging 5edxxxxxxxxx6.streamlock.net it should just refer to localhost (127.0.0.1), which it appears to.
What I’m confused about is If 5edxxxxxxxxx6.streamlock.net is pointing to my localhost (127.0.0.1) then I’m guessing webrtc-session.json must be a file in the Wowza directory (C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine 4.8.0). However, if I search this directory I don’t find webrtc-session.json …Is this why I’m getting the “Websocket connection failed” error above? …If so, could someone please explain to me where I can get this file?
Thanks!