This page (revision-76) was last changed on 19-Mar-2022 23:42 by Christoph S.

This page was created on 25-Apr-2020 22:51 by Christoph S.

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
76 19-Mar-2022 23:42 26 KB Christoph S. to previous
75 22-Apr-2021 12:50 26 KB jitsi_meet to previous | to last
74 25-Jan-2021 23:20 26 KB Christoph S. to previous | to last
73 25-Jan-2021 23:20 26 KB Christoph S. to previous | to last
72 25-Jan-2021 23:13 26 KB Christoph S. to previous | to last
71 19-Jan-2021 00:23 26 KB Christoph S. to previous | to last
70 18-Jan-2021 22:51 25 KB Christoph S. to previous | to last
69 08-Jan-2021 13:36 24 KB Christoph S. to previous | to last
68 08-Jan-2021 13:36 24 KB Christoph S. to previous | to last
67 08-Jan-2021 13:30 23 KB Christoph S. to previous | to last
66 08-Jan-2021 13:24 23 KB Christoph S. to previous | to last
65 07-Jan-2021 07:26 22 KB Christoph S. to previous | to last
64 07-Jan-2021 07:20 22 KB Christoph S. to previous | to last
63 06-Jan-2021 19:34 22 KB Christoph S. to previous | to last
62 06-Jan-2021 19:19 21 KB Christoph S. to previous | to last
61 30-Dec-2020 17:10 21 KB Christoph S. to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 11 changed 2 lines
Architektur: 1x Signaling Node mit prosody, jicofo, nginx, jitsi-meet-web
Nx Video Node mit jitsi-videobridge2 (und optional jigasi)
Architektur:
At line 13 added 4 lines
1x Signaling Node mit prosody, jicofo, nginx, jitsi-meet-web: 1 core, 2GB RAM ausreichend
Nx Video Node mit jitsi-videobridge2 (und optional jigasi): 4-8 cores, 8GB RAM, 1GBit/s Netzwerk, dedizierte Hardware (zB. IONOS L-16 HDD, Hetzner AX41 oder vergleichbares)
At line 16 changed one line
Nginx, Prosody, certbot + gültiges Zertifikat für meet.example.org
Nginx, Prosody, certbot und gültiges Zertifikat für meet.example.org:
At line 28 added 2 lines
Jicofo und Jitsi Meet Web:
At line 69 added 2 lines
Das {{{auth.meet.example.org.crt}}} vom Signaling Node als {{{.crt}}} in {{{/usr/local/share/ca-certificates}}} kopieren und {{{update-ca-certificates}}} ausführen.
At line 66 changed one line
Bei Fehler "Could not build trust path": {{{auth.meet.example.org.crt}}} in jeder videobridge als {{{.crt}}} in {{{/usr/local/share/ca-certificates}}} aufnehmen und {{{update-ca-certificates}}} ausführen.
Setup von websocket als bridge channel:
At line 68 removed 2 lines
Setup von websocket als datachannel
At line 118 added one line
Im Signaling Node in der {{{config.js}}} aktivieren:
At line 120 added 9 lines
{{{
// Enables / disables a data communication channel with the Videobridge.
// Values can be 'datachannel', 'websocket', true (treat it as
// 'datachannel'), undefined (treat it as 'datachannel') and false (don't
// open any channel).
openBridgeChannel: 'websocket',
}}}