This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
jitsi [2020/05/04 16:32] willy qques illustrations |
jitsi [2021/06/05 11:12] (current) willy |
||
|---|---|---|---|
| Line 322: | Line 322: | ||
| root@stream2:~# mv -f ~/chromedriver /usr/local/bin/chromedriver | root@stream2:~# mv -f ~/chromedriver /usr/local/bin/chromedriver | ||
| root@stream2:~# chown root:root /usr/local/bin/chromedriver | root@stream2:~# chown root:root /usr/local/bin/chromedriver | ||
| - | root@stream2:~# chmod 0755 /usr/local/bin/chromedrive | + | root@stream2:~# chmod 0755 /usr/local/bin/chromedriver |
| </code> | </code> | ||
| Line 345: | Line 345: | ||
| </code> | </code> | ||
| A l'installation; jibri faisait déjà partie des groupes ''audio'' et ''video'' | A l'installation; jibri faisait déjà partie des groupes ''audio'' et ''video'' | ||
| + | |||
| + | Créer le repertoire de destination des enregistrements /srv/jibri/recordings | ||
| + | |||
| + | Jibri doit en être le propriétaire | ||
| + | <code bash> | ||
| + | root@stream2:~# mkdir -p /srv/jibri/recordings | ||
| + | root@stream2:~# chown -R jibri /srv/jibri/ | ||
| + | </code> | ||
| Le principal fichier à considérer sur cette instance est ''/etc/jitsi/jibri/config.json''. | Le principal fichier à considérer sur cette instance est ''/etc/jitsi/jibri/config.json''. | ||