Skip to content

Deploy option for systems without ffmpeg library installed beforehand #9

@acgourley

Description

@acgourley

I'm working on deploying this inside of a Google Cloud Function and in this context you cannot install the libav/ffmpeg libs on the system first.

In my fork I have node-pre-gyp working as a method for distributing the compiled libs, however these libs still dynamically link against the system library instead of bundling in the system libraries. Do you know if there is a way to use node-gyp to pull in these system libs into a monolithic library, or to copy them into the distribution some other way?

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