Romain Vimont

Results 2060 comments of Romain Vimont

Also, does it work better with a lower definition? (`scrcpy -m1024`) Or with another encoder: https://github.com/Genymobile/scrcpy#encoder

> No, the device plays the game flawlessly, no lag at all. That doesn't mean that the hardware encoder on the device is able to encode at the same rate....

That's not the tests I asked for.

> How will a screen recording help solve the problem? Because of how `--record` is implemented, the raw H.264 stream is captured and timestamped on the device side (and muxed...

Your compiler is crashing. You should report the bug to gcc as explained in the error message.

Does it also happen ifnyou don't inject any input from scrcpy? For example, with `scrcpy --no-control`?

I guess there is some input id conflict between the mouse and the pen. Does it work with: ``` scrcpy --hid-mouse scrcpy --hid-keyboard scrcpy --hid-mouse --hid-keyboard ``` (over USB)

In all apps? Or just the "protected" ones?

I have no experience with Magisk, but if it's possible to only allow shell to enable secure flag permissions, then scrcpy could provide an option `--secure-flag`, which will cause an...