JVB Jitsi Video Bridge Auto Scale Script

Add below script after #!/bin/bash line nano /usr/share/jitsi-videobridge/jvb.sh PUBLIC_ADDRESS=`curl ifconfig.me` LOCAL_ADDRESS=`hostname -I | awk '{print $1}'` sed -i "s/\(org.jitsi.videobridge.octo.BIND_ADDRESS=\).*\$/\1${LOCAL_ADDRESS}/" /etc/jitsi/videobridge/sip-communicator.properties sed -i "s/\(org.jitsi.videobridge.octo.PUBLIC_ADDRESS=\).*\$/\1${PUBLIC_ADDRESS}/" /etc/jitsi/videobridge/sip-communicator.properties sed -i "/^org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=/ \ s/=.*/=$(uuidgen)/" /etc/jitsi/videobridge/sip-communicator.properties…

Continue ReadingJVB Jitsi Video Bridge Auto Scale Script

Install Jitsi Meet Using Docker In Ubuntu 18.04

First, you need to check your OS kernel is generic or not. Follow the below tutorial https://www.ai38ml.com/how-to-change-default-kernel-in-ubuntu-aws/ Then install Docker and docker-compose follow the below tutorial https://www.ai38ml.com/how-to-install-docker-docker-compose-on-ubuntu-18-04/ Then follow the…

Continue ReadingInstall Jitsi Meet Using Docker In Ubuntu 18.04

How to install JVB (Jitsi Video Bridge) on the existing Jibri Server

Please check the previous step before start https://www.ai38ml.com/how-to-install-jitsi-meet-on-ubuntu-18-04/ https://www.ai38ml.com/install-jibri-for-jitsi-broadcasting-infrastructure-ubuntu/ Now from the above step, we have two servers Jitsi server (Ubuntu 18.04) and Jibri server (Ubuntu 16.04) We have already…

Continue ReadingHow to install JVB (Jitsi Video Bridge) on the existing Jibri Server