Jitsi Meet is an open-source (Apache) WebRTC JavaScript application that uses Jitsi Videobridge to provide high quality, secure and scalable video conferences. It can be used as a replacement for proprietary services like Zoom, Whereby, Teams, Skype and many others. Requirements At least two Linux systems with Debian 10 DNS…
Tag: Jitsi-Meet
Enable authentication of Jitsi Meet
A basic installation of Jitsi Meet gets you up and running within shortest time, probably in less than 15 minutes. There are hardly any configuration changes necessary. Most important information is a fully qualified domain name (FQDN), and that’s it. However such a default installation of Jitsi Meet is open….
Install Grafna, InfluxDB, Telegraf for Jitsi Video Meet Monitoring on Debian 10
Step 1: Install InfluxDB apt update && apt install -y gnupg2 curl wget wget -qO- https://repos.influxdata.com/influxdb.key | sudo apt-key add – echo “deb https://repos.influxdata.com/debian buster stable” | sudo tee /etc/apt/sources.list.d/influxdb.list apt update && apt install influxdb -y systemctl enable –now influxdb systemctl status influxdb If you run a firewall (i.e….
Install RClone for synching Server contents to Cloud storage- google drive, onedrive, dropbox or own/nextcloud
Use case with Jibri Recorded content to push to cloud storage operators. Rclone installation (Debian 10) All below commands are executed as ‘root’. (I know!..) apt update apt install curl -y curl https://rclone.org/install.sh | bash Rclone is now installed. We need to find where rclone expects it’s config file: rclone…
Customizing Jitsi Meet
Edit Logo Image: In your jitsi-meet deployment, probably in /usr/share/jitsi-meet/images the image file will exist that you can override with your own. Update Link on Logo: You can edit: Path: /usr/share/jitsi-meet File: interface_config.js Parameter: JITSI_WATERMARK_LINK: or SHOW_WATERMARK_FOR_GUESTS: false Change texts of Welcome/Home Page: