mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update DESCRIPTION.md
This commit is contained in:
parent
5114aed5ff
commit
269625892a
1 changed files with 17 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
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
|
||||
|
@ -8,3 +10,18 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th
|
|||
- screen and window sharing, including sharing multiple windows simultaneously (not on mobile)
|
||||
- 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue