Summary: | Add native Libraries for GLMediaPlayer fallback w/ patent free Codecs like WebM or AV1 | ||
---|---|---|---|
Product: | [JogAmp] Jogl | Reporter: | Sven Gothel <sgothel> |
Component: | video | Assignee: | Sven Gothel <sgothel> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | CC: | gouessej, harvey.harrison, xerxes |
Priority: | P3 | ||
Version: | tbd | ||
Hardware: | All | ||
OS: | all | ||
Type: | FEATURE | SCM Refs: | |
Workaround: | --- |
Description
Sven Gothel
2013-02-07 00:14:16 CET
Usefull resource: http://libav.org/legal.html If we want to bundle libav under the lgpl license we may start by Compile Libav without "--enable-gpl" and without "--enable-nonfree" and then follow the checklist inside the libav legal.html resource. (In reply to comment #1) > Usefull resource: > http://libav.org/legal.html > > If we want to bundle libav under the lgpl license we may start by > Compile Libav without "--enable-gpl" and without "--enable-nonfree" > and then follow the checklist inside the libav legal.html resource. Ok but it would be fine to provide a script code path to re-enable GPL stuff for people who want to rebuild this feature and who are allowed to use them which is my case as my main project is under GPL v2. By the way, I would be interested in Aomedia Video 1 more than in WebM... (In reply to Julien Gouesse from comment #3) > By the way, I would be interested in Aomedia Video 1 more than in WebM... Sounds good and reads quite clean .. https://aomedia.org/av1-features/get-started/ https://aomedia.googlesource.com/aom/ (In reply to Sven Gothel from comment #4) > (In reply to Julien Gouesse from comment #3) > > By the way, I would be interested in Aomedia Video 1 more than in WebM... > > Sounds good and reads quite clean .. > > https://aomedia.org/av1-features/get-started/ > https://aomedia.googlesource.com/aom/ https://en.wikipedia.org/wiki/AV1 https://aomediacodec.github.io/av1-spec/ |