Hi all,
on my jitsi server (Debian Bister) only authenticated users are allowed to create new conference rooms. (I followed the instructions given on https://github.com/jitsi/jicofo/blob/master/README.md#secure-domain).
I was (and am) very impressed by Jitsi. It’s a great program!
Yesterday noticed that the upgrade from jitsi-meet 1.0.4101-1 was hold back because the old version depends on jitsi-videobridge while new version 2.0.4416-1 depends on jitsi-videobridge2.
After deinstalling jitsi-videobridge manually the upgrade started and finished without any errors or warnings.
But while everything works well for two participants, there is no video nor sound when a third participant joins a meeting.
I checked the log files, there are error reports, but I could not find any information about what caused the errors:
/var/log/prosody/prosody.log:
Apr 12 14:18:14 jitsi-videobridge.FQDN:component warn Component not connected, bouncing error for: <iq type='get' from='focus@auth.FQDN/focus45419817595839' id='uArfD-3766' to='jitsi-videobridge.FQDN'>
/var/log/jitsi/jicofo.log
Jicofo 2020-04-12 14:18:08.909 SCHWERWIEGEND: [96] org.jitsi.jicofo.bridge.JvbDoctor.log() Unexpected error returned by the bridge: jvbbrewery@internal.auth.FQDN/12ad0fa3-11fc-49d0-9315-a33c215dc2f0, err: <iq to='focus@auth.FQDN/focus45419817595839' from='jvbbrewery@internal.auth.FQDN/12ad0fa3-11fc-49d0-9315-a33c215dc2f0' id='uArfD-3740' type='error'><error type='auth'><not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>
/var/log/jitsi/jvb.log:
2020-04-12 14:18:08.031 INFORMATION: [19] Health.doRun#294: Performed a successful health check in 8ms. Sticky failure: false
2020-04-12 14:18:13.969 INFORMATION: [18] VideobridgeExpireThread.expire#144: Running expire()
2020-04-12 14:18:18.031 INFORMATION: [19] Videobridge.createConference#326: create_conf, id=80033d14d0917566 gid=null logging=
(I replaced the hostname with FQDN; SCHWERWIEGEND can be translated with SERIOUS or CRITICAL)
Searching here in the forum or the problems of jitsi-meet or jitsi-videobridge reported on github did not help me. Therefore I would be grateful for any hint (or even a solution ).
Thank you in advance
Regards
Thomas
PS: I just recently started using Jitsi so please apologize when I have overlooked something obvious.