Romain Vimont

Results 2055 comments of Romain Vimont

I just added a FAQ entry: https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#hidotg-issues-on-windows

Could you please retry with scrcpy v2.4? Refs https://github.com/Genymobile/scrcpy/pull/4713#issuecomment-1974296780

It detected your logitech gaming mouse as USB device. Pass the serial of your Xiaomi phone: ``` scrcpy --otg -s 371b85e0 ```

> It'd be nice if it could detect these HID type of devices and ignore them Yes, it should only list adb devices. It's not that straightforward to detect unambiguously...

Try with another encoder: https://github.com/Genymobile/scrcpy#encoder

Does `screenrecord` work? ``` adb shell screenrecord /sdcard/file.mp4 adb pull /sdcard/file.mp4 ```

``` scrcpy --no-display --record=file.mkv ``` Does it work?

OK, so everything works fine except opening a window on the computer. Looks like #3431 or #3561 but was a problem on Linux. Does `scrcpy --render-driver=opengl` work? Could you test...

Yes, sorry I changed that without notice: https://github.com/Genymobile/scrcpy/commit/8b38b11875eee81186adebe709ef0fcfd68d88ab I think it is a good practice to have a parent directory in a zip file.

Looks like a Windows configuration/firewall issue. If you manage to fix it, please tell us.