be050216b0
Updating Red5 triggered updating of ffmpeg jars for screensharing. |
||
---|---|---|
.. | ||
ffmpeg-linux-x86 | ||
ffmpeg-linux-x86_64 | ||
ffmpeg-macosx-x86_64 | ||
ffmpeg-windows-x86 | ||
ffmpeg-windows-x86_64 | ||
signed-jars | ||
unsigned-jars | ||
README.md |
This directory contains the difference JavaCV jar files that we need for our web start application.
To build each native library and sign each ffmpeg native libraries:
- cd to the platform directory you want to build (cd ffmpeg-win-x86)
- type
gradle jar
to build the jar file - type
ant sign-jar
to sign the jar file with your certificate - copy the signed-jar to
bbb-screenshare/app/jws/lib
to be included when deploying to red5
We have included unsigned jars for ffmpeg.jar
, javacpp.jar
, and javacv.jar
in the
unsigned-jars directory. You can sign the jar files there with your certificate.