Romain Vimont

Results 2060 comments of Romain Vimont

You can't send it by email that way, you have to post it on the GitHub thread.

OK so it's flipped (horizontally). This is a bug on your device, and scrcpy does not provide any option to workaround that. You could force a flip by modifying the...

> installation method: snap You should test a non-snap version. Could you capture the window via OBS? Note that an alternative would be to use [V4L2](https://github.com/Genymobile/scrcpy#v4l2loopback) to share the device...

> Is this a known issue with the snap? There are a lot of permission/access issue due to snap "sandboxing". > I tested the default version in Ubuntu (1.21), and...

Thank you for your work. The "prebuilt" mechanism of scrcpy is quite rudimentary (it downloads prebuilt releases). This can be a limitation (we could not patch dependencies as necessary), but...

@ZIXT233 Please read the discussion in #1753 first :) It would be great to (optionally) build (from Linux) the dependencies (SDL, FFmpeg, libusb, adb), but still be able to use...

Separate scripts to build the dependencies when requested (similar to the contribs in vlc), so that the resulting binaries could be used to build scrcpy, would be great, yes.

During a resize or a move? This is probably a SDL issue, but scrcpy uses a workaround: https://github.com/Genymobile/scrcpy/blob/ed84e18b1ae3e51d368f8c7bc88ba4db088e6855/app/src/screen.c#L310-L320 So both resizing and moving should not freeze the mirroring. Which scrcpy...

I have no access to a Windows machine right now. Could someone on Windows could reproduce/confirm?