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

Consumer: make IsActive() return true (even if Producer's score is 0) when DTX is enabled #534

Merged

Conversation

ibc
Copy link
Member

@ibc ibc commented Mar 15, 2021

Now, Consumer::IsActive() returns true in that case, which makes RequestKeyFrame() work. Although this requires a full review since we check IsActive() for many other things.

@ibc ibc requested a review from jmillan March 15, 2021 13:47
Copy link
Collaborator

@nazar-pc nazar-pc left a comment

Choose a reason for hiding this comment

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

Makes sense, thanks!

Copy link
Member

@jmillan jmillan left a comment

Choose a reason for hiding this comment

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

LGTM

@ibc ibc merged commit 30e0483 into v3 Mar 15, 2021
@ibc ibc deleted the consider-rtpstreams-with-score-0-active-if-they-have-dtx-enabled branch March 15, 2021 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Issue with key frame requests on producers with little to no activity (hence score 0)
3 participants