I'm using ffmpeg.exe to convert video to audio . On local machine it works fine but when deployed on heroku server it throws error like....
/app/node_modules/fluent-ffmpeg/lib/processor.js:190
ffmpegProc.stdout.on('data', function(data) {
^
TypeError: Cannot read property 'on' of undefined
Please help me ....!