Skip to content

Ansible role for Jitsi conferencing

Notifications You must be signed in to change notification settings

status-im/infra-role-jitsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This role configures Jitsi, an open source video conferecing solution.

Configuration

jitsi_domain: 'meet.example.org'
jitsi_admin_email: '[email protected]'

jitsi_jicofo_component_secret: 'CHANGE_THIS_SECRET'
jitsi_jicofo_auth_password: 'CHANGE_THIS_SECRET'
jitsi_jvb_auth_password: 'CHANGE_THIS_SECRET'
jitsi_jibri_recorder_password: 'CHANGE_THIS_SECRET'
jitsi_jibri_xmpp_password: 'CHANGE_THIS_SECRET'

Known Issues

  • This setup doesn't work well with CloudFlare SSL Proxy
  • The jibri container requires access to ALSA loop cards
  • ALSA loop device permissions can break after reboot

Links