This post is heavily inspired from this community post by https://community.jitsi.org/u/Woodworker_Life. However, the original installation document is based on typical split Jitsi on one VM and Jibri on seperate VM.
A little reworked version is deployed and tested for several client based with no performance issue- this post covers a single VM with Jitsi Videobridge and Jibri Reocording system.
Prerequisites:
- Works only on Ubuntu 16 Distribution
- Only following DNS entries are needed to be available:
- meet.ensii.net -> 123.45.67.89
- recording.ensii.net-> 123.45.67.89
- recorder.ensii.net-> 123.45.67.89
- update /etc/hosts file as following:
- 127.0.0.1 meet.ensii.net
123.45.67.89 recording.ensii.net
123.45.67.89 recorder.ensii.net
- 127.0.0.1 meet.ensii.net
Part-1: Setup Jitsi Meet on the server
You will need to login to the server you created in step 1. For this, on my Windows laptop, I use PuTTy. Login with initial password and change it to your own.
Update server:
apt update && apt upgrade -y