DEV Community

How to configure Jitsi Meet with multiple Videobridge nodes

Kai on May 15, 2020

Introduction In this article, we going to configure an existing Jitsi meet installation with multiple/two videobridge nodes. Jitsi meet ...
Collapse
 
mupati profile image
Kofi Mupati • Edited

For the latest version of jitsi and prosody, I had to remove xmpp from in both server 1 and 2

JVB_OPTS="--apis=rest,xmpp --subdomain=videobridge2" 
Enter fullscreen mode Exit fullscreen mode

for it to work.

JVB_OPTS="--apis=rest --subdomain=videobridge2" 
Enter fullscreen mode Exit fullscreen mode
Collapse
 
ntakma profile image
ntakma

hello, i config following this post. it great! but When 3 people connected to the room, it crashed. do u help me. thanks

Collapse
 
jackzro profile image
jackzro

i have same problem with you. do you have any solution for this problem ??? or somebody can help me how to solve it ? please info me at su_jackson99@yahoo.com

Collapse
 
dev_for profile image
Dev Master

Did you find any resolution? @ntakma @jackzro @danny899
The video is not showing when 3 people connected to the room.

Collapse
 
testaccountsnt profile image
Derek O'Brien • Edited

Adding component in the file /etc/prosody/conf.d/dnsname.cfg.lua, do we need to create subdomains jitsi-videobridge.dnsname & videobridge2.dnsname in DNS management of the domain and point it to the IPs of their respective servers?

Collapse
 
mvraja profile image
mvraja

hi everyone. am facing an error while following the setup. where can i check the component list that was mentioned in part c step 1. am not able to see the logs that was mentioned in the guide. is it needed to stop the jvb in main server? as am new to the environment am facing lots of problems. could any one help me to reach this out. my own server instance:
Amazon EC2 instance
Ubuntu 18.0.4

Collapse
 
gdi3d profile image
Adriano Galello

Great post man!, I'm currently working and Ya!Meeting and I think this could be a nice option for some of our users.

Collapse
 
puneetsethi25 profile image
puneetsethi25

Hey nice thanks for the post. But does it work with jitsi-videobridge2 also ??