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

Mobile Client Instability with Large Meetings (200+ Participants) #15352

Open
1 of 11 tasks
NimbleDev opened this issue Dec 3, 2024 · 2 comments
Open
1 of 11 tasks

Mobile Client Instability with Large Meetings (200+ Participants) #15352

NimbleDev opened this issue Dec 3, 2024 · 2 comments

Comments

@NimbleDev
Copy link

What happened?

We have set up a Jitsi server on a local environment, and the system works smoothly with less than 50 participants in a meeting. However, as the participant count exceeds 50, and especially when it reaches 200 or more, mobile clients (both Android and iOS) become unstable. The issues include:
. Audio and video stuttering
. Frequent app crashes and unexpected behavior
. During these occurrences, the server-side resource usage remains within normal ranges, suggesting that the problem might be . specific to the clients.

Our typical use case involves:
. A presenter sharing their screen and audio
. All other participants muted with their cameras turned off
In this scenario, the increase in participant numbers should not theoretically lead to continuous resource growth on the clients.

To address the issue, we have already tried the following optimizations:
. Disabling unnecessary listeners on the client side, such as volume changes and network status of other participants.
Despite these efforts, client instability persists when the number of participants exceeds 200.

Do you have any suggestions or optimizations we could implement to improve mobile client stability for large-scale meetings?

Platform

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

newest rn sdk

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@saghul
Copy link
Member

saghul commented Dec 3, 2024

What mobile SDK version are you using?

@damencho
Copy link
Member

damencho commented Dec 3, 2024

And what backend versions?

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

3 participants