Hello,
After several searches here or elsewhere I still can’t find a solution.
This is about OpenVidu deployment =>
On premises - OpenVidu Docs (CERTIFICATE_TYPE=selfsigned)
I followed all the steps, I manage to access the Dashbeard without worries. ==> https://<public.ip>/dashboard/#/
And when I want to start the discussion (Test the connection button) I have the following error: =>
KMS event [IceComponentStateChange]: → endpoint: str_CAM_FGOB_con_AsrcjLGGDC (publisher) | state: FAILED | componentId: 1 | streamId: 1 | timestamp: 1654095825708
I’m on a VM (Ubuntu 18) on GCP.
Regards
Bro, I also encountered this problem, I deployed docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=123 -e DOMAIN_OR_PUBLIC_IP=10.10.70.13 openvidu/openvidu-server- kms:2.22.0, I used another laptop with a camera on the same LAN to access https://10.10.70.13:4443/dashboard/#/, and the same problem occurred when I logged in to test (publisher) | state: FAILED. The small window on the right shows stream created, but it keeps loading. I don’t know where I made the error.
Because openvidu/openvidu-server-kms
it’s only for localhost development.
To deploy a server on your LAN or in a public server, you need to install it using the oficial deployment instructions:
https://docs.openvidu.io/en/stable/deployment/ce/on-premises/
2.22.0 is an old version anyway. Try to deploy 2.29.0 and see if that works.