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

Issue 1852033002: Fix WebRTC transport to use single offer-answer exchange instead of two. (Closed)

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

Description

Fix WebRTC transport to use single offer-answer exchange instead of two. Previously when using WebRTC protocol 2 offer-answer roundtrips were necessary. First one without media stream, and second one with media stream. That was happening because VideoStream was created only after data channels are connected. Now VideoStream is created as soon as the connection is authenticated. BUG=547158 Committed: https://crrev.com/9102cff28634777eecc5554be98d33307c206bb8 Cr-Commit-Position: refs/heads/master@{#385830}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -32 lines) Patch
M remoting/host/client_session.h View 1 2 3 3 chunks +20 lines, -9 lines 0 comments Download
M remoting/host/client_session.cc View 1 2 3 6 chunks +37 lines, -20 lines 0 comments Download
M remoting/host/client_session_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/connection_to_client.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M remoting/protocol/ice_connection_to_client.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.cc View 1 2 3 3 chunks +13 lines, -3 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
Sergey Ulanov
4 years, 8 months ago (2016-04-02 00:49:36 UTC) #3
kelvinp
On 2016/04/02 00:49:36, Sergey Ulanov wrote: Do I need to make any corresponding change on ...
4 years, 8 months ago (2016-04-02 06:22:18 UTC) #4
Sergey Ulanov
On 2016/04/02 06:22:18, kelvinp wrote: > On 2016/04/02 00:49:36, Sergey Ulanov wrote: > > Do ...
4 years, 8 months ago (2016-04-04 18:10:20 UTC) #5
Jamie
https://codereview.chromium.org/1852033002/diff/20001/remoting/host/client_session.h File remoting/host/client_session.h (right): https://codereview.chromium.org/1852033002/diff/20001/remoting/host/client_session.h#newcode234 remoting/host/client_session.h:234: // client. Until then it's stored in |pending_video_layout_message_|. Maybe ...
4 years, 8 months ago (2016-04-04 18:21:47 UTC) #6
Sergey Ulanov
https://codereview.chromium.org/1852033002/diff/20001/remoting/host/client_session.h File remoting/host/client_session.h (right): https://codereview.chromium.org/1852033002/diff/20001/remoting/host/client_session.h#newcode234 remoting/host/client_session.h:234: // client. Until then it's stored in |pending_video_layout_message_|. On ...
4 years, 8 months ago (2016-04-05 21:21:54 UTC) #7
Jamie
LGTM unless you take my suggesting of making the queuing more generic (and even then ...
4 years, 8 months ago (2016-04-05 21:46:36 UTC) #8
Sergey Ulanov
https://codereview.chromium.org/1852033002/diff/40001/remoting/host/client_session.cc File remoting/host/client_session.cc (right): https://codereview.chromium.org/1852033002/diff/40001/remoting/host/client_session.cc#newcode462 remoting/host/client_session.cc:462: // is necessary for the case in the future. ...
4 years, 8 months ago (2016-04-06 21:23:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852033002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852033002/60001
4 years, 8 months ago (2016-04-06 21:24:59 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/208242)
4 years, 8 months ago (2016-04-06 23:05:15 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852033002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852033002/60001
4 years, 8 months ago (2016-04-07 00:57:49 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/165544) linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 8 months ago (2016-04-07 01:07:34 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852033002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852033002/80001
4 years, 8 months ago (2016-04-07 18:24:52 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 8 months ago (2016-04-07 19:14:14 UTC) #22
commit-bot: I haz the power
4 years, 8 months ago (2016-04-07 19:16:51 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/9102cff28634777eecc5554be98d33307c206bb8
Cr-Commit-Position: refs/heads/master@{#385830}

Powered by Google App Engine
This is Rietveld 408576698