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

Issue 2673523003: Reland of Always call RemoteBitrateEstimator::IncomingPacket from Call. (Closed)

Created:
3 years, 10 months ago by nisse-webrtc
Modified:
3 years, 10 months ago
Reviewers:
brandtr, stefan-webrtc
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, the sun, mflodman, philipel, terelius
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Reland of Always call RemoteBitrateEstimator::IncomingPacket from Call. (patchset #1 id:1 of https://codereview.webrtc.org/2668973003/ ) Reason for revert: Intending to fix issues and reland. Original issue's description: > Revert of Always call RemoteBitrateEstimator::IncomingPacket from Call. (patchset #9 id:160001 of https://codereview.webrtc.org/2659563002/ ) > > Reason for revert: > This change causes excessive logging when running tests, and possibly also broke perf tests, see https://build.chromium.org/p/client.webrtc.perf/builders/Linux%20Trusty/builds/1040/steps/webrtc_perf_tests/logs/stdio > > > Original issue's description: > > Always call RemoteBitrateEstimator::IncomingPacket from Call. > > > > Delete the calls from RtpStreamReceiver (for video) and > > AudioReceiveStream. > > > > BUG=webrtc:6847 > > > > Review-Url: https://codereview.webrtc.org/2659563002 > > Cr-Commit-Position: refs/heads/master@{#16393} > > Committed: https://chromium.googlesource.com/external/webrtc/+/6d4dd593a824cfc9c67f6e9fd3a08014d08350a0 > > TBR=stefan@webrtc.org,brandtr@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=webrtc:6847 > > Review-Url: https://codereview.webrtc.org/2668973003 > Cr-Commit-Position: refs/heads/master@{#16400} > Committed: https://chromium.googlesource.com/external/webrtc/+/14245cc9397284cabab5057c0c661953e2d0cdec TBR=stefan@webrtc.org,brandtr@webrtc.org BUG=webrtc:6847 Review-Url: https://codereview.webrtc.org/2673523003 Cr-Commit-Position: refs/heads/master@{#16440} Committed: https://chromium.googlesource.com/external/webrtc/+/d44ce0563f39b5357e050a57cbdf91e34d45bdaa

Patch Set 1 #

Total comments: 1

Patch Set 2 : For non-video packets, use CongestionController::OnReceivedPacket only if send-side bwe is active. #

Patch Set 3 : Treat MediaType::ANY in hte same way as MediaType::VIDEO. #

Patch Set 4 : Inhibit BWE if hasTransportSequenceNumber is true, but transport_cc is false. #

Patch Set 5 : Add TODO comment. #

Total comments: 4

Patch Set 6 : Address nits. #

Patch Set 7 : Include padding size in bwe input. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -65 lines) Patch
M webrtc/audio/audio_receive_stream.cc View 1 1 chunk +0 lines, -13 lines 0 comments Download
M webrtc/audio/audio_receive_stream_unittest.cc View 1 2 chunks +0 lines, -16 lines 0 comments Download
M webrtc/call/call.cc View 1 2 3 4 5 6 16 chunks +91 lines, -33 lines 0 comments Download
M webrtc/video/rtp_stream_receiver.cc View 1 2 3 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
nisse-webrtc
Created Reland of Always call RemoteBitrateEstimator::IncomingPacket from Call.
3 years, 10 months ago (2017-02-02 08:19:55 UTC) #1
nisse-webrtc
There are some threading issues I'd need a little help to sort out. https://codereview.webrtc.org/2673523003/diff/1/webrtc/call/call.cc File ...
3 years, 10 months ago (2017-02-02 09:53:39 UTC) #2
brandtr
On 2017/02/02 09:53:39, nisse-webrtc wrote: > There are some threading issues I'd need a little ...
3 years, 10 months ago (2017-02-02 10:14:17 UTC) #3
nisse-webrtc
On 2017/02/02 10:14:17, brandtr wrote: > On 2017/02/02 09:53:39, nisse-webrtc wrote: > > There are ...
3 years, 10 months ago (2017-02-02 10:19:34 UTC) #4
nisse-webrtc
On 2017/02/02 10:19:34, nisse-webrtc wrote: > On 2017/02/02 10:14:17, brandtr wrote: > > On 2017/02/02 ...
3 years, 10 months ago (2017-02-02 11:48:55 UTC) #5
nisse-webrtc
I hope this is now ready for reland. I'll also give webrtc_perf_tests a run locally.
3 years, 10 months ago (2017-02-03 09:39:13 UTC) #13
brandtr
lgtm with {}-nits. https://codereview.webrtc.org/2673523003/diff/180001/webrtc/call/call.cc File webrtc/call/call.cc (right): https://codereview.webrtc.org/2673523003/diff/180001/webrtc/call/call.cc#newcode1243 webrtc/call/call.cc:1243: if (!transport_cc && header.extension.hasTransportSequenceNumber) Add {}. ...
3 years, 10 months ago (2017-02-03 09:50:30 UTC) #14
nisse-webrtc
Following perf tests failed: FAILED TESTS (5/98): ./out/Debug/webrtc_perf_tests: FullStackTest.ForemanCif30kbpsWithoutPacketlossH264 ./out/Debug/webrtc_perf_tests: FullStackTest.ForemanCifWithoutPacketlossH264 ./out/Debug/webrtc_perf_tests: FullStackTest.ForemanCifPlr5H264 ./out/Debug/webrtc_perf_tests: FullStackTest.ForemanCifPlr5H264Flexfec ...
3 years, 10 months ago (2017-02-03 10:19:47 UTC) #15
nisse-webrtc
On 2017/02/03 10:19:47, nisse-webrtc wrote: > Following perf tests failed: > > FAILED TESTS (5/98): ...
3 years, 10 months ago (2017-02-06 08:16:59 UTC) #16
stefan-webrtc
lgtm
3 years, 10 months ago (2017-02-06 08:39:45 UTC) #17
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/2673523003/220001
3 years, 10 months ago (2017-02-06 09:27:39 UTC) #20
commit-bot: I haz the power
3 years, 10 months ago (2017-02-06 10:23:05 UTC) #23
Message was sent while issue was closed.
Committed patchset #7 (id:220001) as
https://chromium.googlesource.com/external/webrtc/+/d44ce0563f39b5357e050a57c...

Powered by Google App Engine
This is Rietveld 408576698