-
-
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
scrcpy hangs at "Starting demuxer thread" on android 13 Galaxy S21 5G #3669
Comments
Please try with another encoder. |
What is the result of In particular, what is your SDL version? If 2.24, check #3431.
Also, I suggest to try a non-snap version (for example by building it: https://github.com/Genymobile/scrcpy/blob/master/BUILD.md#simple). |
scrcpy -v Dependencies (compiled / linked):
|
I tried to list encoders, but this is the result. scrcpy --encoder=_ -s R5CR50E5BXR |
|
I get the "WARN: Device disconnected" every time i run "scrcpy --encoder=_ -s R5CR50E5BXR". I opened an adb shell while running the scrcpy command and the adb shell remained open to the device the whole time, so adb is not actually losing connection. |
Clean your logcat ( Then run |
I uninstalled the snap version and installed by doing the git clone and build and still seeing the same issue. I'm not seeing any errors related to scrcpy as far as I can tell. Logcat output is attached. cat logcat.txt | grep -i error cat logcat.txt | grep -i scrcpy |
What? Why |
no clue, but I saw the same thing in the log for another device which is working fine, so I didn't think it was an issue. adb -s R5CRC1KVMMM logcat | grep scrcpy |
The issue got resolved after I did a software update on the phone. Not sure if that was the issue or it just needed a reboot, but it's working now. |
I got to resolve this issue this way, open a terminal (open_a_terminal_here.bat) and run (scrcpy --no-audio --record=file.mkv), this will display your phone on your computer and automatically start recording your display, so, what you need to do is play a video using your phone media player, then stop the recording after a short while, exit (open_a_terminal_here.bat) and run (scrcpy.exe) and demuxer error will be resolved. No more device has been disconnected error, problem solved. |
This is the easiest way, just insert your headphones or earphones into your computer and solve the screen display disconnection problem. |
Environment
Describe the bug
scrcpy hangs at "Starting demuxer thread" and the device does not open.
The text was updated successfully, but these errors were encountered: