Homepage | jitsi.org |
---|---|
Repositories | jitsi, meet |
Community | community.jitsi.org |
Web interface and collection of all the other tools.
-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)
Routes clients to videobridges.
Receives video streams and returns them to the users.
SIP component for entering conferences via phone.
Here we'll collect noteworthy installations with good documentation and high user and server counts.
Video conferences for schools in the Rhine-Neckar metropolitan area.
Meet URL | jitsi.hopp-foundation.de |
---|---|
Information page | Digitales Klassenzimmer – Videokonferenztool Jitsi 🇩🇪 |
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) |
Online meetings for Swiss universities.
Meet URL | switch.ch/meet |
---|---|
Repositories | Ansible |