eclipse and IntelliJ Idea build files for tracker
ffmpeg libs in the required versions ffmpeg-java and bridj interface libs in the required versions ffmpeg-java: https://github.com/fschuett/ffmpeg
-
Clone this repository
-
Clone repositories
osp,video-enginesandtrackeras subdirs. You can find the repositories at https://github.com/fschuett?tab=repositories or https://github.com/nickkolok?tab=repositories -
Run Tracker using the preferred IDE or run
ant tracker_jar
to build a jar application file: build/jars/tracker.jar
-
Clone repository
osp-teststo a subdir. You can find the repository at https://github.com/nickkolok?tab=repositories -
Run
ant test
- If you have
antconfiguration problems, you may try to install localantusingtools/install_ant.sh.
If package ffmpeg-java is available for your distribution then install it. If not, install the libraries ffmpeg-4.0.jar -> /usr/share/java/ffmpeg/ffmpeg-4.0.jar ln -s /usr/share/java/ffmpeg/ffmpeg-4.0.jar /uar/share/java/ffmpeg/ffmpeg.jar bridj-0.7-SNAPSHOT.jar -> /usr/share/java/ffmpeg/bridj-0.7-SNAPSHOT.jar ln -s /usr/share/java/ffmpeg/bridj-0.7-SNAPSHOT.jar /uar/share/java/ffmpeg/bridj.jar
Install libs for ffmpeg in the required versions. They should be available as packages for your distro.