-
Notifications
You must be signed in to change notification settings - Fork 23
gcc: Take fec and number of encoders into account #87
gcc: Take fec and number of encoders into account #87
Conversation
hrm, isn't that bitrate clamped properly at this point? If not, shouldn't we fix that instead? :) |
Looks like before gcc was introduced, UPD: I could misunderstood this, and maybe bitrate should be clamped instead :) |
Hmm. My bad. |
f9576cb
to
d512817
Compare
@MathieuDuponchelle sorry for confusion. I should have check deeper before doing PR. Here is what I found. So, Let me know what you think. Thanks :) |
@thiblahute ? this is all a bit ugly, not sure how to make nicer :) |
I think the way to make it nicer would be to have the |
You mean that it should also be the meaning of the prop as exposed to the user? I suppose that's a solution |
Yes, that is what I mean |
@gondaruk , I guess that needs a decision, I say we go with what thibault suggests if you agree :) |
Thanks! |
d512817
to
255e8b5
Compare
Hey @MathieuDuponchelle @thiblahute, |
care to review this one @thiblahute ? :) |
255e8b5
to
cbd8fd7
Compare
cbd8fd7
to
cf1fe91
Compare
@thiblahute @MathieuDuponchelle, whenever you have a chance, could you please take a look? |
cf1fe91
to
989c4b5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
989c4b5
to
e6d2af1
Compare
Fix case, when
bitrate
goes slightly higher thanmax-bitrate
which leads tofec-percentage
being out of range.