Hi,
We have a setup with jitsi on a Ubuntu server and have configured so participants whose network is not allowing port 10000 is handled.
Works almost all the time, but for some participants (always the same networks) there video is not working.
When I block port 10000 on my own local network I get this in jvb-log and video still work:
(only a part of the log…)
No socket found for 10.1.0.22:10000/udp->192.168.1.72:54371/udp
No socket found for 10.1.0.22:10000/udp->192.168.1.33:55970/udp
Pair succeeded: our-public-ip:10000/udp/srflx → our-public-ip:46066/udp/prflx
jvb.log from when we have a participant that doesn’t get video:
No socket found for 10.1.0.22:10000/udp->172.17.104.143:36833/udp
No socket found for 10.1.0.22:10000/udp->10.197.177.31:60487/udp
For some reason that is above my brain level at the moment, for participants on networks blocking port 10000 that ends up with working video we get reference to the 192.168.* addresses.
But for participants where video fails 172.* and 10.* addresses is used/referenced.
If anyone can point me in the correct way it would be highly appreciated!