Hi,
I want to know if a guide exists to install and configure jitsi to use multiple servers.
Thank you very much
Angelo
Hi,
I want to know if a guide exists to install and configure jitsi to use multiple servers.
Thank you very much
Angelo
Do you mean load balancing ?
here’s a tutorial about it https://www.youtube.com/watch?v=LyGV4uW8km8
thanks for the link. I saw it and I’ve noticed that a conference is not splitted among the videbridge servers.
is it possible to use multiple videobridges in the same conference?
I want to increment the number of the participants.
Thank you very much
Angelo
Actually, I think the current load balancing algorithm is based on number of conferences only, which is not enough in my opinion.
I quickly read that Jitsi supports geographical bridge cascading but I’m not sure whether it’s related to load balacing or not. Maybe someone from Jitsi team could confirm this.
https://www.youtube.com/watch?v=32CpoFGKHM8.
it’s quite new.
so, it’s possible to split the conference.
Angelo
I try to setup octo according to your link.
the jicofo log shows that the participant is directed to different jvb, but allocate channels failed.
net.java.sip.communicator.service.protocol.OperationFailedException: Creator thread has failed to allocate channels on: jitsi-videobridge.myserver, msg: Failed to allocate colibri channels: response is null. Maybe the response timed out.```
I have checked the jvb log.
> org.jitsi.videobridge.octo.PUBLIC_ADDRESS=publicIp
> org.jitsi.videobridge.REGION=region1
> org.jitsi.videobridge.PUBSUB_SERVICE=myserver
> org.jitsi.videobridge.STATISTICS_TRANSPORT=pubsub
> org.jitsi.videobridge.ENABLE_STATISTICS=true
> org.jitsi.videobridge.octo.BIND_ADDRESS=privateip
> org.jitsi.videobridge.octo.BIND_PORT=4096
> org.jitsi.videobridge.PUBSUB_NODE=sharedStatsNode
> org.jitsi.videobridge.octo.OctoRelay.start().103 Initialized an Octo relay with address privateip:4096
JVB 2018-12-13 09:24:32.408 WARNING: [137] > org.jitsi.xmpp.component.ComponentBase.verifyProcessingTime().540 PROCESSING TIME LIMIT EXCEEDED - it took 118261ms to process:
sudo netstat -plnt | grep ‘:4096’ show no process listening to 4096. any idea?