Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
galene
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
galene
Commits
9f67a03f
Commit
9f67a03f
authored
Jan 09, 2021
by
Juliusz Chroboczek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGES for 0.2.
parent
50a3d8b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
+19
-18
CHANGES
CHANGES
+19
-18
No files found.
CHANGES
View file @
9f67a03f
Galène 0.2 (unreleased)
9 January 2021: Galène 0.2
* We now work around a limitation of the Go runtime that used to cause
a crash on 32-bit architectures.
* Recording to disk now works on Windows too.
* Error handling has been improved. In particular, group operators now
receive a friendly warning when recording to disk fails for some reason.
* Recording to disk now works on Windows too.
* The play from disk button is not available when the browser doesn't
support the required API. We used to display a cryptic error message
in that case.
* The stream abort protocol message is now supported in the client->server
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
H.264. The default is still to use VP8 and Opus, as this yields the
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
boost in video quality.
* The command-line option -insecure allows using plain HTTP, which is
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.
* It is now possible to generate TURN passwords automatically, which
avoids leaking long-term TURN credentials. See the "credentialType"
value "hmac-sha1" described in README.
* The ICE configuration will now be checked periodically, and new
clients will use an updated configuration.
* The client-server protocol has been reworked to be more symmetric
and more secure. It is now documented in the file README.PROTOCOL.
* The stream abort protocol message is now supported in the client->server
direction, making it possible for the client to reject a stream.
* The delay before sending NACKs has been reduced, which gives a major
boost in video quality.
* The play from disk button is not available when the browser doesn't
support the required API. We used to display a cryptic error message
in that case.
* The command-line option -insecure allows using plain HTTP, which is
useful when running behind a reverse proxy.
* 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.
* We now send keepalives after 55s at most, which should fix issues with
reverse proxies timing out the WebSocket.
What a terrible waste.
reverse proxies timing out the WebSocket.
19 December 2020: Galène 0.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment