rom1v / sndcpy

Android audio forwarding (scrcpy, but for audio)
MIT License
3.26k stars 298 forks source link

sndcpy exits itself on Mac after executing VLC #83

Open zishanj opened 3 years ago

zishanj commented 3 years ago

On my Mac with VLC v3.0.11.1, sndcpy exits itself after it try to execute vlc. Here is the complete command prompt messages:

Waiting for device... Performing Streamed Install Success Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.rom1v.sndcpy/.MainActivity } Press Enter once audio capture is authorized on the device to start playing...

VLC media player 3.0.11.1 Vetinari (revision 3.0.11.1-0-g52483f3ca2)

It exits itself after showing the VLC media player version.

youthlin commented 3 years ago

try export VLC=/Applications/VLC.app/Contents/MacOS/VLC first