Romain Vimont

Results 1990 comments of Romain Vimont

> I want to hear phone calls while I'm wearing my headphones Not possible. Only the audio output can be forwarded. Does it work if you play a video for...

Please copy the full output from the console and post it here.

> [server] INFO: Device: [HUAWEI] HUAWEI YAL-L21 (Android 10) > [server] WARN: Audio disabled: it is not supported before Android 11

It's an error related to your X server on the computer: https://github.com/Genymobile/scrcpy/issues/584

Thank you for the PR. I didn't read the details, but could you explain a bit why this new method would be preferable (benefits/drawbacks)? Here are some differences I observed...

I just tested, it's not faster for me. In the current scrcpy version, what takes time in is to call `getApplicationLabel()` for all apps: ```java String name = pm.getApplicationLabel(appInfo).toString(); ```...

> Currently, scrpcy opens independent windows to render video stream but I'm trying to integrate it inside an application. Is there any way to do it? The proper way would...

> did you notice from screenshots above that QtScrcpy seems to be supporting audio? I don't think so. They're just shortcut for volume up/down on the device. Also see #612....

> unfortunately it is insufficient for what I need... Why?

I did not investigated yet, but by calling private API with shell permissions, it is maybe possible to capture the audio from any app (I'm not sure). For example, the...