Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Congestion control is incomplete #7

Open
jech opened this issue Dec 22, 2020 · 0 comments
Open

Congestion control is incomplete #7

jech opened this issue Dec 22, 2020 · 0 comments

Comments

@jech
Copy link
Owner

jech commented Dec 22, 2020

Google Congestion Control (GCC) consists of the combination of two controllers: a loss-based one in the sender, and one delay-based in the receiver. Galène implements both controllers for server->client streams, but only the loss-based controller for client->server streams. Fixing that would allow us to increase the default video quality (in the absence of congestion).

GCC is described in https://tools.ietf.org/html/draft-ietf-rmcat-gcc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant