95 lines
1.4 KiB
ReStructuredText
95 lines
1.4 KiB
ReStructuredText
=============
|
|
meet.libre.is
|
|
=============
|
|
|
|
Libre group videoconferencing with Jitsi.
|
|
|
|
`<https://meet.libre.is/>`_
|
|
|
|
|
|
Operating System
|
|
================
|
|
Jitsi uses an ancient OpenJDK, so Debian oldstable (bullseye) is used.
|
|
|
|
Install packages from Debian.
|
|
|
|
.. code-block:: sh
|
|
|
|
sudo apt install apt-transport-https curl wget gnupg2 nginx-full
|
|
|
|
|
|
Jitsi
|
|
=====
|
|
Jitsi main site:
|
|
|
|
|
|
`<https://jitsi.org/>`_
|
|
|
|
Jitsi docs:
|
|
|
|
`<https://jitsi.github.io/handbook/docs/intro/>`_
|
|
|
|
Self-hosting guide:
|
|
|
|
`<https://jitsi.github.io/handbook/docs/devops-guide/>`_
|
|
|
|
Jitsi meeting site:
|
|
|
|
`<https://meet.jit.si/>`_
|
|
|
|
Community Forum:
|
|
|
|
`<https://community.jitsi.org/>`_
|
|
|
|
|
|
The various bits that make up Jitsi.
|
|
Not all components are needed.
|
|
|
|
coTURN
|
|
------
|
|
TURN server.
|
|
|
|
JaaS
|
|
----
|
|
Jitsi as a Service.
|
|
|
|
Jitsi Meet deployed by the 8x8, Inc. company for organizations that don't
|
|
want to self-host.
|
|
|
|
Jibri
|
|
-----
|
|
"Jibri provides services for recording or streaming a Jitsi Meet conference."
|
|
|
|
`<https://github.com/jitsi/jibri>`_
|
|
|
|
Jicofo
|
|
------
|
|
Jicofo.
|
|
|
|
Jidesha
|
|
-------
|
|
Chromium browser extension.
|
|
|
|
Jigasi
|
|
------
|
|
Server application that allows SIP clients to join.
|
|
|
|
Jitsi Desktop
|
|
-------------
|
|
End user client software.
|
|
|
|
Jitsi Meet
|
|
----------
|
|
Conferencing server.
|
|
|
|
Prosody
|
|
-------
|
|
Jabber (XMPP) server written in Lua.
|
|
|
|
`<https://prosody.im/>`_
|
|
|
|
Videobridge
|
|
-----------
|
|
WebRTC. Handles the video/audio streams. This needs the bandwidth.
|
|
|