docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Stun not work with jvt port other than 10000
After a few weeks ago the STUN configuration is not work. Tried google and jitsi stun servers but not worked.
Log: java.lang.IllegalArgumentException: No socket found for 172.25.0.5:10000/udp->100.121.102.50:63022/udp
The public IP is always 100.121.102.50.
Can you help with this?
Thanks, Z
This is not a real problem but a harmless error that unfortunately bubbles up. Can we do something to squelch it and avoid confusion @bgrozev ?
Other result: Pair failed: 172.25.0.5:10000/udp/host -> 100.121.102.50:59927/udp/host
The 100.121.102.50 ip address is not valid public IP.
What can cause this?
That is a valid IP address.
Yes, but not owned by any client or the server where jitsi-docker installed
The server didn't just come up with it. It must be the public IP of one of the connected clients.
No, its not. My ip addres and the server ip address different from this. Where come from this IP?
I obviously don't know. Check your server access logs.
At any rate this has nothing to do with STUN not working.
Can i change the JVB port to 10001?
Sure you can, just change the env var.
I tried, but it looks that cause the problem. Can you test it with jvb port 10001?
What do you mean by "STUN doesn't work"? What is the expected behavior, what do you see instead?
Can we do something to squelch it and avoid confusion @bgrozev ?
Yes, this change removes the stack trace from the logs (hasn't made it to jvb master yet): https://github.com/jitsi/ice4j/pull/257