jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3k stars 1.34k forks source link

Docker Swarm: JVB networking issue different ip address for server-id and local-address in jvb.conf #1854

Open surajprakashchoudhary opened 6 days ago

surajprakashchoudhary commented 6 days ago

I am using Docker Swarm with an overlay network, so in the jvb.conf file, the server ID is being updated correctly, but the local address is getting updated with the docker_gwbridge IP address.which causes bridge rejoining issue.Is there any way to fix this issue.

I am using docker-jitsi-meet-stable-9364 vesion

saghul commented 6 days ago

In the latest release we rolled back to using SCTP for data-channels, after replacing the previous (and buggy) implementation, so none of this is necessary now.

Can you please give it a try?

surajprakashchoudhary commented 5 days ago

The same issue occurs with the latest version docker-jitsi-meet-stable-9584-1. Both the server ID and local address are different, and the browser console shows 'Bridge channel send: no opened channel.' Video and reactions to other participants are not working.

saghul commented 5 days ago

Please share your env file.

surajprakashchoudhary commented 5 days ago

I sent you a personal message on the community forum.