1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Auto-update README

This commit is contained in:
Yunohost-Bot 2022-03-08 17:28:00 +00:00 committed by Yunohost-Bot
parent 269625892a
commit 417f3fa530

View file

@ -17,6 +17,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Galène is a videoconference server (an “SFU”) that is easy to deploy and that requires moderate server resources. It was originally designed for lectures and conferences (where a single speaker streams audio and video to hundreds or thousands of users), but later evolved to be useful for student practicals (where users are divided into many small groups), and meetings (where a dozen users interact with each other).
## Features
### Client features:
- multiparty audio and video
@ -26,6 +28,21 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
- streaming video and audio from disk
- activity detection
### Server features
redistribution of arbitrary numbers of audio and video streams;
text chat;
- recording to disk;
- user statuses ("raise hand", etc.);
- choice of audio and video codecs (full functionality for VP8, VP9, and H.264, preliminary support for AV1);
- Simulcast;
- Scalable Video Coding (SVC) for VP8 and VP9;
- automatic restarting of failed flows (on ICE failure);
- congestion control in the server → client direction (both loss-based and using REMB indications);
- congestion control in the client → server direction (loss-based, partial REMB support);
- dynamic tuning of buffer sizes depending on the clients' RTT;
- built-in TURN server.
**Shipped version:** 0.5~ynh1