Hi guy!
I have a issue for jitsi video. When have more 2 participant, only display one video, the video of remote participant is disabled.
I using the docker for install jitsi-meet, and config DOCKER_HOST_ADDRESS is public IP(DOCKER_HOST_ADDRESS=x.x.x.x). In addtition, i allow access the port(10000) of jvb
The log in console of brower is: Figure out conn status for is video muted: false video track frozen: true p2p mode: false is in forwarded sources: true currentStatus => newStatus: active => restoring
Check to make sure your host’s firewall is not blocking port 10000/UDP. Even though you’ve allowed it on your server, your host may have a firewall which you’ll need to open as well.
The communication with the bridge is fine, as I was hearing audio in a 3 way call. It is just the video not working. I don’t see a reason for that, other than the modifications in the UI, but this can be proven by simply testing the vanilla jitsi-meet on your deployment.