Hello,
I try to run the mvc-java app, but I get this error in the Firefox console when I join a session :
Firefox can’t establish a connection to the server at wss://localhost:4443/openvidu.
Reconnection error:
error
bubbles: false
cancelBubble: false
cancelable: false
composed: false
currentTarget: null
defaultPrevented: false
eventPhase: 0
explicitOriginalTarget: WebSocket { url: “wss://localhost:4443/openvidu”, readyState: 3, bufferedAmount: 0, … }
isTrusted: true
originalTarget: WebSocket { url: “wss://localhost:4443/openvidu”, readyState: 3, bufferedAmount: 0, … }
returnValue: true
srcElement: WebSocket { url: “wss://localhost:4443/openvidu”, readyState: 3, bufferedAmount: 0, … }
target: WebSocket { url: “wss://localhost:4443/openvidu”, readyState: 3, bufferedAmount: 0, … }
timeStamp: 575611
type: “error”
<get isTrusted()>: function isTrusted()
: EventPrototype { composedPath: composedPath(), stopPropagation: stopPropagation(), stopImmediatePropagation: stopImmediatePropagation(), … }
There is no video.
To start Openvidu server I use this command :
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-server-kms:2.14.0
I tried using Ubuntu 18.04.4 and Ubuntu 20.04.
Can someone help me please ?