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

Fix/enable padding #950

Merged
merged 15 commits into from
Jul 7, 2017
Merged

Fix/enable padding #950

merged 15 commits into from
Jul 7, 2017

Conversation

kekkokk
Copy link
Contributor

@kekkokk kekkokk commented Jul 5, 2017

Description

Seems that if we call setStaticQualityLayer(desired spatial, desired temporal) with wrong timing
ex. immediately after subscribing

room.addEventListener('stream-subscribed', function(streamEvent) {
  var stream = streamEvent.stream;
  stream._setStaticQualityLayer(0,2);
});

this produces an unexpected behaviour:
we receive the selected spatial and temporal layer, but if we inspect the webrtc stats we see that the padding generator goes crazy and send us tons of padding traffic

[] It needs and includes Unit Tests
[] It includes documentation for these changes in /doc.

Copy link
Contributor

@jcague jcague left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jcague jcague merged commit 41f608b into lynckia:master Jul 7, 2017
@kekkokk kekkokk deleted the fix/enable_padding branch June 4, 2018 10:54
Arri98 pushed a commit to Arri98/licode that referenced this pull request Apr 6, 2021
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

Successfully merging this pull request may close these issues.

3 participants