This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:jibri [2021/05/10 14:39] – created scipio | tips: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:// | ||
| + | </ | ||
| + | |||
| + | change Dockerfile with specific chrome version | ||
| + | <code | Dockerfile> | ||
| + | ARG CHROME_RELEASE=96.0.4664.45 | ||
| + | ARG CHROMEDRIVER_MAJOR_RELEASE=96 | ||
| + | </ | ||
| + | |||
| + | create empty file ${CONFIG}/ | ||
| + | |||
| + | build image | ||
| + | < | ||
| + | docker build -t " | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ===== (deprecated) | ||
| <file ini / | <file ini / | ||