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

Video Stability issue with peer js #1107

Open
ananthub95 opened this issue Jul 17, 2023 · 1 comment
Open

Video Stability issue with peer js #1107

ananthub95 opened this issue Jul 17, 2023 · 1 comment
Labels
client related to peerjs client

Comments

@ananthub95
Copy link

If more than 4 users joins at the same room the videos are not stable. User videos are getting continuously refreshed and sometimes users are not able to see each other in same room. Is the issue related to peer servers or any load on application?

@maksspace
Copy link

maksspace commented Sep 7, 2023

It's normal behavior since you using p2p mesh architecture, so each user must upload and encode N - 1 video streams, and download and decode N - 1 video streams. It affects the performance on the client side a lot, also maybe the upload/download bandwidth is not enough to push video/audio streams through.

@irgalamarr irgalamarr added the client related to peerjs client label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client related to peerjs client
Projects
None yet
Development

No branches or pull requests

3 participants