Skip to main content

Posts

Showing posts from March, 2022

Scale multiple Jibri recoding instance with Docker on Single VM

Scale multiple  Jibri  instance with Docker (2020 steps ) 1. Requirements   Any linux distrobution with Alsa/Pulseaudio support. Proper Internet access. Docker installed. Required kernel module for playback interfaces Valid SSL certificate  for jitsi-web instance. 1.1 Install required module for the kernel Keep in mind, after installation maybe required to  reboot . # install the module apt update && apt install linux-image-extra-virtual # configure 5 capture/playback interfaces echo "options snd-aloop enable=1,1,1,1,1 index=0,1,2,3,4" > /etc/modprobe.d/alsa-loopback. conf # setup autoload the module echo "snd-aloop" >> /etc/modules # check that the module is loaded lsmod | grep snd_aloop 2. Deploy jitsi-meet stack.  Prerequisite to  deploy whole jitsi meet based on official documentation, You should have working version of jitsi-meet stack with ability to record at least one session. 3. Scale  Jibri  instances you can scale container of  Jibri  wit