You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing fluent-ffmpeg, ffmpeg-installer, and ffprobe-installer in an Docker container running a Node 18 image does not work. It immediately throws an error, ffmpeg was killed with signal SIGSEGV, when running any ffmpeg command.
Hey @mithiridi! Yes, indeed I was. Turns out, ffmpeg is available via package managers. I was able to add a command to the dockerfile as such to install it on the system: RUN apt-get install ffmpeg -y
If you are also using fluent-ffmpeg, it should pick up the installation automatically.
Installing
fluent-ffmpeg
,ffmpeg-installer
, andffprobe-installer
in an Docker container running a Node 18 image does not work. It immediately throws an error,ffmpeg was killed with signal SIGSEGV
, when running any ffmpeg command.The
ffmpeg
script I used:Works great locally.
The text was updated successfully, but these errors were encountered: