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:06] willy presentation des differences de fichiers + exploitation |
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''. | ||
| Line 446: | Line 454: | ||
| ===== Enregistrement et streaming ===== | ===== Enregistrement et streaming ===== | ||
| + | |||
| + | {{ wiki:jitsi_menu.png?direct&250 | Vu d'ensemble du menu}} | ||
| ==== Enregistrement ==== | ==== Enregistrement ==== | ||
| Line 462: | Line 472: | ||
| === Côté youtube === | === Côté youtube === | ||
| + | {{ ::jitsi_streaming_youtubestudio.png?direct&250| Page d'édition du flux dans Youtube studio}} | ||
| * Ouvrir [[https://studio.youtube.com/ | Youtube studio]] | * Ouvrir [[https://studio.youtube.com/ | Youtube studio]] | ||
| Line 468: | Line 479: | ||
| * Copier la clé de flux | * Copier la clé de flux | ||
| * Attendre que jibri envoie le flux avant de passer effectivement au direct | * Attendre que jibri envoie le flux avant de passer effectivement au direct | ||
| + | |||
| + | |||
| === Côté Jitsi === | === Côté Jitsi === | ||