torch2424 / live-stream-radio

24/7 live stream video radio station CLI / API 📹 📻
https://torch2424.github.io/live-stream-radio/
240 stars 64 forks source link

EACCES Error #137

Closed oddnebula closed 4 years ago

oddnebula commented 4 years ago

Hi, I've been trying to setup a live stream for a while now but whenever I try to start it I get the following error:

ffmpeg stderr:

undefined ffmpeg stdout:

undefined ffmpeg err:

Error: spawn /home/pi/Downloads/live-stream-radio-ffmpeg-builds EACCES at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19) at onErrorNT (internal/child_process.js:456:16) at processTicksAndRejections (internal/process/task_queues.js:80:21) { errno: 'EACCES', code: 'EACCES', syscall: 'spawn /home/pi/Downloads/live-stream-radio-ffmpeg-builds', path: '/home/pi/Downloads/live-stream-radio-ffmpeg-builds', spawnargs: [ '-formats' ] }

ffmpeg encountered an error. 😨 Please see the stderror output above to fix the issue.

I'm on a Raspberry Pi 4 and have tried using the pre-compiled builds and tried compiling my own. I'm still very new to this so help would be greatly appreciated!

LauraWebdev commented 4 years ago

Please confirm that the ffmpeg build is executable. You can do that by running sudo chmod +x FILE where FILE refers to the ffmpeg build.

torch2424 commented 4 years ago

@oddnebula Did @AndreasWebdev suggestion work for you? Can we close this issue? :smile: Let us know if so! Thanks!

LauraWebdev commented 4 years ago

Closing this issue as there is no activity in here.

Feel free to open another issue if the problem persists!