Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Jibri Autostart

This plugin automatically starts recording when the moderator comes into the room.

Installation

  • Copy this script to the Prosody plugins folder. It's the following folder on Debian

    cd /usr/share/jitsi-meet/prosody-plugins/
    wget -O mod_jibri_autostart.lua https://raw.githubusercontent.com/jitsi-contrib/prosody-plugins/main/jibri_autostart/mod_jibri_autostart.lua
  • Enable module in your prosody config.

    /etc/prosody/conf.d/meet.mydomain.com.cfg.lua

    Component "conference.meet.mydomain.com" "muc"
      modules_enabled = {
        ...
        ...
        "jibri_autostart";
      }
  • Restart the services

    systemctl restart prosody.service
    systemctl restart jicofo.service