docker-jitsi-meet
docker-jitsi-meet copied to clipboard
the screen sharing function cannot be used
Why is it that if there are more than two people, the screen sharing function cannot be used
Is 3 tabs working with video. The clients are not able to reach the jvb, because of firewall blocking udp 10000, missing port forwarding from the public IP to the machine hosting the jvb or the jvb not reporting its public address which is wrong setting in: https://github.com/jitsi/docker-jitsi-meet/blob/d2c26aad54356785befd6368e4317b07ae2861cd/env.example#L37
Is 3 tabs working with video. The clients are not able to reach the jvb, because of firewall blocking udp 10000, missing port forwarding from the public IP to the machine hosting the jvb or the jvb not reporting its public address which is wrong setting in:
https://github.com/jitsi/docker-jitsi-meet/blob/d2c26aad54356785befd6368e4317b07ae2861cd/env.example#L37
The server has turned off the firewall, but should the client also turn it off?
Have you setup port forwarding for udp port 10000 from 1.2.3.4 to the machine hosting the deployment?
Have you setup port forwarding for udp port 10000 from 1.2.3.4 to the machine hosting the deployment?
You help to see, I am deployed to the LAN, how to set this parameter
You browser runs in the same network as jvb machine 192.168.1.X? If, yes then something is blocking your browser to send packets to 192.168.1.X udp port 10000.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.