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

Issue 2653883002: Set the start bitrate to the delay-based BWE. (Closed)

Created:
3 years, 11 months ago by stefan-webrtc
Modified:
3 years, 10 months ago
Reviewers:
terelius
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, zhuangzesen_agora.io, stefan-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Set the start bitrate to the delay-based BWE. This avoids issues where the bitrate produced by the codec is far lower than the target bitrate in the beginning, which causes the delay-based BWE to be initialized accordingly. BUG=webrtc:5079 Review-Url: https://codereview.webrtc.org/2653883002 Cr-Commit-Position: refs/heads/master@{#16327} Committed: https://chromium.googlesource.com/external/webrtc/+/5a2c506e8e8fb4941ab428e355bf8f68954af348

Patch Set 1 #

Patch Set 2 : Add test. #

Total comments: 6

Patch Set 3 : Change no min to zero. #

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -42 lines) Patch
M webrtc/call/call.cc View 1 2 3 3 chunks +3 lines, -1 line 0 comments Download
M webrtc/call/rampup_tests.h View 1 2 chunks +5 lines, -2 lines 0 comments Download
M webrtc/call/rampup_tests.cc View 1 2 3 6 chunks +48 lines, -37 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/congestion_controller_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/delay_based_bwe.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/congestion_controller/transport_feedback_adapter.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.h View 1 chunk +2 lines, -1 line 0 comments Download
M webrtc/modules/remote_bitrate_estimator/aimd_rate_control.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
stefan-webrtc
Add test.
3 years, 11 months ago (2017-01-24 11:50:46 UTC) #1
stefan-webrtc
3 years, 11 months ago (2017-01-24 11:51:02 UTC) #3
terelius
https://codereview.webrtc.org/2653883002/diff/20001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2653883002/diff/20001/webrtc/call/call.cc#newcode310 webrtc/call/call.cc:310: RTC_DCHECK_GT(config.bitrate_config.start_bitrate_bps, Why not DCHECK_GE? That seems more natural to ...
3 years, 11 months ago (2017-01-24 16:05:52 UTC) #4
stefan-webrtc
https://codereview.webrtc.org/2653883002/diff/20001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2653883002/diff/20001/webrtc/call/call.cc#newcode310 webrtc/call/call.cc:310: RTC_DCHECK_GT(config.bitrate_config.start_bitrate_bps, On 2017/01/24 16:05:52, terelius wrote: > Why not ...
3 years, 11 months ago (2017-01-24 16:29:43 UTC) #5
stefan-webrtc
Change no min to zero.
3 years, 11 months ago (2017-01-24 16:30:59 UTC) #6
terelius
lgtm with one follow-up question: https://codereview.webrtc.org/2653883002/diff/20001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2653883002/diff/20001/webrtc/call/call.cc#newcode310 webrtc/call/call.cc:310: RTC_DCHECK_GT(config.bitrate_config.start_bitrate_bps, On 2017/01/24 16:29:43, ...
3 years, 11 months ago (2017-01-25 16:41:27 UTC) #7
stefan-webrtc
https://codereview.webrtc.org/2653883002/diff/20001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2653883002/diff/20001/webrtc/call/call.cc#newcode310 webrtc/call/call.cc:310: RTC_DCHECK_GT(config.bitrate_config.start_bitrate_bps, On 2017/01/25 16:41:27, terelius wrote: > On 2017/01/24 ...
3 years, 10 months ago (2017-01-27 09:27:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2653883002/40001
3 years, 10 months ago (2017-01-27 09:27:26 UTC) #10
commit-bot: I haz the power
Failed to apply patch for webrtc/modules/congestion_controller/congestion_controller.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-01-27 10:13:33 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2653883002/60001
3 years, 10 months ago (2017-01-27 13:08:05 UTC) #15
commit-bot: I haz the power
3 years, 10 months ago (2017-01-27 14:43:23 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/5a2c506e8e8fb4941ab428e35...

Powered by Google App Engine
This is Rietveld 408576698