Hi all,
We would like to convert our Jitsi meet setup to OCTO one, The reason is we are getting frequent call drops issue from users, and as discussed in topic it might be happening because of huge RTT.
So for now our installation looks like ->
One Jitsi-Meet server(have its own JVB with MUC setup), zone:us-central1
Three JVBs, zone: us-central1
We are trying to put extra JVBs in us-west, asia-southeast1 regions. Please note, I have only one Jitsi meet server and additional JVBs.
Questions :
-
Can I redirect users to nearest JVB without HAproxy(I think I read in forum that HAproxy is the one sends info about userRegion)
-
Is there any way I can equip our Jitsi server with OCTO capabilities without any external service?
My current POC status is:
I have followed and configured the JVBs and Jitsi meet jicofo using https://github.com/jitsi/jitsi-videobridge/blob/master/doc/octo.md
I have set config.deploymentInfo properties to asia-southeast1, but it seems static configuration and users are getting connected to that JVB. How can I make it dynamic, I mean should I override this configuration in our lib-jitsi-meet UI while connecting?
Help will be much appreciated.
Thanks in advance.