Differences between revisions 3 and 4
Revision 3 as of 2011-01-04 14:47:49
Size: 1010
Editor: csr
Comment:
Revision 4 as of 2011-01-06 09:49:31
Size: 995
Editor: csr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
The subversion repository for BES is at https://doms.svn.sourceforge.net/svnroot/doms/examples/extractor with subdirectories for trunk, tags, and branches. BES is a maven project and after checkout can be built by {{{cd}}}'ing to the directory containing {{{pom.xml}}} and executing {{{mvn -Dmaven.test.skip=true package}}}. Release packages (war-files) are kept in {{{fedora@digitv-test-acs.sb:/home/fedora/releases}}}. The subversion repository for BES is at https://doms.svn.sourceforge.net/svnroot/doms/examples/extractor with subdirectories for trunk, tags, and branches. BES is a maven project and after checkout can be built by {{{cd}}}'ing to the directory containing {{{pom.xml}}} and executing {{{mvn -Dmaven.test.skip=true package}}}. Release packages (war-files) are kept in {{{larm@iapetus:/home/larm/releases}}}.

Release Notes for Broadcast Extraction Service (BES)

The subversion repository for BES is at https://doms.svn.sourceforge.net/svnroot/doms/examples/extractor with subdirectories for trunk, tags, and branches. BES is a maven project and after checkout can be built by cd'ing to the directory containing pom.xml and executing mvn -Dmaven.test.skip=true package. Release packages (war-files) are kept in larm@iapetus:/home/larm/releases.

Version 1.0.0

The release software is at fedora@digitv-test-acs.sb:/home/fedora/releases/bes-1.0.0.war. Installation requires only that the file be copied as bes.war to an appropriate tomcat container on the target machine. The war-file contains a context.xml which tomcat will deploy to bes.xml under $catalina.home/conf/Catalina/localhost. See BESConfiguration for configuration details.

BES has a number of dependencies:

  1. vlc: v1.14
  2. ffmpeg: vSVN-r25305-snapshot
  3. sox

BESReleaseNotes (last edited 2011-01-10 13:13:08 by csr)