Update videobridge installation authored by Roland Alton's avatar Roland Alton
...@@ -16,7 +16,7 @@ Now works with default Java 11. ~~Install Java 8 from other repo https://git.fai ...@@ -16,7 +16,7 @@ Now works with default Java 11. ~~Install Java 8 from other repo https://git.fai
echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add - wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | apt-key add -
apt update apt update
apt install jitsi-videobridge2 jq apt install jitsi-videobridge2
``` ```
### ~~Option 2: Jitsi unstable repo~~ ### ~~Option 2: Jitsi unstable repo~~
...@@ -40,7 +40,7 @@ enable pubsub room in `/etc/jitsi/videobridge/sip-communicator.properties` ...@@ -40,7 +40,7 @@ enable pubsub room in `/etc/jitsi/videobridge/sip-communicator.properties`
``` ```
org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true
org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=turn.fairkom.net:443,meet-jit-si-turnrelay.jitsi.net:443 org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=turn.fairkom.net:443,meet-jit-si-turnrelay.jitsi.net:443
org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=focus@auth.fairmeeting.net/.* org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=focus@auth.fairmeeting.net/.*
org.jitsi.videobridge.ENABLE_STATISTICS=true org.jitsi.videobridge.ENABLE_STATISTICS=true
org.jitsi.videobridge.STATISTICS_TRANSPORT=muc,colibri,pubsub org.jitsi.videobridge.STATISTICS_TRANSPORT=muc,colibri,pubsub
org.jitsi.videobridge.PUBSUB_SERVICE=fairmeeting.net org.jitsi.videobridge.PUBSUB_SERVICE=fairmeeting.net
... ...
......