-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Periodic freezes #5544
Comments
Does it happen over USB? Probably the "expected" head-of-line blocking of TCP, when network packets are lost. Over TCP/IP, try to reduce the bit rate:
|
It has become better - thanks. |
As soon as there is not enough bandwidth, it freezes and takes a very long time to recover. Is there such a problem? |
Over wifi, this is expected: https://en.wikipedia.org/wiki/Head-of-line_blocking Scrcpy just transmits the whole stream over TCP over adb, it never attempts to drop network packets. It is designed to work locally over USB, the wireless mode is just a by-product of using adb, but scrcpy is not tailored for this use case. It assumes the connection is reliable. |
Got it. |
Environment
Describe the bug
There are periodic freezes for a long time, and quite often. This is very annoying. It unfreezes in about 10-15 seconds or the connection drops
The text was updated successfully, but these errors were encountered: