bigbluebutton-Github/bbb-screenshare/jws/native-libs
Richard Alam be050216b0 Updating screenshare
Updating Red5 triggered updating of ffmpeg jars for screensharing.
2016-03-30 21:18:39 +00:00
..
ffmpeg-linux-x86 - add ffmpeg linux x86 jar 2016-02-26 16:50:23 +00:00
ffmpeg-linux-x86_64 - add working jars for linux-x86_64 and mac os x 2016-02-23 15:31:48 +00:00
ffmpeg-macosx-x86_64 - add working jars for linux-x86_64 and mac os x 2016-02-23 15:31:48 +00:00
ffmpeg-windows-x86 Updating screenshare 2016-03-30 21:18:39 +00:00
ffmpeg-windows-x86_64 Updating screenshare 2016-03-30 21:18:39 +00:00
signed-jars - new screenshare red5 app 2016-02-10 19:53:01 +00:00
unsigned-jars Updating screenshare 2016-03-30 21:18:39 +00:00
README.md - new screenshare red5 app 2016-02-10 19:53:01 +00:00

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:

  1. cd to the platform directory you want to build (cd ffmpeg-win-x86)
  2. type gradle jar to build the jar file
  3. type ant sign-jar to sign the jar file with your certificate
  4. 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.