Hi,
I have a Jitsi server installed on an Ubuntu 18.04
I setup on it :
Jicofo
Jibri
Jigasi
This is the version of software installed :
jitsi-meet 2.0.5142-1
jitsi-meet-prosody 1.0.4466-1 (prosodyctl indicate 0.10.0)
jitsi-meet-turnserver 1.0.4466-1
jitsi-meet-web 1.0.4466-1
jitsi-meet-web-config 1.0.4466-1
jitsi-videobridge2 2.1-376-g9f12bfe2-1
So it worked for month without any issue.
I recently did an dist-upgrade of my server (October - not a release upgrade)
I choose during this upgrade to not update the config files, to prevent the lost of hours of configuration.
And then even like that some things had changed.
First I had an error in the nginx conf that prevent the web server from starting.
Once corrected I get back the main functionalities of the product. Jicofo and Jigasi were Ok (few) But the jibri part does not work anymore.
Even if it’s a problem, I know that I’ll be able to correct it by myself.
But the real problem is the Turn server that is not working correctly anymore, I meant that without using udp port 10 000 or being in P2P, A lot of my users can’t use Jitisi anymore.
They can see their own camera, the thumbs of other users, but they can’t interact with others, neither see or hear them.
A wireshark show clearly that they try to access the meeting using port 10 000 wihtout any success.
I look into /etc/prosody/conf.avail/jitsi.mydomain.com.cfg.lua and it seems ok
turncredentials = {
{ type = "stun", host = "jitsi.mydomain.com", port = "4446" },
{ type = "turn", host = "jitsi.mydomain.com", port = "4446", transport = "udp" },
{ type = "turns", host = "jitsi.mydomain.com", port = "443", transport = "tcp" }
};
or in /etc/jitsi/meet/jitsi.mydomain.com-config.js where useStunTurn is still set to true for standard or P2P connection.
I’m a total noob in turn server and I take any help that would help me in this case.
So I don’t really know what to do check what’s going wrong.
Tell me what you need to provide help.
Many thanks by advance.
Proc.