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

Stream delay keeps getting larger #48

Closed
ninn55 opened this issue May 11, 2020 · 1 comment
Closed

Stream delay keeps getting larger #48

ninn55 opened this issue May 11, 2020 · 1 comment
Labels

Comments

@ninn55
Copy link

ninn55 commented May 11, 2020

Hi,

Thanks for this tutorial. I am building a web app with some realtime streaming support. I am using the method described in this repo. But the delay is uncertain. sometimes delay is huge. Sometimes its fine. Most of the time the delay is getting larger over time.

Where seems to be the problem?

@miguelgrinberg
Copy link
Owner

Have you checked how much data you are trying to push through the connection? You are probably sending more data than what your network connection can process. Try reducing the frame rate, the picture size, compress more aggressively, etc.

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

No branches or pull requests

2 participants