ffmpeg not found by default
oSumAtrIX opened this issue · 2 comments
oSumAtrIX commented
No binary of ffmpeg is beeing provided when setting up flowabot
https://i.imgur.com/pr4HpXO.png
You might add that to your readme
LeaPhant commented
The ffmpeg binary should be provided by the ffmpeg-static module, although I haven't tested it on ARM. Since you had another module error in the other issue maybe remove the node_modules
folder an do npm i
again.
lurr commented
The binaries for ARM seem to have been added in commit eugeneware/ffmpeg-static@786ca8d, which may fix the issue. Should be as simple as updating the dependency to 2.5.0
, hopefully.