Deploy on centos 7 & using OpenVidu Demo Production

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

image

To verify that the KMS is working only on Firefox browser, i both test it on Firefox & Chrome and here’s the results :

  • Otherwise i had also a problem with ICE & TurnServer

STEP 2 - Openvidu-call-back :

STEP 3 - Openvidu-call-front :

I summarize my problems below :

Server KMS

  1. Can’t connect to the WebSocket (failed: Error in connection establishment: net::ERR_CERT_AUTHORITY_INVALID)
  2. 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

  1. 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,

You have to deploy following these instructions:

Hello @micael.gallego,
Thank you for your indications.

I get back to you regarding the documentation that i should follow to install a deployed version of OpenVidu as you told me to found on : https://docs.openvidu.io/en/2.15.0/deployment/deploying-on-premises/

What I want to do is to have access to the Front / Back code in order to successfully develop my applications, this is why I want to deploy a version with full access to the code, below what i need :

Could you please help me to make it deployed on the server?

Best regards,

The above error occur due to use of self signed certificate. You may open the url in separate tab to force browser to accept certificate.