Open Justin-Maxwell opened 1 month ago
scrcpy exits shortly after launch if no audio sink on PC ?
ERROR: Could not open audio device: WASAPI can't find requested audio endpoint: Element not found. ERROR: Demuxer error
Is there a way to connect to some default sink that windows will redirect on connecting a bluetooth or other audio device?
In any event, per https://github.com/Genymobile/scrcpy/blob/master/doc/audio.md
If audio capture fails, then mirroring continues with video only (since audio is enabled by default, it is not acceptable to make scrcpy fail if it is not available)
… should probably apply equally at the renderer.
Have you tried with --no-audio? I just filled https://github.com/Genymobile/scrcpy/issues/5371.
--no-audio
Environment
Describe the bug
scrcpy exits shortly after launch if no audio sink on PC ?
ERROR: Could not open audio device: WASAPI can't find requested audio endpoint: Element not found. ERROR: Demuxer error
Is there a way to connect to some default sink that windows will redirect on connecting a bluetooth or other audio device?
In any event, per https://github.com/Genymobile/scrcpy/blob/master/doc/audio.md
… should probably apply equally at the renderer.