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

Issue 2648303003: Media Remoting: Don't exit remoting if no enough data buffered. (Closed)

Created:
3 years, 11 months ago by xjz
Modified:
3 years, 11 months ago
Reviewers:
miu
CC:
chromium-reviews, chromoting-reviews_chromium.org, feature-media-reviews_chromium.org, apacible+watch_chromium.org, xjz+watch_chromium.org, erickung+watch_chromium.org, miu+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Media Remoting: Don't exit remoting if no enough data buffered. When there is not enough data buffered for rendering, remote playback may be paused/delayed. Don't exit remoting in this case. BUG=684078 Review-Url: https://codereview.chromium.org/2648303003 Cr-Commit-Position: refs/heads/master@{#445542} Committed: https://chromium.googlesource.com/chromium/src/+/551abe8c8bf1d5276dd03e98615ceb928597d719

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M media/remoting/remote_renderer_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M media/remoting/remote_renderer_impl.cc View 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
xjz
PTAL
3 years, 11 months ago (2017-01-23 19:12:10 UTC) #3
miu
lgtm % one thing that you may or may not want to change: https://codereview.chromium.org/2648303003/diff/1/media/remoting/remote_renderer_impl.h File ...
3 years, 11 months ago (2017-01-23 21:01:49 UTC) #7
xjz
Thanks for reviewing. https://codereview.chromium.org/2648303003/diff/1/media/remoting/remote_renderer_impl.h File media/remoting/remote_renderer_impl.h (right): https://codereview.chromium.org/2648303003/diff/1/media/remoting/remote_renderer_impl.h#newcode235 media/remoting/remote_renderer_impl.h:235: bool is_waiting_for_buffering_ = false; On 2017/01/23 ...
3 years, 11 months ago (2017-01-23 21:21:20 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.chromium.org/2648303003/20001
3 years, 11 months ago (2017-01-23 21:22:28 UTC) #11
miu
On 2017/01/23 21:22:28, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
3 years, 11 months ago (2017-01-23 21:32:30 UTC) #13
xjz
On 2017/01/23 21:32:30, miu wrote: > On 2017/01/23 21:22:28, commit-bot: I haz the power wrote: ...
3 years, 11 months ago (2017-01-23 21:37:39 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2648303003/20001
3 years, 11 months ago (2017-01-23 21:39:06 UTC) #17
erickung1
On 2017/01/23 21:39:06, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
3 years, 11 months ago (2017-01-23 22:14:58 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/551abe8c8bf1d5276dd03e98615ceb928597d719
3 years, 11 months ago (2017-01-23 23:32:07 UTC) #21
xjz
3 years, 11 months ago (2017-01-24 02:13:58 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2648423004/ by xjz@chromium.org.

The reason for reverting is: I just realized that this BufferingState is
reported from receiver side. So the BUFFERING_HAVE_NOTHING state could also be
caused by insufficient bandwidth condition, and should exit remoting. Revert
this CL for now, and will re-think this issue..

Powered by Google App Engine
This is Rietveld 408576698