Romain Vimont
Romain Vimont
> The terminology is very confusing. ADB using -serial number when its an IP address. It seems unreliable. `adb` is from Android, I have no control over it. I use...
Do you experience the same issue if you turn screen off then turn screen on with the shortcut MOD+Shift+o?
What's weird is that unplugging causes cleanup to be performed, and it basically performs the same action as MOD+Shift+o. :thinking:
https://github.com/Genymobile/scrcpy/issues/3825 Do you use the latest scrcpy release (v2.1.1) with the SDL version containing a fix?
With that exact same error message (`WASAPI can't initialize audio client: Coinitialize has not been called`)? (try the latest version just in case, 2.6.1 currently) If this still happens, it...
> ERROR: Could not open audio device: WASAPI can't find requested audio endpoint: Element not found. That's a slightly different message. I just opened a new issue here: https://github.com/libsdl-org/SDL/issues/10506
Reduce the resolution (`scrcpy -m1024`) or try another encoder: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder
(You can also create a script `myadb` which calls your `adb` command with your custom parameters, and reference it from the `ADB` environment variable.)
It's currently not supported. See threads #397 and #1887.
> would https://github.com/Genymobile/scrcpy/pull/5370 be what I'm looking for if/when it is finished The current state is what the feature will look like. Currently, only an option to start an app...