Romain Vimont

Results 2057 comments of Romain Vimont

Thank you for your contribution. Small remarks inline after a quick review.

By default, the clipboard content must not be printed (it may contain sensitive information). However, I'm wondering if we could just log it in verbose mode (without adding yet another...

There is no libscrcpy, but you can use the server only and write your own client. However, there is absolutely no guarantee of protocol stability (it is an [internal protocol](https://github.com/Genymobile/scrcpy/issues/673#issuecomment-516360374)...

Did you call `adb forward` or `adb reverse`? Check https://code.videolan.org/rom1v/vlc/-/merge_requests/20 for an example (based on scrcpy 1.25).

> but it is less than a second How much less than a second? Above 100ms it is totally unexpected. > The video latency also increases to about 10 seconds....

Do you also experience the same issue with a lower resolution (`scrcpy -m1024`)? Some resources used by a game and by a device encoder may be shared, so it may...

Probably an Android upgrade which changed the behavior.

> Intentionally kept the double if construct so it matches the previous blocks. I merged the conditions in a single `if`, rebased on `dev`, and adapted the commit message to...

> Under some special conditions there is sometimes still quite a gap between when the device screen is turned off and the scrcpy screen appears Weird. How long? Can you...