Can't see the video

Hello, everybody!

I deployed a docker kms and a coturn, and compiled openvidu, but when I visit the page,“https://…:4443/dashboard/”, I can’t see the video.

can you give any help?
Thanks very much!

Server events and connection infor show as below:

  • KMS event [IceComponentStateChange]: → endpoint: str_CAM_S3ab_con_P2DF4YD9kH (publisher) | state: GATHERING | componentId: 1 | streamId: 1 | timestamp: 1633944137314
  • KMS event [IceComponentStateChange]: → endpoint: str_CAM_S3ab_con_P2DF4YD9kH (publisher) | state: CONNECTING | componentId: 1 | streamId: 1 | timestamp: 1633944137328
  • KMS event [IceComponentStateChange]: → endpoint: str_CAM_S3ab_con_P2DF4YD9kH (publisher) | state: GATHERING | componentId: 2 | streamId: 1 | timestamp: 1633944137333
  • KMS event [IceGatheringDone] → endpoint: str_CAM_S3ab_con_P2DF4YD9kH (publisher) | timestamp: 1633944139346
  • KMS event [IceComponentStateChange]: → endpoint: str_CAM_S3ab_con_P2DF4YD9kH (publisher) | state: FAILED | componentId: 1 | streamId: 1 | timestamp: 1633944144819


Connected to session

Video element created

Camera access allowed

Stream created

Are you deploying OpenVidu in any of the officially supported ways?

https://docs.openvidu.io/en/stable/deployment/

If not, multiples ways can be wrong.

It caused by my kurento webrtcendpoint configure, not configure my sturn server and exteralIPv4,
thank you very much!