Hello,
a year ago I installed jitsi-meet on a server, configured 5 additional videobridges and they work well.
Yesterday I installed a new server and tried to configure a second videobridge on a seperate server with the same settings as one year before. It doesn’t work
Here is my sip-communicator.properties (additional videobridge)
org.jitsi.videobridge.TCP_HARVESTER_PORT=4443
org.jitsi.videobridge.STATISTICS_INTERVAL=5000
org.jitsi.jicofo.STATS_PUBSUB_NODE=sharedStatsNode
org.jitsi.videobridge.xmpp.user.shard.HOSTNAME=mydomain.com
org.jitsi.videobridge.xmpp.user.shard.DOMAIN=auth.mydomain.com
org.jitsi.videobridge.xmpp.user.shard.USERNAME=jvb
org.jitsi.videobridge.xmpp.user.shard.PASSWORD=xxxxx (the same as on the JVM)
org.jitsi.videobridge.xmpp.user.shard.MUC_JIDS=JvbBrewery@internal.auth.mydomain.com
org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=jvb3
org.jitsi.videobridge.PUBSUB_SERVICE=mydomain.com
org.jitsi.videobridge.xmpp.user.shard.DISABLE_CERTIFICATE_VERIFICATION=true
org.jitsi.jicofo.STATS_PUBSUB_NODE=sharedStatsNode
Jitsi Videobridge settings
sets the XMPP domain (default: none)
JVB_HOSTNAME=xxx.xxx.xxx.x
sets the hostname of the XMPP server (default: domain if set, localhost otherwise)
JVB_HOST=mydomain.com
sets the port of the XMPP server (default: 5275)
JVB_PORT=5347
sets the shared secret used to authenticate to the XMPP server
JVB_SECRET=xxxx (the same as on the JVM)
extra options to pass to the JVB daemon
JVB_OPTS="–apis=,"
adds java system props that are passed to jvb (default are for home and logging config file)
JAVA_SYS_PROPS="-Dconfig.file=/etc/jitsi/videobridge/jvb.conf -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=videobridge -Dnet.java>
Can anyone help please?
Werner