Hi,
i have a problem with deploying Openvidu-Call Demo in my production environement, below the steps that i followed to do this manipulation :
STEP 1 - Openvidu-Server-KMS :
i have executed the following command :
- docker run -p 4443:4443 --rm --name openvidu -e OPENVIDU_SECRET= ---- -e DOMAIN_OR_PUBLIC_IP=MY_IP_SERVER openvidu/openvidu-server-kms:2.15.0
To verify that the KMS is working only on Firefox browser, i both test it on Firefox & Chrome and here’s the results :
-
On Chrome : https://MY_IP_SERVER:4443/dashboard/
-
On Firefox: https://54.36.111.50:4443/dashboard/
- Otherwise i had also a problem with ICE & TurnServer
STEP 2 - Openvidu-call-back :
- When i start the app.js i see that the Back is running**
STEP 3 - Openvidu-call-front :
-
I tried to link the back with the front apps, but it doesn’t work :
-
Proxy :
I summarize my problems below :
Server KMS
- Can’t connect to the WebSocket (failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID)
- On FireFox it request to add a TurnServer (WebRTC: ICE failed, add a TURN server and see about:webrtc for more details)
Openvidu-call-front
- The connection between the back and front apps doesn’t work even if i changed the proxy
/!: the project works in a Local environment without any problems.
Thanks for your help.
Best regards,