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

Connection drops during multiple streams #14

Open
KarthikaKumar opened this issue Nov 25, 2022 · 6 comments
Open

Connection drops during multiple streams #14

KarthikaKumar opened this issue Nov 25, 2022 · 6 comments

Comments

@KarthikaKumar
Copy link

Hi @vzhn we are trying to run 64 streams, basically 64 connections have been made by the clients. But when we leave the bstreamer simulator for longer run, after few hrs, we are seeing recording gaps observed on the client, and on bstreamer lag count is increasing. Any reason this could happen or do you have any suggestions please ?

@vzhn
Copy link
Owner

vzhn commented Nov 25, 2022

Hi! When lag count is increased it means that server is trying to send next chunk of video, but not all clients received current chunk of video. When server could not send chunk of video, it just skip it. Maybe client is slow, maybe it is network problems, maybe recorder is not fast enough to record video, and so on.

@KarthikaKumar
Copy link
Author

Thanks for your response. The problem here is it works with the real cameras without any recording gaps. How do we get the root cause? right now we have plans to move the simulator to a physical machine instead of VM and also reduced the load from 64 to 32.

@vzhn
Copy link
Owner

vzhn commented Nov 25, 2022

Hmm, what is VM? Is it Windows VM? I have similar problems with Window in the past.
Also you can increase following setting values:
watermarks.high:
limits.size:

@KarthikaKumar
Copy link
Author

KarthikaKumar commented Nov 25, 2022 via email

@vzhn
Copy link
Owner

vzhn commented Nov 25, 2022

Oh, Windows is terrible for some reason, don't know why.

@KarthikaKumar
Copy link
Author

KarthikaKumar commented Nov 26, 2022 via email

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