Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Issue 1417723005: Prevent BWE rampdowns without new loss reports. (Closed)

Created:
5 years, 2 months ago by pbos-webrtc
Modified:
5 years, 2 months ago
Reviewers:
stefan-webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, stefan-webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Prevent BWE rampdowns without new loss reports. Before this change, UpdateEstimate would repeatedly decrease bitrate even though there's no fresh corresponding RTCP loss report, triggering multiple reactions to a single indication of high packet loss. BUG=webrtc:5101 R=stefan@webrtc.org Committed: https://crrev.com/b7edb88ae2bb65b3b7ce3be31dd708470baa3575 Cr-Commit-Position: refs/heads/master@{#10374}

Patch Set 1 #

Total comments: 18

Patch Set 2 : feedback #

Total comments: 2

Patch Set 3 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -24 lines) Patch
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc View 1 2 6 chunks +24 lines, -22 lines 0 comments Download
M webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc View 1 2 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
pbos-webrtc
PTAL
5 years, 2 months ago (2015-10-21 15:25:33 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1417723005/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1417723005/1
5 years, 2 months ago (2015-10-21 15:28:05 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) ...
5 years, 2 months ago (2015-10-21 17:28:16 UTC) #5
mflodman
https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc (right): https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc#newcode121 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc:121: accumulate_expected_packets_ += number_of_packets; Old, but I'd like to change ...
5 years, 2 months ago (2015-10-22 07:06:58 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc (right): https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc#newcode123 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc:123: // Report loss if the total report is based ...
5 years, 2 months ago (2015-10-22 09:20:47 UTC) #8
mflodman
https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc (right): https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc#newcode188 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc:188: if (time_last_receiver_block_ms_ != -1) { On 2015/10/22 09:20:47, stefan-webrtc ...
5 years, 2 months ago (2015-10-22 11:22:29 UTC) #9
stefan-webrtc
https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc (right): https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc#newcode188 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc:188: if (time_last_receiver_block_ms_ != -1) { On 2015/10/22 11:22:29, mflodman ...
5 years, 2 months ago (2015-10-22 11:28:06 UTC) #10
pbos-webrtc
feedback
5 years, 2 months ago (2015-10-22 13:16:02 UTC) #11
pbos-webrtc
PTAL https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc (right): https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc#newcode121 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc:121: accumulate_expected_packets_ += number_of_packets; On 2015/10/22 07:06:58, mflodman wrote: ...
5 years, 2 months ago (2015-10-22 13:16:06 UTC) #12
stefan-webrtc
lgtm https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc (right): https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc#newcode75 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc:75: EXPECT_GT(bitrate_bps, kMinBitrateBps); On 2015/10/22 13:16:06, pbos-webrtc wrote: > ...
5 years, 2 months ago (2015-10-22 13:38:04 UTC) #13
pbos-webrtc
comments
5 years, 2 months ago (2015-10-22 13:49:16 UTC) #14
pbos-webrtc
https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc (right): https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc#newcode75 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation_unittest.cc:75: EXPECT_GT(bitrate_bps, kMinBitrateBps); On 2015/10/22 13:38:04, stefan-webrtc (holmer) wrote: > ...
5 years, 2 months ago (2015-10-22 13:49:19 UTC) #15
mflodman
LGTM I think we should continue the discussion pretty soon about how to handle this. ...
5 years, 2 months ago (2015-10-22 14:34:34 UTC) #16
pbos-webrtc
https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc File webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc (right): https://codereview.webrtc.org/1417723005/diff/1/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc#newcode212 webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc:212: if (!has_decreased_since_last_fraction_loss_ && On 2015/10/22 14:34:34, mflodman wrote: > ...
5 years, 2 months ago (2015-10-22 14:59:45 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1417723005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1417723005/40001
5 years, 2 months ago (2015-10-22 14:59:54 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1417723005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1417723005/40001
5 years, 2 months ago (2015-10-22 15:03:00 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-10-22 15:52:30 UTC) #24
commit-bot: I haz the power
5 years, 2 months ago (2015-10-22 15:52:33 UTC) #25
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b7edb88ae2bb65b3b7ce3be31dd708470baa3575
Cr-Commit-Position: refs/heads/master@{#10374}

Powered by Google App Engine
This is Rietveld 408576698