Jitsi video conferencing
Homepage | jitsi.org |
---|---|
Repositories | jitsi, meet |
Community | community.jitsi.org |
Components
Meet
Web interface and collection of all the other tools.
Performance optimization
- /etc/jitsi/meet/<domain
-config.js> // Sets the preferred resolution (height) for local video. Defaults to 720. // resolution: 720, resolution: 480, // w3c spec-compliant video constraints to use for video capture. Currently // used by browsers that return true from lib-jitsi-meet's // util#browser#usesNewGumFlow. The constraints are independent from // this config's resolution value. Defaults to requesting an ideal aspect // ratio of 16:9 with an ideal resolution of 720. constraints: { video: { aspectRatio: 16 / 9, height: { ideal: 480, max: 480, min: 240 } } }, // submit only video data from the last 9 speakers channelLastN: 9,
(sources: Kuketz)
Jicofo
Routes clients to videobridges.
Jitsi Videobridge (JVB)
Receives video streams and returns them to the users.
Jigasi
SIP component for entering conferences via phone.
Installations
Here we'll collect noteworthy installations with good documentation and high user and server counts.
Hopp Foundation
Video conferences for schools in the Rhine-Neckar metropolitan area.
Meet URL | jitsi.hopp-foundation.de |
---|---|
Information page | Digitales Klassenzimmer – Videokonferenztool Jitsi 🇩🇪 |
FFMUC
Meet URL | meet.ffmuc.net |
---|---|
Documentation | wiki/knb:meet (user docs) |
wiki/knb:meet-server (admin docs) | |
Monitoring | Grafana: stats, system dashboards |
Chatroom | #services-meet (Mattermost) |
- How to scale Jitsi (April 2020) – Video by awlnx and Krombel
SWITCH
Online meetings for Swiss universities.
Meet URL | switch.ch/meet |
---|---|
Repositories | Ansible |