0
votes

I'm using the streamio-ffmpeg rails gem and it works fine on my local machine. But when trying to run it on Heroku, I get the below error:

Errno::ENOENT: No such file or directory - the ffprobe binary could not be found in /app/vendor/bundle/ruby/2.2.0/bin:/app/bin:/app/vendor/bundle/bin:/usr/local/bin:/usr/bin:/bin from /app/vendor/bundle/ruby/2.2.0/gems/streamio-ffmpeg-2.0.0/lib/streamio-ffmpeg.rb:87

What does this mean?

1
Is the ffprobe binary in any of those paths shown in your Heroku error output?llogan
No, it's not. I thought the gem would take care of it. How do I add the ffprobe binary?Jackson Cunningham

1 Answers

0
votes