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

Source is not a ReadableStream #42

Closed
alloyking opened this issue Apr 22, 2012 · 1 comment
Closed

Source is not a ReadableStream #42

alloyking opened this issue Apr 22, 2012 · 1 comment

Comments

@alloyking
Copy link

I did an NPM install of fluent-ffmpeg on both OSX lion and CentOS.

I've tried all the examples with no success:

Error: Source is not a ReadableStream
at new FfmpegCommand (/home/alloyking/nodeJS/node_modules/fluent-ffmpeg/lib/fluent-ffmpeg.js:20:13)
at new (/home/alloyking/nodeJS/node_modules/fluent-ffmpeg/lib/fluent-ffmpeg.js:240:10)
at Object. (/home/alloyking/nodeJS/app.js:3:12)
at Module._compile (module.js:441:26)
at Object..js (module.js:459:10)
at Module.load (module.js:348:31)
at Function._load (module.js:308:12)
at Array.0 (module.js:479:10)
at EventEmitter._tickCallback (node.js:192:40)

The only thing that I has not produced an error is when pulling Metadata.
So I built my own preset that simply converted an AVI to an MP4. I tested the script in the terminal with success, but within fluent-ffmpeg it still shows not a ReadableStream.

Any advice?

@schaermu
Copy link
Contributor

I forgot to update the examples to the new api which was introduced with 1.0. I'll update them this week.

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

No branches or pull requests

2 participants