Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the screen sharing function cannot be used #1858

Open
waityouya opened this issue Jul 9, 2024 · 5 comments
Open

the screen sharing function cannot be used #1858

waityouya opened this issue Jul 9, 2024 · 5 comments

Comments

@waityouya
Copy link

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

@damencho
Copy link
Member

damencho commented Jul 9, 2024

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:

#JVB_ADVERTISE_IPS=192.168.1.1,1.2.3.4

@waityouya
Copy link
Author

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:

#JVB_ADVERTISE_IPS=192.168.1.1,1.2.3.4

The server has turned off the firewall, but should the client also turn it off?

@damencho
Copy link
Member

damencho commented Jul 9, 2024

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

@waityouya
Copy link
Author

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

@damencho
Copy link
Member

damencho commented Jul 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants