tips:jibri

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tips:jibri [2021/05/10 14:39] – created scipiotips:jibri [2022/07/14 17:08] (current) sscipioni
Line 1: Line 1:
 ====== jibri ====== ====== jibri ======
  
-===== on jitsi meet server =====+===== docker ===== 
 + 
 + 
 + 
 +jibri.yml inside ufficial docker-jitsi-meet does not work in swarm service (/dev/snd and xorg problems) 
 + 
 +clone a version of jibri with pulse and xdummy support 
 +<code | download> 
 +git clone https://github.com/prayagsingh/docker-jibri-pulseaudio.git 
 +</code> 
 + 
 +change Dockerfile with specific chrome version 
 +<code | Dockerfile> 
 +ARG CHROME_RELEASE=96.0.4664.45 
 +ARG CHROMEDRIVER_MAJOR_RELEASE=96 
 +</code> 
 + 
 +create empty file ${CONFIG}/conf/jibri/finalize.sh 
 + 
 +build image 
 +<code> 
 +docker build -t "galileo/jibri:stable-6726-1"
 +</code> 
 + 
 + 
 + 
 + 
 + 
 +===== (deprecated) on jitsi meet server =====
  
 <file ini /etc/prosody/conf.d/jibri.cfg.lua> <file ini /etc/prosody/conf.d/jibri.cfg.lua>
  • tips/jibri.1620650380.txt.gz
  • Last modified: 2021/05/10 14:39
  • by scipio