Skip to content

Does not work in Node Docker container #76

@Gmanicus

Description

@Gmanicus

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.

The ffmpeg script I used:

const ffmpeg = require('fluent-ffmpeg')
const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
const ffprobePath = require('@ffprobe-installer/ffprobe').path;

ffmpeg.setFfmpegPath(ffmpegPath);
ffmpeg.setFfprobePath(ffprobePath);

Works great locally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions