ct-Open-Source/team-container

Jitsi: Users do not see/hear each other

elchmartin opened this issue · 2 comments

Hi!
I followed the guide (CT 12/2020) to add user restrictions to jitsi.
It works as far as I can set an admin user, I can log in with that user, set a password to a created room and join with a second client.
But each user (admin or guest) can only see her/his own video.
What am I missing?
Ubuntu 20.04, 19.10 and 18LTS act alike, even when setup completely from scratch.
It worked in 19.10 without passwords...

You need to have port forwarding for UDP 30000 to your team container system.
And you might need to allow outgoing port 3478/UDP for STUN/TURN.

sorry for not answering before, but now I took another approach to jitsi with team-container.

what I did now is open ports with ufw, here my 'ufw status':
30000/udp ALLOW Anywhere
22/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
443/tcp ALLOW Anywhere
6443/tcp ALLOW Anywhere
3478/udp ALLOW Anywhere
30000/udp (v6) ALLOW Anywhere (v6)
22/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
443/tcp (v6) ALLOW Anywhere (v6)
6443/tcp (v6) ALLOW Anywhere (v6)
3478/udp (v6) ALLOW Anywhere (v6)

but still, no video and now I even don't see other users in the room (participants list).