Hello,
I followed the url https://github.com/jitsi/docker-jitsi-meet for my local instance jitsi set up. And, I modified the docker-compose.yml to scale up JVB docker container into 2 instances. One running in port 10000 UDP & 4443 TCP and the second one is running in 10001 & 4444 respectively. When I open the /etc/jitsi/jicofo/sip-communicator.properties
file & config file, both JVB information is the same. Please see below. Once, i change the MUC_NICKNAME into some random name in the second JVB the meeting crashes when the second person joins. Also, there are no logs generated under /var/log/jitsi/ path. It’s empty. Can some one please help me solve this issue.
- Scale up JVB in the same server using docker container approach.
- Capturing logs
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
7bb6a0823f81 jitsi/jvb:latest “/init” 9 hours ago Up 9 hours 0.0.0.0:4444->4443/tcp, 0.0.0.0:10001->10000/udp docker-jitsi-meet_jvb_2_1
4b6c82041369 jitsi/jvb:latest “/init” 9 hours ago Up 9 hours 0.0.0.0:4443->4443/tcp, 0.0.0.0:10000->10000/udp docker-jitsi-meet_jvb_1
66d6ec161bab jitsi/jicofo:latest “/init” 9 hours ago Up 9 hours docker-jitsi-meet_jicofo_1
74c499731a49 jitsi/web:latest “/init” 9 hours ago Up 9 hours 0.0.0.0:8000->80/tcp, 0.0.0.0:8443->443/tcp docker-jitsi-meet_web_1
77acb1171741 jitsi/prosody:latest “/init” 9 hours ago Up 9 hours 5222/tcp, 5269/tcp, 5280/tcp, 5347/tcp docker-jitsi-meet_prosody_1
org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true
org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=meet-jit-si-turnrelay.jitsi.net:443
org.jitsi.videobridge.ENABLE_STATISTICS=true
org.jitsi.videobridge.STATISTICS_TRANSPORT=muc
org.jitsi.videobridge.xmpp.user.shard.HOSTNAME=localhost
org.jitsi.videobridge.xmpp.user.shard.DOMAIN=auth.localhost
org.jitsi.videobridge.xmpp.user.shard.USERNAME=jvb
org.jitsi.videobridge.xmpp.user.shard.PASSWORD=lIPQp0bd
org.jitsi.videobridge.xmpp.user.shard.MUC_JIDS=JvbBrewery@internal.auth.localhost
org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=416a04ed-5143-4a3f-83e8-1e764fead035