Join participant as a hidden mode in Jitsi Meet

You need to install the Jitsi meet and Jibri server, Please check the below URL https://www.ai38ml.com/install-jibri-for-jitsi-broadcasting-infrastructure-ubuntu/ After that, copy the Nginx file /etc/nginx/sites-available/your-domain.com.conf to /etc/nginx/sites-available/recorder.your-domain.com.conf Then In recorder.your-domain.com.conf file change…

Continue ReadingJoin participant as a hidden mode in Jitsi Meet

Jitsi Meet Behind NAT & Advance Settings

If your server is behind NAT, you need to add below extra line to file /etc/jitsi/videobridge/sip-communicator.properties nano /etc/jitsi/videobridge/sip-communicator.properties org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address> org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address> <Local.IP.Address> is internal or private IP address like 10.xx.xx.xx <Public.IP.Address>…

Continue ReadingJitsi Meet Behind NAT & Advance Settings

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

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