Streampunk / beamcoder

Node.js native bindings to FFmpeg.
GNU General Public License v3.0
397 stars 76 forks source link

init error on Debian #26

Open puny-d opened 4 years ago

puny-d commented 4 years ago

node: symbol lookup error: /root/test/node_modules/beamcoder/build/Release/beamcoder.node: undefined symbol: av_codec_iterate

ffmpeg version 4.2.1 Debian 9.0

scriptorian commented 4 years ago

Looks like a build/link error. av_codec_iterate is defined in avcodec.h and at runtime expects to be found in the avcodec binary that is linked.