Romain Vimont
Romain Vimont
Out of curiosity, does it work with scrcpy 2.6 (where the events were injected as a mouse instead of a finger, but "reverted" in 2.6.1 because it caused issues)?
Which platform? On Windows, just download the release for 2.6. On Linux and macOS, you must [build](https://github.com/Genymobile/scrcpy/blob/master/doc/build.md) from tag `v2.6` (or `v2.6-install-release` if you want to `./install_release.sh` on Linux).
Where do you download it? What is the exact link?
Thank you for the PR. Any reason why it is a draft?
Could someone with Fedora confirm?
For some reason, this PR was closed automatically and contains 0 commits (since you forced pushed your source branch). I cherry-picked your initial commit and pushed to `master`: 67d4dfb5ffcfeaddf3363e73fdf3b2c500fd5842
What commands did you execute? By any chance, did you "turn the screen off" (that might cause issues on Android 14 with some devices)? Check `adb logcat` just before it...
> Using scrcpy for a few hours during a work day allowing to access my phone on the computer screen I found that it does not respond to any interaction...
> The screen mirror works, but it is frozen Oh, ok. Can you reproduce the problem with another encoder: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder ?
I'm pretty sure it is a problem on the device side (especially given the logs in adb logcat) where there are issues related to MediaCodec buffers (I guess). Could you...