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?
ffprobe
binary in any of those paths shown in your Heroku error output? – llogan