Romain Vimont
Romain Vimont
Your meson version is way too old. It should even refuse to build: https://github.com/Genymobile/scrcpy/blob/cb20bcb16f4ca191e237c8744a7c2e6d29701d60/meson.build#L3
Run `scrcpy-console.bat`, the console window won't close if there is an error message.
If you run `scrcpy-console.bat`, yes, there is a console window. You can also run `open_a_terminal_here.bat` and execute `scrcpy` from there directly.
> `WARN: Device disconnected` Your adb connection gets closed. You can confirm this by running in a separate terminal `adb shell` or `adb logcat`, the command will terminate at the...
Because there is no hardware encoder? (check `scrcpy --list-encoders`)
> When it changed the orientation, ScrCpy stole focus Does it also happen when you don't pass `--always-on-top`? In any case, this is a behavior from SDL. > I've also...
You are reporting two different problems. The one about focus stealing with "always on top" is out of control of scrcpy: it is the behavior from your window manager (or...
> Scrcpy should probably not create or touch textures while a window is minimized. That will be annoying to fix, I added it on my TODO list. Please test branch...
> but the issue of it being closed (occurs when it tries to rotate while being minimized) doesn't exist. Great! Thank you for your test :+1: > The focus stealing...
Then report to SDL that when always on top is set, changing the window size steals the focus on your system.