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

Issue 1604563002: Add send-side BWE to WebRtcVoiceEngine under a finch experiment. (Closed)

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

Description

Add send-side BWE to WebRtcVoiceEngine under a finch experiment. This adds negotiation of both transport sequence number and transport feedback. Only offers transport seq num if the WebRTC-Audio-SendSideBwe finch experiment is enabled. TBR=mflodman@webrtc.org BUG=webrtc:5263 Committed: https://crrev.com/ba4c0e45ffcb9c1871389b07b9be5b515d7841d5 Cr-Commit-Position: refs/heads/master@{#11487}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove combined_audio_video_bwe. #

Patch Set 3 : Remove extension filter test which is no longer needed. #

Total comments: 8

Patch Set 4 : Comments addressed. #

Total comments: 2

Patch Set 5 : Remove RecreateAudioReceiveStream(). #

Total comments: 14

Patch Set 6 : Comments addressed. #

Total comments: 4

Patch Set 7 : Rebase. #

Total comments: 13

Patch Set 8 : Comments addressed. #

Patch Set 9 : format #

Patch Set 10 : Addressed one more comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+218 lines, -255 lines) Patch
M talk/media/base/codec.h View 1 chunk +3 lines, -3 lines 0 comments Download
M talk/media/base/codec.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.h View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine.cc View 1 2 3 4 5 17 chunks +137 lines, -107 lines 0 comments Download
M talk/media/webrtc/webrtcvoiceengine_unittest.cc View 1 2 3 4 5 10 chunks +66 lines, -68 lines 0 comments Download
M webrtc/audio/audio_receive_stream.cc View 1 2 3 4 5 6 7 8 9 4 chunks +5 lines, -13 lines 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -27 lines 0 comments Download
M webrtc/audio_receive_stream.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M webrtc/call/bitrate_estimator_tests.cc View 1 3 chunks +0 lines, -26 lines 0 comments Download
M webrtc/call/rampup_tests.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 44 (10 generated)
stefan-webrtc
https://codereview.webrtc.org/1604563002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1604563002/diff/1/talk/media/webrtc/webrtcvoiceengine.cc#newcode1749 talk/media/webrtc/webrtcvoiceengine.cc:1749: } I think this should work, as it is ...
4 years, 11 months ago (2016-01-18 15:32:32 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1604563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1604563002/1
4 years, 11 months ago (2016-01-18 15:44:55 UTC) #4
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) ...
4 years, 11 months ago (2016-01-18 17:45:38 UTC) #6
stefan-webrtc
Remove combined_audio_video_bwe.
4 years, 11 months ago (2016-01-20 14:35:27 UTC) #7
stefan-webrtc
+mflodman (mainly for webrtc/audio_receive_stream.h, but feel free to review everything) I decided to remove the ...
4 years, 11 months ago (2016-01-20 14:56:49 UTC) #9
stefan-webrtc
Remove extension filter test which is no longer needed.
4 years, 11 months ago (2016-01-20 14:59:45 UTC) #10
the sun
ah, I was going to ask about the cleanup you already mention! https://codereview.webrtc.org/1604563002/diff/40001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc ...
4 years, 11 months ago (2016-01-21 13:26:24 UTC) #11
stefan-webrtc
Comments addressed.
4 years, 11 months ago (2016-01-21 15:06:53 UTC) #12
stefan-webrtc
I accidentally included a rebase in patchset 3. The only real changes were in webrtcvoiceengine.* ...
4 years, 11 months ago (2016-01-21 15:09:09 UTC) #13
the sun
https://codereview.webrtc.org/1604563002/diff/40001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1604563002/diff/40001/talk/media/webrtc/webrtcvoiceengine.cc#newcode1246 talk/media/webrtc/webrtcvoiceengine.cc:1246: void RecreateAudioReceiveStream() { On 2016/01/21 15:09:09, stefan-webrtc (holmer) wrote: ...
4 years, 11 months ago (2016-01-22 10:45:16 UTC) #14
stefan-webrtc
https://codereview.webrtc.org/1604563002/diff/40001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1604563002/diff/40001/talk/media/webrtc/webrtcvoiceengine.cc#newcode1246 talk/media/webrtc/webrtcvoiceengine.cc:1246: void RecreateAudioReceiveStream() { On 2016/01/22 10:45:16, the sun wrote: ...
4 years, 11 months ago (2016-01-23 16:52:15 UTC) #15
stefan-webrtc
Remove RecreateAudioReceiveStream().
4 years, 11 months ago (2016-01-25 10:19:53 UTC) #16
stefan-webrtc
I have now removed RecreateAudioReceiveStreams() as requested. This will have to wait on https://codereview.webrtc.org/1628683002/ before ...
4 years, 11 months ago (2016-01-25 10:21:22 UTC) #17
the sun
https://codereview.webrtc.org/1604563002/diff/80001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1604563002/diff/80001/talk/media/webrtc/webrtcvoiceengine.cc#newcode418 talk/media/webrtc/webrtcvoiceengine.cc:418: int* red_payload_type) { RTC_DCHECK(voe_codec); RTC_DCHECK(red_payload_type); https://codereview.webrtc.org/1604563002/diff/80001/talk/media/webrtc/webrtcvoiceengine.cc#newcode419 talk/media/webrtc/webrtcvoiceengine.cc:419: // Set ...
4 years, 11 months ago (2016-01-26 10:26:56 UTC) #18
stefan-webrtc
Comments addressed.
4 years, 11 months ago (2016-01-26 11:40:29 UTC) #19
stefan-webrtc
https://codereview.webrtc.org/1604563002/diff/80001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1604563002/diff/80001/talk/media/webrtc/webrtcvoiceengine.cc#newcode418 talk/media/webrtc/webrtcvoiceengine.cc:418: int* red_payload_type) { On 2016/01/26 10:26:55, the sun wrote: ...
4 years, 11 months ago (2016-01-26 11:40:54 UTC) #20
stefan-webrtc
Any other comments here?
4 years, 10 months ago (2016-01-29 11:02:40 UTC) #21
the sun
I think it looks good, except for the recv stream configuration to rely on send ...
4 years, 10 months ago (2016-01-29 12:35:34 UTC) #22
stefan-webrtc
https://codereview.webrtc.org/1604563002/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc File talk/media/webrtc/webrtcvoiceengine.cc (right): https://codereview.webrtc.org/1604563002/diff/100001/talk/media/webrtc/webrtcvoiceengine.cc#newcode1779 talk/media/webrtc/webrtcvoiceengine.cc:1779: kv.second->RecreateAudioReceiveStream(transport_cc_enabled_); On 2016/01/29 12:35:34, the sun wrote: > It ...
4 years, 10 months ago (2016-01-29 13:51:51 UTC) #23
stefan-webrtc
Rebase.
4 years, 10 months ago (2016-02-01 13:32:54 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1604563002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1604563002/120001
4 years, 10 months ago (2016-02-01 13:33:19 UTC) #26
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_libfuzzer_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_libfuzzer_rel/builds/714)
4 years, 10 months ago (2016-02-01 14:16:02 UTC) #28
stefan-webrtc
Ping
4 years, 10 months ago (2016-02-02 19:20:59 UTC) #29
the sun
Ok, I get it. Just a few more small things. https://codereview.webrtc.org/1604563002/diff/120001/talk/media/webrtc/webrtcvoiceengine_unittest.cc File talk/media/webrtc/webrtcvoiceengine_unittest.cc (right): https://codereview.webrtc.org/1604563002/diff/120001/talk/media/webrtc/webrtcvoiceengine_unittest.cc#newcode1986 ...
4 years, 10 months ago (2016-02-03 15:49:02 UTC) #30
stefan-webrtc
Comments addressed.
4 years, 10 months ago (2016-02-04 09:19:05 UTC) #31
stefan-webrtc
format
4 years, 10 months ago (2016-02-04 09:19:21 UTC) #32
stefan-webrtc
Addressed one more comment.
4 years, 10 months ago (2016-02-04 09:46:49 UTC) #33
stefan-webrtc
https://codereview.webrtc.org/1604563002/diff/120001/talk/media/webrtc/webrtcvoiceengine_unittest.cc File talk/media/webrtc/webrtcvoiceengine_unittest.cc (right): https://codereview.webrtc.org/1604563002/diff/120001/talk/media/webrtc/webrtcvoiceengine_unittest.cc#newcode1986 talk/media/webrtc/webrtcvoiceengine_unittest.cc:1986: if (extension.uri == cricket::kRtpTransportSequenceNumberHeaderExtension) { On 2016/02/03 15:49:01, the ...
4 years, 10 months ago (2016-02-04 09:47:38 UTC) #34
stefan-webrtc
https://codereview.webrtc.org/1604563002/diff/120001/talk/media/webrtc/webrtcvoiceengine_unittest.cc File talk/media/webrtc/webrtcvoiceengine_unittest.cc (right): https://codereview.webrtc.org/1604563002/diff/120001/talk/media/webrtc/webrtcvoiceengine_unittest.cc#newcode1986 talk/media/webrtc/webrtcvoiceengine_unittest.cc:1986: if (extension.uri == cricket::kRtpTransportSequenceNumberHeaderExtension) { On 2016/02/04 09:47:38, stefan-webrtc ...
4 years, 10 months ago (2016-02-04 09:48:56 UTC) #35
the sun
lgtm https://codereview.webrtc.org/1604563002/diff/120001/talk/media/webrtc/webrtcvoiceengine_unittest.cc File talk/media/webrtc/webrtcvoiceengine_unittest.cc (right): https://codereview.webrtc.org/1604563002/diff/120001/talk/media/webrtc/webrtcvoiceengine_unittest.cc#newcode1986 talk/media/webrtc/webrtcvoiceengine_unittest.cc:1986: if (extension.uri == cricket::kRtpTransportSequenceNumberHeaderExtension) { On 2016/02/04 09:48:56, ...
4 years, 10 months ago (2016-02-04 10:30:10 UTC) #36
stefan-webrtc
Magnus, please take a look after the fact. I only need your review on webrtc/audio_receiver_stream.h.
4 years, 10 months ago (2016-02-04 10:49:23 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1604563002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1604563002/180001
4 years, 10 months ago (2016-02-04 10:49:47 UTC) #40
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 10 months ago (2016-02-04 12:12:29 UTC) #42
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 12:12:40 UTC) #44
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/ba4c0e45ffcb9c1871389b07b9be5b515d7841d5
Cr-Commit-Position: refs/heads/master@{#11487}

Powered by Google App Engine
This is Rietveld 408576698