Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with spawn child process - FFMPEG version 4.9.2-10. #41

Open
Cesc1986 opened this issue Feb 8, 2016 · 0 comments
Open

Problem with spawn child process - FFMPEG version 4.9.2-10. #41

Cesc1986 opened this issue Feb 8, 2016 · 0 comments

Comments

@Cesc1986
Copy link

Cesc1986 commented Feb 8, 2016

Hi I have a problem on my Raspberry with Raspbian Jessie, Node v0.10.9 and FFMPEG version 4.9.2-10. When I run play_ffmpeg I get

adding device: 192.168.0.14:5000
status: ready

events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:980:11)
at Process.ChildProcess._handle.onexit (child_process.js:771:34)

One note: It did work flawlessly before I updated my FFMPEG from version 1.xx something up to 4.9. Seems like the ffmpeg update is somehow conflicting with your script. By debugging, I was able to track down the problem to be most likely the following line

// pipe data to AirTunes
ffmpeg.stdout.pipe(airtunes);

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant