Romain Vimont

Results 1933 comments of Romain Vimont

Open a console (windows+R, `cmd.exe`), go to the scrcpy directory (`cd C:\path\to\your\scrcpy\directory`), then type `scrcpy` and enter. When the scrcpy window closes, the console will stay open.

Of course you get the same problem, but what is the output in the console when the scrcpy window is closed?

Try `scrcpy -Vdebug`

Could you try to record with `screenrecord`: ``` adb shell screenrecord /sdcard/file.mp4 adb pull /sdcard/file.mp4 ``` Is the resulting file ok?

OK so the encoder on the device side just stops to produce frames. Could you try another ROM? Did you try `screenrecord` as suggested? _(please copy-paste the terminal output as...

Does it work with `screenrecord`? https://github.com/Genymobile/scrcpy/issues/1756#issuecomment-691625734 Try with another encoder: https://github.com/Genymobile/scrcpy#encoder

`--tunnel-port` is useful when you use an additional tunnel (e.g. with Docker) between your adb daemon and your client. Did you configure such a tunnel? Use 5039 for this looks...

If your lock screen app use the "secure flag", you can't mirror it (on Android 12 and above).

With Vysor, you can mirror the lock screen with the exact same device now, but not with the latest scrcpy (1.24) while every other screen works correctly? If you record...