1
Fork 0

Update CHANGES.

This commit is contained in:
Juliusz Chroboczek 2021-01-03 23:47:01 +01:00
parent c30905fd5e
commit 2e752f9460
1 changed files with 15 additions and 3 deletions

18
CHANGES
View File

@ -10,11 +10,23 @@ Galène 0.2 (unreleased)
direction, making it possible for the client to reject a stream. direction, making it possible for the client to reject a stream.
* It is now possible to configure a group to use codecs such as VP9 and * It is now possible to configure a group to use codecs such as VP9 and
H.264. The default is still to use VP8 and Opus, as this yields the H.264. The default is still to use VP8 and Opus, as this yields the
best compatibility across browsers. best compatibility across browsers. Only VP8, VP9 and Opus can be
saved to disk.
* The delay before sending NACKs has been reduced, which gives a major * The delay before sending NACKs has been reduced, which gives a major
boost in video quality. boost in video quality.
* Fixed a crash on 32-bit architectures due to unaligned atomic memory * The command-line option -insecure allows using plain HTTP, which is
operations. useful when running behind a reverse proxy.
* The client-server protocol has been reworked to be more symmetric and
more secure. It is now documented in the file README.PROTOCOL.
* It is now possible to generate TURN passwords automatically, which
avoids leaking long-term TURN credentials.
* The command-line option "-relay-only" can be used to specify that all
media traffic should go through a TURN server.
* The ICE configuration will now be checked periodically, and new
clients will use an updated configuration.
* When saving to disk to disk, the keyframe interval has been reduced to 4s.
* We now work around a limitation of the Go runtime that used to cause
a crash on 32-bit architectures.
19 December 2020: Galène 0.1 19 December 2020: Galène 0.1