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

Issue 2650393002: Improve bitrate probing for the audio-only case. (Closed)

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

Description

Improve bitrate probing for the audio-only case. This means that smaller probe packets will be allowed at lower bitrates. BUG=webrtc:7043 Review-Url: https://codereview.webrtc.org/2650393002 Cr-Commit-Position: refs/heads/master@{#16317} Committed: https://chromium.googlesource.com/external/webrtc/+/f00497c5732b99c42f66023a5b0940c7418d14ed

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1

Patch Set 3 : comment addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -24 lines) Patch
M webrtc/modules/congestion_controller/delay_based_bwe_unittest.cc View 1 chunk +1 line, -3 lines 0 comments Download
M webrtc/modules/congestion_controller/probe_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/pacing/alr_detector.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webrtc/modules/pacing/alr_detector_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M webrtc/modules/pacing/bitrate_prober.cc View 1 2 3 chunks +9 lines, -4 lines 0 comments Download
M webrtc/modules/pacing/bitrate_prober_unittest.cc View 2 chunks +1 line, -5 lines 0 comments Download
M webrtc/modules/pacing/paced_sender.h View 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 22 (13 generated)
stefan-webrtc
.
3 years, 11 months ago (2017-01-25 11:38:18 UTC) #1
stefan-webrtc
3 years, 11 months ago (2017-01-25 11:38:37 UTC) #3
philipel
lgtm with one comment. https://codereview.webrtc.org/2650393002/diff/20001/webrtc/modules/pacing/bitrate_prober.cc File webrtc/modules/pacing/bitrate_prober.cc (right): https://codereview.webrtc.org/2650393002/diff/20001/webrtc/modules/pacing/bitrate_prober.cc#newcode67 webrtc/modules/pacing/bitrate_prober.cc:67: const size_t kMinProbePacketSize = 200; ...
3 years, 11 months ago (2017-01-25 13:39:37 UTC) #8
stefan-webrtc
comment addressed.
3 years, 11 months ago (2017-01-25 14:10:26 UTC) #9
stefan-webrtc
Sergey, I will land this CL, but please review after the fact as I'd really ...
3 years, 10 months ago (2017-01-27 09:38:57 UTC) #14
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/2650393002/40001
3 years, 10 months ago (2017-01-27 09:39:11 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/external/webrtc/+/f00497c5732b99c42f66023a5b0940c7418d14ed
3 years, 10 months ago (2017-01-27 10:27:41 UTC) #20
Sergey Ulanov
LGTM.
3 years, 10 months ago (2017-01-27 19:02:04 UTC) #21
Sergey Ulanov
3 years, 10 months ago (2017-01-27 23:46:43 UTC) #22
Message was sent while issue was closed.
BTW RTPSender currently doesn't send padding for audio, see
https://codesearch.chromium.org/chromium/src/third_party/webrtc/modules/rtp_r...
I think it may break probing for audio-only case.
BitrateProber::OnIncomingPacket() only checks that there is a packet for the
first probe. It doesn't verify that we have enough data for the whole probe
cluster.

Powered by Google App Engine
This is Rietveld 408576698