Bug 1690832 Comment 16 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Progress report:
After a bit of debugging, I can verify that something is driving the bitrate down to the minimum allowed for the stream.  VideoSender::SetChannelParameters receives a target_bitrate_bps, and that results in VP8EncoderImpl::SetRateAllocation called with an updated BitrateAllocation.  This happens with the 3rd click of "Add video track" whether or not other tracks have been removed.  I do not ever see the bitrate go above the minimum from that point on.

I'll keep digging.
Progress report:
After a bit of debugging, I can verify that something is driving the reported bitrate down to the minimum allowed for the stream.  VideoSender::SetChannelParameters receives a target_bitrate_bps, and that results in VP8EncoderImpl::SetRateAllocation called with an updated BitrateAllocation.  This happens with the 3rd click of "Add video track" whether or not other tracks have been removed.  I do not ever see the bitrate go above the minimum from that point on.

I'll keep digging.

Back to Bug 1690832 Comment 16