From 8e3caa19f39e9761c93cd05cba8391a0c8e7d707 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Thu, 29 Jul 2021 23:54:20 +0200 Subject: [PATCH] Update CHANGES. --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index a94e6e7..eb40254 100644 --- a/CHANGES +++ b/CHANGES @@ -6,12 +6,15 @@ Galène 0.4 (unreleased): * Fixed the profile announced for VP9. * Reworked the disk writer, which should no longer cause corruption after packet loss. + * 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 different tracks for distinct streams, and there are provisions to carry user permissions and statuses; this is not yet used by the user interface. + * The server will now attempt to increase the file descriptor limit at + startup. * Reworked internal signalling; this will hopefully fix issues with losing tracks under load. * Added an option to limit the range of UDP ports used by the server.