Websocket connection failed

Hi ,

When i am trying to open websocket connection i am getting following message in console :

flashphoner.js:10855 WebSocket connection to 'ws://192.168.1.17:8080/' failed:
 

Max

Administrator
Staff member
Could you share few screenshots? Are you connecting from https page?
 

Max

Administrator
Staff member
You should open the page via HTTPS and use wss connection wss://192.168.1.17:8443/ for WebRTC to work in browser.
 
If my requirement is Http how i supposed to work...

It was working fine with ws://192.168.1.17:8080 . but suddenly stopped working .. what is the reason
 

Max

Administrator
Staff member
It was working fine with ws://192.168.1.17:8080 . but suddenly stopped working .. what is the reason
Pplease check if WCS is up and running, and port 8080 is accessible. Screenshot you've provided shows that connection cannot be established.
Also please check if the problem is reproducing in Player example.
Note that WebRTC publishing/playing will not work via HTTP in browser, MSE will be used to play a stream.
 
Top