mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Update CHANGES for 0.4.
This commit is contained in:
parent
fcd5734e15
commit
d33e4dea9b
1 changed files with 5 additions and 7 deletions
12
CHANGES
12
CHANGES
|
@ -1,4 +1,4 @@
|
||||||
Galène 0.4 (unreleased):
|
5 September 2021: Galène 0.4
|
||||||
|
|
||||||
* Implemented simulcast.
|
* Implemented simulcast.
|
||||||
* Implemented scalable video coding (SVC) for VP8 and VP9.
|
* Implemented scalable video coding (SVC) for VP8 and VP9.
|
||||||
|
@ -7,20 +7,18 @@ Galène 0.4 (unreleased):
|
||||||
* Reworked the disk writer, which should no longer cause corruption
|
* Reworked the disk writer, which should no longer cause corruption
|
||||||
after packet loss.
|
after packet loss.
|
||||||
* Added support for recording H.264 tracks.
|
* Added support for recording H.264 tracks.
|
||||||
* Added a close button to video windows, it is now possible to close
|
|
||||||
just a single shared window.
|
|
||||||
* Reworked the signalling protocol, it is now possible to request
|
* Reworked the signalling protocol, it is now possible to request
|
||||||
different tracks for distinct streams, and there are provisions to
|
different tracks for distinct streams, and there are provisions to
|
||||||
carry user permissions and statuses; this is not yet used by the user
|
carry user permissions and statuses; this is not yet used by the user
|
||||||
interface.
|
interface.
|
||||||
* The server will now attempt to increase the file descriptor limit at
|
|
||||||
startup.
|
|
||||||
* Reworked internal signalling; this will hopefully fix issues with
|
* Reworked internal signalling; this will hopefully fix issues with
|
||||||
losing tracks under load.
|
losing tracks under load.
|
||||||
* Added an option to limit the range of UDP ports used by the server.
|
* Added an option to limit the range of UDP ports used by the server.
|
||||||
* Added a close button in every locally-generated video; this allows
|
* Added a close button in every locally-generated video; this allows
|
||||||
closing individual screen shares and avoids the need for creating
|
closing individual screen shares and simplifies the UI by not creating
|
||||||
buttons at the top.
|
close buttons in the top bar.
|
||||||
|
* The server will now attempt to increase the file descriptor limit at
|
||||||
|
startup.
|
||||||
* Stats are now exported as JSON and formatted on the client side; the
|
* Stats are now exported as JSON and formatted on the client side; the
|
||||||
stats URL is now /stats.html rather than just /stats.
|
stats URL is now /stats.html rather than just /stats.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue