|
@@ -140,6 +140,8 @@ Install JRE if missing:
|
140
|
140
|
apt-get install default-jre
|
141
|
141
|
```
|
142
|
142
|
|
|
143
|
+_NOTE: When installing on older Debian releases keep in mind that you need JRE >= 1.7._
|
|
144
|
+
|
143
|
145
|
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:
|
144
|
146
|
```
|
145
|
147
|
org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
|
|
@@ -154,7 +156,15 @@ Or autostart it by adding the line in `/etc/rc.local`:
|
154
|
156
|
/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
|
155
|
157
|
```
|
156
|
158
|
|
157
|
|
-## Install Jitsi Conference Focus(jicofo)
|
|
159
|
+## Install Jitsi Conference Focus (jicofo)
|
|
160
|
+
|
|
161
|
+Install JDK and Ant if missing:
|
|
162
|
+```
|
|
163
|
+apt-get install default-jdk ant
|
|
164
|
+```
|
|
165
|
+
|
|
166
|
+_NOTE: When installing on older Debian releases keep in mind that you need JDK >= 1.7._
|
|
167
|
+
|
158
|
168
|
Clone source from Github repo:
|
159
|
169
|
```sh
|
160
|
170
|
git clone https://github.com/jitsi/jicofo.git
|