Wowza Community

Issue with Websocket for WebRTC

Hello,

I am facing a blocking issue. I have researching for a few hours, and triple checked my configuration.

I am unable to connect to the websocket.In my setup, I have:

  • My own signed certificate

  • I have activated in Vhost.xml the permissions to access the webrtc-session.json file (HTTPProvider)

<HTTPProvider>
  <BaseClass>com.wowza.wms.webrtc.http.HTTPWebRTCExchangeSessionInfo</BaseClass>
  <RequestFilters>*webrtc-session.json</RequestFilters>
  <AuthenticationMethod>none</AuthenticationMethod>
</HTTPProvider>

When I tried to use your example:

https://par01-man01.lpgs.io/webrtc/play2.html

I have a problem to connect to the webservice

It is like the module to handle webservice is not starting/working.

I did a new fresh installation (4.8.0), and still, it is not working with the same error.

Can you help me ?

Thanks