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 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: 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 org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
@ -154,7 +156,15 @@ Or autostart it by adding the line in `/etc/rc.local`:
/bin/bash /root/jitsi-videobridge-linux-{arch-buildnum}/jvb.sh --host=localhost --domain=jitsi.example.com --port=5347 --secret=YOURSECRET1 </dev/null >> /var/log/jvb.log 2>&1 /bin/bash /root/jitsi-videobridge-linux-{arch-buildnum}/jvb.sh --host=localhost --domain=jitsi.example.com --port=5347 --secret=YOURSECRET1 </dev/null >> /var/log/jvb.log 2>&1
``` ```
## Install Jitsi Conference Focus(jicofo) ## 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: Clone source from Github repo:
```sh ```sh
git clone https://github.com/jitsi/jicofo.git git clone https://github.com/jitsi/jicofo.git