Hi Team.
I have 2 servers, 1 server installed full and another installed only jitsi-videobridge.
I did follow guide https://github.com/jitsi/jitsi-videobridge/blob/master/doc/octo.md
but when i join conference i can’t view " connected to: " in interface connection.
-my jicofo config:
Hi @damencho Can you help me config octo?
Base on this guide, Can two clients join other jitsi-meet ( us-east.jitsi.example.com , us-west.jitsi.example.com) in the same conference see and talk together?
If can, what is the way to config? Thank you
From the screenshots you posted, the last line of your sip-communicator.properties reads “vorg.jitsi…” instad of “org.jitsi…”. Since this is the line that configures the region, it would cause the failures you describe. Without more details, this is my only guess.
I need when I visit conference vcrxdev9.topica.vn/123 I will using jvb(region161) on server 1 ,vcrxdev10.topica.vn/123 using jvb(region185) on server 2.
The clients are configured correctly now (they have the two different regions in deploymentInfo and they enable octo), but jicofo doesn’t use the second bridge.
I don’t see anything obviously wrong in the config. You should look in the jicofo logs next. It could be that:
The second bridge fails to connect to the XMPP server (because of e.g. a network problem)
The bridge connects, but jicofo doesn’t know about it (you have the statistics ‘transport’ properties commented out, and I’m not sure how jicofo will behave)
Jicofo knows about the two bridges, but chooses to not enable octo.