A recent JDK and Ant is required to compile JICOFO.

This commit is contained in:
gpolitis 2015-05-27 20:56:10 +02:00
parent afb85e2fd9
commit d94f001f25
1 changed files with 11 additions and 1 deletions

View File

@ -140,6 +140,8 @@ Install JRE if missing:
apt-get install default-jre
```
_NOTE: When installing on older Debian releases keep in mind that you need JRE >= 1.7._
In the user home that will be starting Jitsi Videobridge create `.sip-communicator` folder and add the file `sip-communicator.properties` with one line in it:
```
org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
@ -155,6 +157,14 @@ Or autostart it by adding the line in `/etc/rc.local`:
```
## Install Jitsi Conference Focus (jicofo)
Install JDK and Ant if missing:
```
apt-get install default-jdk ant
```
_NOTE: When installing on older Debian releases keep in mind that you need JDK >= 1.7._
Clone source from Github repo:
```sh
git clone https://github.com/jitsi/jicofo.git