Romain Vimont
Romain Vimont
MOD+↑ and MOD+↓ ([shortcuts](https://github.com/Genymobile/scrcpy/blob/master/doc/shortcuts.md))
> but the sound on PC is just too late (even if it's like 200-500ms …) It should not be that high, more like 50~60ms (unless you use a bluetooth...
As soon as the "remote submix" audio source is captured on Android, audio is automatically disabled on the device. I didn't find any way to configure this behavior. If someone...
> How about an app install to phone Installing an additional app would add a lot of complexity (this implies 2 parts on the server side to coordinate with the...
To investigate: #4380
Could you try with a newer version (2.0)? https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version
What is the result of: ``` adb devices scrcpy -Vdebug ``` Also check logcat: ```bash adb logcat -c # clear scrcpy adb logcat -d > logcat.txt ``` (and post `logcat.txt`)
> ALSA lib pcm_dmix.c:999:(snd_pcm_dmix_open) unable to open slave > ERROR: Could not open audio device: ALSA: Couldn't open audio device: Device or resource busy The alsa device is already used....
Thank you for your work :+1: > It uses native reflections, but the code is much harder to read with that. Most methods/fields are only used once so performance shouldn't...
Thank you @yume-chan for your latest version :+1: I move your code to `Workarounds.createAudioRecord()`, and removed even more unnecessary parts: [`vivo_workaround`](https://github.com/Genymobile/scrcpy/commits/vivo_workaround). What do you think? Here is a binary: -...