I recently installed jitsi meet on my server (debian 10) using the Self-Hosting Guide, unfortunately the connection is lost between participants in the room after a few seconds and that in case:
More than 3 participants in the room
Using 3g, 4g connection
With 2 participants one on PC other in phone (wifi connection)
for now only two combinations work and that:
When 2 participants using a PC
2 participants using a phone with wifi connection
note: all required ports (443,4443,10000,80,5347) are open.
jitsi versions:
ii jitsi-meet 2.0.5390-3 all WebRTC JavaScript video conferences
ii jitsi-meet-prosody 1.0.4628-1 all Prosody configuration for Jitsi Meet
ii jitsi-meet-turnserver 1.0.4628-1 all Configures coturn to be used with Jitsi Meet
ii jitsi-meet-web 1.0.4628-1 all WebRTC JavaScript video conferences
ii jitsi-meet-web-config 1.0.4628-1 all Configuration for web serving of Jitsi Meet
ii jitsi-videobridge2 2.1-416-g2f43d1b4-1 all WebRTC compatible Selective Forwarding Unit (SFU)
your jicofo is working fine, in spite of error messages that ultimatly mean only that start is not well managed.
Your jvb however is failing to establish a session, leading to meeting participants bailing out after a timeout.
The key message is:
local_ufrag=np9u1f1v4l9mb] ConnectivityCheckClient$PaceMaker.run#922: Pair failed: x.x.x.x:10000/udp/host → x.x.x.x:60341/udp/relay (stream-78e24a68.RTP)
it means that probably your connectivity for port 10000/UDP is not established. Check it using:
Additionally your coturn server is not working (since when port 10000 is not working TCP connection should relay it at a performance cost), but that’s a secondary concern.
sir,
think you for you response.
echo “123” | nc -u (your public address) 10000 is working with private address not the public address
i did this before:
(root)
root@meet:/# ngrep -q ‘is accessable’ port 10000
interface: ens192 (10.250.7.84/255.255.255.252)
filter: ( port 10000 ) and ((ip || ip6) || (vlan && (ip || ip6)))
match: is accessable
U private_ip:60425 → public_ip:10000 #1
yes, it is accessable.
(user)
aaa_user@meet:~$ echo ‘yes, it is accessable’ | nc -u meet.mydomain.com 10000
it means that your connectivity is not working. If you have a firewall on your server check its settings. If not, check with your hoster there is probably a firewall at this level. Hosters such as AWS, Ionos are known to manage a firewall for their customers.
i have already checked with my hoster, and he confirmed that the port is open.
in my case i used ufw firewall to give it access.
this is ufw status:
To Action From
i am using VPS.
i don’t understand why it’s not working, i have made all configurations even advance configuration.
i have checked that all ports are open with my hoster and allow traffic.
Even port 10000 :
aaa@meet:/# nc -z -v -u private_address 10000
Ncat: Version 7.70 ( https://nmap.org/ncat )
Ncat: Connected to private_address:10000.
Ncat: Connection refused.
aaa@meet:/# nc -z -v -u public_address 10000
Ncat: Version 7.70 ( https://nmap.org/ncat )
Ncat: Connected to public_address:10000.
Ncat: UDP packet sent successfully
Ncat: 1 bytes sent, 0 bytes received in 2.02 seconds.
the problem is indeed that Jvb is not replying - is it actually running (sudo systemctl status jitsi-videobridge2) and is it actually listening (sudo ss -tapnu | grep 10000) ? (note that unfortunately videobridge does not start to listen before being asked to join a meeting) and there should be some error messages in jvb.log.
seems you are using a server behind NAT. You did actually change placeholders in existing doc such as ‘private_ip’ by the actual private IP address right ?
you mean that in a post on the public Internet you have actually replaced the private IP address by ‘private_ip’ ? is that right ?
anyway, the line ‘pair failed’ is a sure sign that there is something wrong in your NAT Jitsi-meet configuration, that is, either the private IP part or the public IP part is wrong. There is no more than I can say - if you want to hide these information, that’s your call but I can’t have any idea on what could be wrong you will have to figure it out yourself.
well there is no point in going on further then - try to get correct values for NAT configuration in your config file, at some point your videobridge will start to reply. Good luck.
One last question,
i closed port 10000 in my firewall using ufw delete allow 10000/udp.
but i still get this answer with
sudo tcpdump -i ens192 port 10000
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on ens192, link-type EN10MB (Ethernet), capture size 262144 bytes
15:09:58.483254 IP 10.150.6.78.52641 > meet.conceptcademy.com.10000: UDP, length 104
15:09:58.489106 IP 10.150.6.78.56237 > meet.conceptcademy.com.10000: UDP, length 104
15:09:58.743225 IP 10.150.6.78.52641 > meet.conceptcademy.com.10000: UDP, length 104
15:09:58.747938 IP 10.150.6.78.56237 > meet.conceptcademy.com.10000: UDP, length 104
15:09:58.776854 IP 10.150.6.78.52641 > meet.conceptcademy.com.10000: UDP, length 104