Romain Vimont

Results 1964 comments of Romain Vimont

Yes, sure. But the "audio playback capture" API cannot capture apps that opt out.

Thank you for the PR. Just for my own understanding, how does it differ from https://github.com/Genymobile/scrcpy/pull/4127? There were also changes related to audio, and the package name used in `FakeContext`...

> [Merge branch 'Genymobile:dev' into dev](https://github.com/Genymobile/scrcpy/pull/6518/commits/32e53d208cd3670f268162c32243e7a31174ae43) Please do not put any merge commit in a pull request. Btw, you could squash all the commits from this PR into a single...

> Mouse Input: When clicking within the Minecraft window, the program seems to register the mouse click as a screen tap rather than an OTG mouse input. Which arguments do...

> When on the game window of the Minecraft you will observe the right click don't work properly, I mean by that is you cant click right https://github.com/Genymobile/scrcpy/blob/master/doc/mouse.md#mouse-bindings

> `scrcpy --mouse=aoa --mouse-bind=++++` I suggest UHID instead (it works over adb, not via raw USB, so it avoids detection issues, and it also works over wifi): ```bash scrcpy --mouse=uhid...

> Press Alt+P to wake up the screen will even wake up the physical phone screen When this happens, does Alt+o turn it off? > It only happen on Xiaomi...

It is a known issue that copy/paste does not work with root: #5275 #4127

The device encoder probably produces a corrupted stream. Try another one: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder

> This PR introduces a new flag `--otg-mirror` which enables OTG-like HID input (via UHID) while maintaining the *video stream* (via ADB) in a single session. What's the difference with:...