Hi there,
I’m using jitsi sucessfully since a few month but now i would like to use more jvb with load balancing feature.
I added a new JVB to my setup with the muc method. Everything seems to be ok, the new JVB is registred on jicofo and if i switch off the first bridge the second takes conferences.
But load balancing doesn’t seems to work. If the two bridges are online, only the first one takes new conferences.
My configuration:
On jicofo:
org.jitsi.jicofo.BRIDGE_MUC=JvbBrewery@internal.auth.XXXXX.fr
On first JVB:
org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true
#org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=meet-jit-si-turnrelay.jitsi.net:443
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=XXXXXX
org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=XXXXXX
org.jitsi.videobridge.ENABLE_STATISTICS=true
org.jitsi.videobridge.STATISTICS_TRANSPORT=muc
org.jitsi.videobridge.STATISTICS_INTERVAL=1000
org.jitsi.videobridge.xmpp.user.shard.HOSTNAME=XXXXXX
org.jitsi.videobridge.xmpp.user.shard.DOMAIN=auth.XXXXXX
org.jitsi.videobridge.xmpp.user.shard.USERNAME=jvb
org.jitsi.videobridge.xmpp.user.shard.PASSWORD=XXXXXX
org.jitsi.videobridge.xmpp.user.shard.MUC_JIDS=JvbBrewery@internal.auth.XXXXXX
org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=jitsi01
org.jitsi.videobridge.xmpp.user.shard.DISABLE_CERTIFICATE_VERIFICATION=true
org.jitsi.videobridge.DISABLE_TCP_HARVESTER=true
On second JVB:
org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true
#org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=meet-jit-si-turnrelay.jitsi.net:443
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=XXXXXX
org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=XXXXXX
org.jitsi.videobridge.ENABLE_STATISTICS=true
org.jitsi.videobridge.STATISTICS_TRANSPORT=muc
org.jitsi.videobridge.STATISTICS_INTERVAL=1000
org.jitsi.videobridge.xmpp.user.shard.HOSTNAME=XXXXXX
org.jitsi.videobridge.xmpp.user.shard.DOMAIN=auth.XXXXXX
org.jitsi.videobridge.xmpp.user.shard.USERNAME=jvb
org.jitsi.videobridge.xmpp.user.shard.PASSWORD=XXXXXX
org.jitsi.videobridge.xmpp.user.shard.MUC_JIDS=JvbBrewery@internal.auth.XXXXXX
org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=jitsi02
org.jitsi.videobridge.xmpp.user.shard.DISABLE_CERTIFICATE_VERIFICATION=true
org.jitsi.videobridge.DISABLE_TCP_HARVESTER=true
Is there anything else to do ?
Best regards