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

Issue 2536623003: Add SdpHelper for more reliable codec configuration in WebrtcTransport. (Closed)

Created:
4 years ago by Sergey Ulanov
Modified:
4 years ago
Reviewers:
Jamie
CC:
chromium-reviews, chromoting-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add SdpMessage for more reliable codec configuration in WebrtcTransport. Previously codec configuration was done in WebrtcTransport by string substitutions. It worked properly only as long as rtp payload type values do not change. Added SdpHelper that allows to implement this logic more reliably, without dependency on payload type values. BUG=669121 Committed: https://crrev.com/1ac2609ef72f7cdc66b76e9ad1ba351e25393623 Cr-Commit-Position: refs/heads/master@{#434809}

Patch Set 1 : . #

Total comments: 20

Patch Set 2 : address feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -38 lines) Patch
M remoting/protocol/BUILD.gn View 1 2 chunks +3 lines, -0 lines 0 comments Download
A remoting/protocol/sdp_message.h View 1 1 chunk +60 lines, -0 lines 0 comments Download
A remoting/protocol/sdp_message.cc View 1 1 chunk +66 lines, -0 lines 0 comments Download
A remoting/protocol/sdp_message_unittest.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download
M remoting/protocol/webrtc_transport.cc View 1 5 chunks +44 lines, -38 lines 0 comments Download

Messages

Total messages: 17 (11 generated)
Sergey Ulanov
4 years ago (2016-11-28 19:36:21 UTC) #6
Jamie
LGTM with nits. https://codereview.chromium.org/2536623003/diff/80001/remoting/protocol/sdp_helper.cc File remoting/protocol/sdp_helper.cc (right): https://codereview.chromium.org/2536623003/diff/80001/remoting/protocol/sdp_helper.cc#newcode16 remoting/protocol/sdp_helper.cc:16: for (auto& line : sdp_lines_) { ...
4 years ago (2016-11-28 21:02:52 UTC) #7
Sergey Ulanov
https://codereview.chromium.org/2536623003/diff/80001/remoting/protocol/sdp_helper.cc File remoting/protocol/sdp_helper.cc (right): https://codereview.chromium.org/2536623003/diff/80001/remoting/protocol/sdp_helper.cc#newcode16 remoting/protocol/sdp_helper.cc:16: for (auto& line : sdp_lines_) { On 2016/11/28 21:02:51, ...
4 years ago (2016-11-28 22:45:09 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/2536623003/100001
4 years ago (2016-11-28 22:48:01 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:100001)
4 years ago (2016-11-29 01:08:46 UTC) #15
commit-bot: I haz the power
4 years ago (2016-11-29 01:19:58 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1ac2609ef72f7cdc66b76e9ad1ba351e25393623
Cr-Commit-Position: refs/heads/master@{#434809}

Powered by Google App Engine
This is Rietveld 408576698