docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

the screen sharing function cannot be used

Open waityouya opened this issue 1 year ago • 5 comments

Why is it that if there are more than two people, the screen sharing function cannot be used

waityouya avatar Jul 09 '24 08:07 waityouya

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

damencho avatar Jul 09 '24 08:07 damencho

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?

waityouya avatar Jul 09 '24 08:07 waityouya

Have you setup port forwarding for udp port 10000 from 1.2.3.4 to the machine hosting the deployment?

damencho avatar Jul 09 '24 08:07 damencho

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

waityouya avatar Jul 09 '24 09:07 waityouya

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.

damencho avatar Jul 09 '24 11:07 damencho

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.

github-actions[bot] avatar Mar 06 '25 02:03 github-actions[bot]