Hello,
I have a working jitsi docker setup for weeks now, but now I add Jibri container, Jibri doesn’t work.
Jibri container logs:
2020-04-10 22:39:58.476 SEVERE: [20] org.jitsi.xmpp.mucclient.MucClientManager.log() Failed to initialize and start a MucClient:
org.jivesoftware.smack.sasl.SASLErrorException: SASLError using SCRAM-SHA-1: not-authorized
at org.jivesoftware.smack.SASLAuthentication.authenticationFailed(SASLAuthentication.java:292)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:1100)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$300(XMPPTCPConnection.java:1000)
at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:1016)
at java.lang.Thread.run(Thread.java:748)
2020-04-10 22:40:28.227 WARNING: [29] org.jivesoftware.smackx.ping.PingManager.pingServerIfNecessary() XMPPConnection was not authenticated
I use Jitsi-Meet 4101-2 and today’s Jibri image and muc.meet.jitsi network.
I followed https://github.com/jitsi/docker-jitsi-meet for jibri , including ALSA ( lsmod | grep snd_aloop
gives results).
I don’t use JWT tokens but plain internal auth.
I’ve read other posts here about the passw0rd
. indeed I had to change Jibri password and I “docker-compose up” a new Jibri container afterward. Should I have to remove other containers (prosody, web, jicofo, jvb)?
I don’t know where always_trust_certs
is, grep didn’t find anything in the jitsi-docker files.
Any idea?
Thanks!