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

Issue 1580823003: Implement client-side video stream support for WebRTC-based protocol. (Closed)

Created:
4 years, 11 months ago by Sergey Ulanov
Modified:
4 years, 11 months ago
Reviewers:
Jamie
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@packet_options_rem
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement client-side video stream support for WebRTC-based protocol. Added WebrtcVideoRenderer adapter that implements VideoRendererInterface and passes decoded frames to remoting::protocol::FrameConsumer BUG=547158 Committed: https://crrev.com/a45416062d1da32e2bb32ba6d952f36d4281594d Cr-Commit-Position: refs/heads/master@{#370136}

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+344 lines, -14 lines) Patch
M remoting/protocol/connection_unittest.cc View 4 chunks +66 lines, -2 lines 0 comments Download
M remoting/protocol/fake_video_renderer.h View 3 chunks +42 lines, -1 line 0 comments Download
M remoting/protocol/fake_video_renderer.cc View 3 chunks +44 lines, -4 lines 0 comments Download
M remoting/protocol/frame_consumer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.h View 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.h View 4 chunks +8 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.cc View 1 2 4 chunks +24 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_transport.h View 2 chunks +6 lines, -3 lines 0 comments Download
M remoting/protocol/webrtc_transport.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_transport_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
A remoting/protocol/webrtc_video_renderer_adapter.h View 1 chunk +53 lines, -0 lines 0 comments Download
A remoting/protocol/webrtc_video_renderer_adapter.cc View 1 1 chunk +79 lines, -0 lines 0 comments Download
M remoting/remoting_srcs.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 10 (4 generated)
Sergey Ulanov
4 years, 11 months ago (2016-01-12 19:48:57 UTC) #2
Jamie
lgtm https://codereview.chromium.org/1580823003/diff/1/remoting/protocol/webrtc_connection_to_host.cc File remoting/protocol/webrtc_connection_to_host.cc (right): https://codereview.chromium.org/1580823003/diff/1/remoting/protocol/webrtc_connection_to_host.cc#newcode124 remoting/protocol/webrtc_connection_to_host.cc:124: stream, video_renderer_->GetFrameConsumer())); Does this add an additional stream, ...
4 years, 11 months ago (2016-01-12 21:00:04 UTC) #3
Sergey Ulanov
https://codereview.chromium.org/1580823003/diff/1/remoting/protocol/webrtc_connection_to_host.cc File remoting/protocol/webrtc_connection_to_host.cc (right): https://codereview.chromium.org/1580823003/diff/1/remoting/protocol/webrtc_connection_to_host.cc#newcode124 remoting/protocol/webrtc_connection_to_host.cc:124: stream, video_renderer_->GetFrameConsumer())); On 2016/01/12 21:00:04, Jamie wrote: > Does ...
4 years, 11 months ago (2016-01-12 22:13:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580823003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580823003/40001
4 years, 11 months ago (2016-01-19 16:26:20 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-19 17:42:14 UTC) #8
commit-bot: I haz the power
4 years, 11 months ago (2016-01-19 17:43:16 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a45416062d1da32e2bb32ba6d952f36d4281594d
Cr-Commit-Position: refs/heads/master@{#370136}

Powered by Google App Engine
This is Rietveld 408576698