-
-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
Description
trying to install anything that requires ffmpeg-static fails under FreeBSD as an example:
install bropat/ioBroker.eufy-security#6027c21fc25365e812ec5215336aede2783fbb0e
NPM version: 6.14.8
npm install bropat/ioBroker.eufy-security#6027c21fc25365e812ec5215336aede2783fbb0e --loglevel error --prefix "/opt/iobroker" (System call)
ffmpeg-static install failed: No binary found for architecture
npm ERR! code ELIFECYCLEnpm ERR! errno 1
npm ERR! ffmpeg-static@4.2.7 install: `node install.js`
npm ERR! Exit status 1npm ERR! npm ERR! Failed at the ffmpeg-static@4.2.7 install script.npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
what would it take to get that added? FreeBSD already offers it via pkg (pkg install ffmpeg) and ports (https://www.freshports.org/multimedia/ffmpeg/)
Reactions are currently unavailable