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

Issue 1219303002: Fix issue where the first audio packets significantly impacts initial BWE negatively. (Closed)

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

Description

Wait for a longer time (5 seconds) before establishing the first bandwidth estimate. This reduces the risk of getting a small initial estimate when doing combined a/v BWE, and the audio stream is received earlier than the video stream. In addition a check is added to make sure a probe can't reduce the BWE. R=pbos@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/11324b95612876e3335b20c4188bc9790d0b8539

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Fix unittests. #

Patch Set 4 : Delay first REMB with 4 seconds if no over-use is detected. #

Patch Set 5 : Fix test. #

Total comments: 5

Patch Set 6 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -41 lines) Patch
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc View 1 2 3 4 5 4 chunks +10 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time_unittest.cc View 1 2 3 4 1 chunk +9 lines, -9 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream_unittest.cc View 1 2 3 4 1 chunk +9 lines, -9 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_unittest_helper.cc View 1 2 3 9 chunks +13 lines, -13 lines 0 comments Download
M webrtc/video/rampup_tests.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/video/rampup_tests.cc View 1 2 3 4 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
stefan-webrtc
5 years, 5 months ago (2015-07-02 16:46:02 UTC) #2
stefan-webrtc
PTAL
5 years, 5 months ago (2015-07-09 12:04:03 UTC) #3
pbos-webrtc
lgtm https://codereview.webrtc.org/1219303002/diff/80001/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc File webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc (right): https://codereview.webrtc.org/1219303002/diff/80001/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc#newcode106 webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc:106: std::max<int64_t>(kBitrateWindowMs, 5000); Just compile assert that kBitrateWindowMs < ...
5 years, 5 months ago (2015-07-09 15:14:55 UTC) #4
pbos-webrtc
On 2015/07/09 15:14:55, pbos-webrtc wrote: > lgtm > > https://codereview.webrtc.org/1219303002/diff/80001/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc > File webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc (right): > ...
5 years, 5 months ago (2015-07-09 15:15:09 UTC) #5
stefan-webrtc
https://codereview.webrtc.org/1219303002/diff/80001/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc File webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc (right): https://codereview.webrtc.org/1219303002/diff/80001/webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc#newcode106 webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc:106: std::max<int64_t>(kBitrateWindowMs, 5000); On 2015/07/09 15:14:55, pbos-webrtc wrote: > Just ...
5 years, 5 months ago (2015-07-09 15:24:27 UTC) #6
stefan-webrtc
5 years, 5 months ago (2015-07-09 15:28:13 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 (id:100001) manually as
11324b95612876e3335b20c4188bc9790d0b8539 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698