-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
After android upgrading, scrcpy stops working #342
Comments
And you could try a lower definition:
|
|
using the master commit, I saw |
At all? Then your device has a problem. What about |
It has some outputs but doesn't generate anything new after running |
Hmm, found something suspious. |
manually running the server
|
That's expected: https://blog.rom1v.com/2018/03/introducing-scrcpy/#clean-up-the-device |
this |
@rom1v I've made some progress.
|
You can use
(if Put a breakpoint on
and run:
Then run line-by-line to know where the client "waits":
EDIT:
Ah, so now it starts again? |
Nope, only the input events work, no video stream |
The error obviously comes from |
@rom1v the client actually waits at backtrace
|
Another progress, android server hangs at https://github.com/Genymobile/scrcpy/blob/v1.5/server/src/main/java/com/genymobile/scrcpy/ScreenEncoder.java#L92 |
It seems there is no input for codec after |
You upgraded from which version to which version, on which device? |
The only log entry after doing
Is there anything I can do to debug the issue of |
it never pops out the phone screen, only showing
on the terminal.
Is there anything I can do to debug this?
The text was updated successfully, but these errors were encountered: