Streampunk / beamcoder

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

Is it possible to compile beamcoder with dynamically linked FFmpeg? #22

Open quolpr opened 4 years ago

quolpr commented 4 years ago

Is it possible to dynamically link FFmpeg? The main reason - is to avoid any LGPL issues(so the user will easily be able to replace dll/dylib files as LGPL requires).

Also, is there any possibilities that this project will be not under GPL, but maybe under LGPL?

Thanks!

sparkpunkd commented 4 years ago

We would like to provide similar licensing conditions to FFmpeg itself. Ideally, the license of beamcoder should depend on what you link to when building FFmpeg. The only reason that we have not is time and priority.

I expect the licensing of beamcoder will become more permissive and flexible, but it is not our priority.