Hi
I’m trying to update my existing jitsi server(jvb and jicofo) but I have some problems.
first I cloned the latest version of jvb and jicofo from repository. But that not works because of not available bridge
error.
Then I download the latest stable version from https://download.jitsi.org/stable/jitsi-videobridge2_2.1-157-g389b69ff-1_all.deb
. When I run jitsi-viedobridge2
service, still jvb doesn’t connect to prosody and jicofo doesn’t discover it. But when I run jvb manually from /usr/share/jitsi-videobridge/jvb.sh
, prosody connect to jitsi-videobridge component. But still jicofo doesn’t discover it.
Finally I run jvb2 with old version jicofo(with commit hash a90c8b531)
and surprisingly works well.
Note that, before updating, my jvb version was jitsi-videobridge-linux-x86-1132
and jicofo commit hash was a90c8b531
(about 1 year ago).
Can any body helps me?
How sohuld I config prosody and jicofo with jvb2?