Romain Vimont

Results 2060 comments of Romain Vimont

> 'timeout' is not recognized as an internal or external command, https://stackoverflow.com/questions/49814017 /timeout-in-batch-after-changing-path-is-not-working > But no screen appears. In sndcpy v1.1, no dialog is expected to open at all.

> How do I get the screen with my mobile phone mirror then? This issue is on the `sndcpy` project (a tiny PoC to forward audio), not `scrcpy`: https://github.com/Genymobile/scrcpy

Is VLC installed there? `C:\Program Files\VideoLAN\VLC\vlc.exe`

Run it from a terminal instead of clicking on the .bat file, you'll get a chance to see any error message before it closes.

Remove `-Idummy` here to see if there is a problem with VLC: https://github.com/rom1v/sndcpy/blob/f0995ca4d0002ef288c74c70d4c0eb48354449d5/sndcpy.bat#L25

> Have tried multiple apps, all nothing. Did you try youtube and VLC for Android? They are known to forward audio correctly.

@Tyr808 Thank you for your help. However, sndcpy just uses the Playback capture API provided by the system. The fact that it works on some devices or for some apps...

> And still Android Pie (9.0) here. Don't even try. > The Android device requires at least Android 10. https://github.com/rom1v/sndcpy#requirements

Sndcpy just starts a VLC to play a video stream: https://github.com/rom1v/sndcpy/blob/f0995ca4d0002ef288c74c70d4c0eb48354449d5/sndcpy#L29 I don't know the cause of your problem.