rom1v / sndcpy

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

Issue with Sndcpy, #274

Open ghost opened 9 months ago

ghost commented 9 months ago

When I try to run sndcpy I have an issue: I run it with the command "./sndcpy" when I am in the correct directory (I previously downloaded the folder with all the files). So when I run the script I get this:

"user" sndcpy-v1 % ./sndcpy
Waiting for device...
Performing Streamed Install
Success
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.rom1v.sndcpy/.MainActivity }
Playing audio...
./sndcpy: line 32: vlc: command not found

Help? Thank You!

YumeMichi commented 9 months ago

https://github.com/rom1v/sndcpy?tab=readme-ov-file#requirements

jiading4540 commented 9 months ago

You need to install VLC

kumarraviraushan71 commented 8 months ago

make sure you have installed VLC media player after that do it in terminal step 1 : cd Downloads/sndcpy-v1 step 2 : export VLC=/Applications/VLC.app/Contents/MacOS/VLC step 3 : ./sndcpy hope it helps you for me its working