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

Issue 2980413002: Fix the video buffer size should take rtt into consideration (Closed)

Created:
3 years, 5 months ago by ggarber
Modified:
3 years, 4 months ago
Reviewers:
philipel, sprang_webrtc
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, peah-webrtc, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fix the video buffer size should take rtt into consideration BUG=webrtc:8010 Review-Url: https://codereview.webrtc.org/2980413002 Cr-Commit-Position: refs/heads/master@{#19285} Committed: https://chromium.googlesource.com/external/webrtc/+/f1e08d0b5848d32fd31c5b6e4e570115c32b7ce5

Patch Set 1 #

Total comments: 2

Patch Set 2 : MODIFY address small redesign issues from the comments #

Total comments: 4

Patch Set 3 : MODIFY to follow coding guidelines #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -1 line) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/video_coding/frame_buffer2.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/video_coding/frame_buffer2.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.h View 2 chunks +5 lines, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 3 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
philipel2
Looks good, a few comment though :) https://codereview.webrtc.org/2980413002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2980413002/diff/1/webrtc/modules/video_coding/frame_buffer2.cc#newcode278 webrtc/modules/video_coding/frame_buffer2.cc:278: jitter_estimator_->FrameNacked(); I ...
3 years, 5 months ago (2017-07-24 14:17:23 UTC) #4
philipel2
Add ggarber to cc.
3 years, 5 months ago (2017-07-24 14:19:39 UTC) #6
ggarber
On 2017/07/24 14:19:39, philipel2 wrote: > Add ggarber to cc. Thx a lot @philipel2. Hopefully ...
3 years, 4 months ago (2017-07-28 16:06:27 UTC) #7
philipel
lg, just some nits this time. https://codereview.webrtc.org/2980413002/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc File webrtc/modules/video_coding/frame_buffer2.cc (right): https://codereview.webrtc.org/2980413002/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc#newcode247 webrtc/modules/video_coding/frame_buffer2.cc:247: void FrameBuffer::UpdateRtt(int64_t rttMs) ...
3 years, 4 months ago (2017-07-28 16:11:44 UTC) #8
ggarber
On 2017/07/28 16:11:44, philipel wrote: > lg, just some nits this time. > > https://codereview.webrtc.org/2980413002/diff/20001/webrtc/modules/video_coding/frame_buffer2.cc ...
3 years, 4 months ago (2017-08-09 10:06:41 UTC) #9
philipel
lgtm
3 years, 4 months ago (2017-08-09 11:21:42 UTC) #10
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/2980413002/40001
3 years, 4 months ago (2017-08-09 11:21:57 UTC) #12
philipel
Erik, could we get a rs-lgtm for webrtc/video/* please.
3 years, 4 months ago (2017-08-09 11:23:56 UTC) #14
sprang_webrtc
lgtm
3 years, 4 months ago (2017-08-09 11:26:14 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/external/webrtc/+/f1e08d0b5848d32fd31c5b6e4e570115c32b7ce5
3 years, 4 months ago (2017-08-09 12:43:17 UTC) #18
philipel
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/3002033002/ by philipel@webrtc.org. ...
3 years, 4 months ago (2017-08-21 12:25:30 UTC) #19
ggarber
3 years, 4 months ago (2017-08-21 13:39:14 UTC) #20
Message was sent while issue was closed.
On 2017/08/21 12:25:30, philipel wrote:
> A revert of this CL (patchset #3 id:40001) has been created in
> https://codereview.chromium.org/3002033002/ by mailto:philipel@webrtc.org.
> 
> The reason for reverting is: We are not certain this is behavior we want..

Thx philipel.   

- Wasn't this the behaviour before the video buffer was rewritten.
- How are retransmissions going to be received in time if you don't wait for rtt
msecs?

Powered by Google App Engine
This is Rietveld 408576698