You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: