Romain Vimont

Results 2060 comments of Romain Vimont

Locally: ```console $ git branch | wc -l 1062 ``` I should probably do some cleanup. :smile: However, I want to keep many of them somewhere, to be able to...

02f4ff7534649153d6f87b05a0757431a2d0ee5f and 3626d90004c9946320152564a375e56f9c5030f4 merged into `dev`.

See https://github.com/Genymobile/scrcpy/pull/4868 and https://github.com/Genymobile/scrcpy/issues/4727#issuecomment-1978115575.

IIUC, you want your Android device to be a "display" for your computer. Scrcpy mirroring is the other way around, so it's totally out of scope, sorry.

Enable audio forwarding, then execute: adb devices I guess it fails with insufficient permissions. The reason is that enabling audio accessory changes the USB _product id_ (chcek `lsusb` before and...

Thank you. That looks cool :+1: I really need to take the time to read the doc about GitHub actions (my CI knowledge is very limited). By the way, I...

Programmatically, probably. Capture the audio output on your computer (e.g. pulseaudio), send it via a socket to an Android application which receives the audio stream and play it.

It seems there is no audio card detected on the computer. Disable audio forwarding: ``` scrcpy --no-audio ```

Does it work better with another [encoder](https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder)?