Jitsi Meet Load Balancing Using Docker JVB (Jitsi Video Bridge) Ubuntu 20.04

https://www.ai38ml.com/install-jitsi-meet-using-docker-in-ubuntu-18-04/ In the above setup step edit the file to the prosody section in docker-compose.yml  ports: - '5222:5222' Also, check 5222 port is open from now and network security. Same docker setup folder…

Continue ReadingJitsi Meet Load Balancing Using Docker JVB (Jitsi Video Bridge) Ubuntu 20.04

Jitsi Meet docker customization

Install Jitsi Meet using the below link https://www.ai38ml.com/install-jitsi-meet-using-docker-in-ubuntu-18-04/ Go to the docker-jitsi-meet directory and run the below command docker-compose exec web /bin/bash apt install wget wget https://url-of-jitsi-meet-web-deb-file/jitsi-meet-web_all.deb dpkg -i jitsi-meet-web_all.deb…

Continue ReadingJitsi Meet docker customization