This tutorial covers the details of configuring authentication using JWT tokens in Jitsi Meet. Prerequisites: The problem with installing jitsi-meet-tokens is that libssl1.0-dev package is not available in Debian10, and has been replaced with libssl-dev. When installing jitsi-meet-tokens, luacrypto is installed as a dependency, and luacrypto does not work with libssl-dev. The solution: 1. Install dependencies: 2. Install additional packages: 3. Create a file called luajwtjitsi-1.3-7.rockspec with the […]
This tutorial describes how to perform load testing using terraform with GCP VMs and ansible to run the commands. Terraform Create a set of VMs with the following template (change the variables according to your environment): main.tf firewall.tf This will create 3 instances in GCP with 4 cpu and 16gb of RAM. Ansible After creating […]
This article provides resources for monitoring Jitsi and for overall Jitsi performance enhancement. Monitoring Recommendations: I recommend configuring: 1. Monitoring of VideoBridges in Grafana as follows: 1.1. How to setup Grafana dashboards to monitor Jitsi: my comprehensive tutorial for the beginner. How to set up Grafana dashboards to monitor Jitsi 1.2. Jitsi Prometheus Exporter Prometheus […]
The video-conferencing app, Jitsi, includes a watermark logo in the top left corner of the video. There is a common request to remove or replace the logo. This tutorial describes how to remove the watermark logo or how to replace it with a different image. The tutorial contains 3 sections: 1. Log in as a […]