Romain Vimont

Results 1970 comments of Romain Vimont

You might need to configure your v4l2-loopback device correctly: https://github.com/umlaeute/v4l2loopback#forcing-format

> But I cannot access adb shell It seems you have, at least to execute a command non-interactively, since the server is executing. Try: ```bash adb shell echo hello ```...

EDIT: for new users, please ignore this comment, it was just an initial test to investigate the issue. I added some logs. Could you replace this binary in v1.23 please,...

OK, thanks, that's what I thought. So the encoder is able to produce one frame, then it fails… :( Maybe I should revert 2eb6fe7d81c15912a2252f229d317ae03f618a33. Does it work if you execute...

Does it work with screenrecord: ``` adb shell screenrecord /sdcard/file.mp4 adb pull /sdcard/file.mp4 ``` ? EDIT: fixed.

Sorry, I forgot `adb shell`: ``` adb shell screenrecord /sdcard/file.mp4 adb pull /sdcard/file.mp4 ```

> anyway its pull the file, i can see file.mp4 on the folder And it is correct? You can play it?

What's its resolution? Any logs when you record with `screenrecord` in your console? If you reduce the definition even more? ``` scrcpy -m400 ``` ? For some reason, your device...

You can play with the encoder settings: see https://github.com/Genymobile/scrcpy/issues/2819#issuecomment-976380273 Maybe you'll find what parameter your device does not like.

Probably a bug in their custom ROM (for Android 12). Scrcpy works fine with other Android 12 devices.