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 1 added one line
At line 5 added one line
At line 9 added one line
At line 9 changed 3 lines
Nach Videobridge-Installation auf jeden Fall Passwort in
/etc/jitsi/videobridge/config und /etc/jitsi/jicofo/sip-communicator.properties mit prosody-server abgleichen.
Falls Login fehlschlägt, mit prosodyctl zurücksetzen.
Nach Videobridge-Installation auf jeden Fall Passwort in /etc/jitsi/videobridge/config und /etc/jitsi/jicofo/sip-communicator.properties mit prosody-server abgleichen.Falls Login fehlschlägt, mit prosodyctl zurücksetzen.
At line 17 changed one line
! Skalierungsinfos
! Skalierungsinfos
At line 21 changed one line
vom den Matrix-Machern: Roughly speaking we're seeing Jitsi serve around 1000 concurrent streams (i.e. 25x 50-user conferences) on a typical 4 core box with 8GB of RAM. However, it's worth noting that Jitsi is pretty low resource - all it's doing is forwarding streams of data around the place. All the heavy lifting is done by the clients when displaying all the concurrent videos, so it's the clients which tend to be the bottleneck. (https://news.ycombinator.com/item?id=22804401)
vom den Matrix-Machern: Roughly speaking we're seeing Jitsi serve around 1000 concurrent streams (i.e. 25x 50-user conferences) on a typical 4 core box with 8GB of RAM. However, it's worth noting that Jitsi is pretty low resource - all it's doing is forwarding streams of data around the place. All the heavy lifting is done by the clients when displaying all the concurrent videos, so it's the clients which tend to be the bottleneck. (https://news.ycombinator.com/item?id=22804401)
At line 23 changed one line
Eigene Tests:
Eigene Tests:
At line 25 changed 2 lines
- 4 User: 25% CPU-Auslastung für CCX21
- 4 User: 10% CPU-Auslastung für L-16 HDD
* 4 User: 25% CPU-Auslastung für CCX21
* 4 User: 10% CPU-Auslastung für L-16 HDD
At line 30 added one line
At line 38 added one line
At line 37 changed 13 lines
<template id = "welcome-page-additional-content-template">
<div class="welcome-page-content">
<div class="welcome-footer">
<div class="welcome-footer-content">
<div class="welcome-footer-about">
<div>
<a href="https://jitsi.org/jitsi-meet/" rel="noopener" target="_blank">Powered by Jitsi Meet</a> | <a href="https://example.org/imprint" rel="noopener" target="_blank">Impressum</a> | <a href="https://example.org/privacy" rel="noopener" target="_blank">Datenschutz</a>
</div>
</div>
</div>
</div>
</div>
</template>
%%welcome-page-content
%%welcome-footer
%%welcome-footer-content
%%welcome-footer-about
[Powered by Jitsi Meet|https://jitsi.org/jitsi-meet/|rel='noopener' target='_blank'] | [Impressum|https://example.org/imprint|rel='noopener' target='_blank'] | [Datenschutz|https://example.org/privacy|rel='noopener' target='_blank']
/%
/%
/%
/%
At line 71 added one line
At line 54 removed one line
<style>
At line 76 changed 3 lines
}
.welcome-page-content .welcome-footer-content {
} .welcome-page-content .welcome-footer-content {
At line 83 changed 3 lines
}
.welcome-page-content .welcome-footer-about {
} .welcome-page-content .welcome-footer-about {
At line 93 changed 3 lines
}
.welcome-page-content .welcome-footer-about:last-child {
} .welcome-page-content .welcome-footer-about:last-child {
At line 98 changed one line
</style>
At line 102 removed 5 lines
{{{
Alias "/static/welcomePageAdditionalContent.html" "/etc/jitsi/meet/static/welcomePageAdditionalContent.html"
<Location /static/welcomePageAdditionalContent.html>
Require all granted
</Location>
At line 108 changed 2 lines
Alias "/plugin.head.html" "/etc/jitsi/meet/plugin.head.html"
<Location /plugin.head.html>
{{{ Alias "/static/welcomePageAdditionalContent.html" "/etc/jitsi/meet/static/welcomePageAdditionalContent.html"
At line 111 changed one line
</Location>
Alias "/plugin.head.html" "/etc/jitsi/meet/plugin.head.html"
Require all granted
At line 117 removed one line
{{{
At line 119 changed 7 lines
/// Nur letzte 6 Sprecher als Video anzeigen, schont CPU auf Clients und Bandbreite
channelLastN: 6,
/// Sprecherdetektion aus Clientseite deaktivieren, schont CPU auf Clients
disableAudioLevels: true,
defaultLanguage: 'de',
{{{/// Nur letzte 6 Sprecher als Video anzeigen, schont CPU auf Clients und Bandbreite
channelLastN: 6,/// Sprecherdetektion aus Clientseite deaktivieren, schont CPU auf Clients
disableAudioLevels: true,defaultLanguage: 'de',
At line 128 changed 3 lines
disableThirdPartyRequests: true,
/// Auf eigene Hilfe-/Impressumsseite und Desktop-Apps während Call im Menü hinweisen
disableThirdPartyRequests: true,/// Auf eigene Hilfe-/Impressumsseite und Desktop-Apps während Call im Menü hinweisen