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

Issue 2509803004: RTCCodecStats added (Closed)

Created:
4 years, 1 month ago by hbos
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun, tlegrand-webrtc
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

RTCCodecStats[1] added. RTCStatsCollector supports "payloadType", "codec" and "clockRate". "channels", "parameters" and "implementation" need to be supported before closing crbug.com/659117. [1] https://w3c.github.io/webrtc-stats/#codec-dict* BUG=chromium:659117, chromium:627816, chromium:657854 NOTRY=True Committed: https://crrev.com/0adb8285b101ee7e8a8e1b03200018449f606d6a Cr-Commit-Position: refs/heads/master@{#15207}

Patch Set 1 #

Total comments: 17

Patch Set 2 : Rebase with master #

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+427 lines, -93 lines) Patch
M webrtc/api/rtcstatscollector.h View 5 chunks +13 lines, -2 lines 0 comments Download
M webrtc/api/rtcstatscollector.cc View 1 2 7 chunks +178 lines, -80 lines 0 comments Download
M webrtc/api/rtcstatscollector_unittest.cc View 1 2 17 chunks +165 lines, -1 line 0 comments Download
M webrtc/api/stats/rtcstats_objects.h View 1 2 9 chunks +33 lines, -10 lines 0 comments Download
M webrtc/stats/rtcstats_objects.cc View 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 47 (27 generated)
hbos
Please take a look, hta and deadbeef. A different approach to collecting RTCCodecStats from the ...
4 years, 1 month ago (2016-11-17 15:30:04 UTC) #16
Taylor Brandstetter
I think there's still a minor issue around the codec identification (sorry...). Otherwise this looks ...
4 years, 1 month ago (2016-11-17 22:01:52 UTC) #19
hbos
This raised questions. https://codereview.webrtc.org/2509803004/diff/40001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2509803004/diff/40001/webrtc/api/rtcstatscollector.cc#newcode39 webrtc/api/rtcstatscollector.cc:39: return audio ? "RTCCodec_InboundAudio_" + rtc::ToString<>(payload_type) ...
4 years, 1 month ago (2016-11-18 09:08:13 UTC) #20
hta-webrtc
On 2016/11/18 09:08:13, hbos wrote: > This raised questions. > > https://codereview.webrtc.org/2509803004/diff/40001/webrtc/api/rtcstatscollector.cc > File webrtc/api/rtcstatscollector.cc ...
4 years, 1 month ago (2016-11-18 09:27:48 UTC) #21
hbos
On 2016/11/18 09:27:48, hta-webrtc wrote: > On 2016/11/18 09:08:13, hbos wrote: > > For me ...
4 years, 1 month ago (2016-11-18 10:47:19 UTC) #22
hbos
+magjed: Do you know more about where to find information about available codecs and payload ...
4 years, 1 month ago (2016-11-18 10:49:38 UTC) #24
Taylor Brandstetter
Sorry for the confusion. I guess there's really no way to test the scenario I'm ...
4 years, 1 month ago (2016-11-18 19:34:15 UTC) #25
hbos
Please take a look, hta and magjed.
4 years ago (2016-11-21 09:02:50 UTC) #26
hbos
On 2016/11/18 19:34:15, Taylor Brandstetter wrote: > > Does this mean that there are advertised ...
4 years ago (2016-11-21 10:53:14 UTC) #27
hta-webrtc
On 2016/11/21 10:53:14, hbos wrote: > On 2016/11/18 19:34:15, Taylor Brandstetter wrote: > > > ...
4 years ago (2016-11-21 11:08:15 UTC) #28
hbos
On 2016/11/21 11:08:15, hta-webrtc wrote: > On 2016/11/21 10:53:14, hbos wrote: > > On 2016/11/18 ...
4 years ago (2016-11-21 11:13:16 UTC) #29
Taylor Brandstetter
@hta: It's true that we shouldn't write code assuming "1 video m= section, 1 audio ...
4 years ago (2016-11-21 11:23:30 UTC) #30
hta-webrtc
lgtm, with a number of "please add TODO" type comments. https://codereview.webrtc.org/2509803004/diff/40001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2509803004/diff/40001/webrtc/api/rtcstatscollector.cc#newcode36 ...
4 years ago (2016-11-23 07:37:35 UTC) #31
hbos
https://codereview.webrtc.org/2509803004/diff/40001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2509803004/diff/40001/webrtc/api/rtcstatscollector.cc#newcode36 webrtc/api/rtcstatscollector.cc:36: std::string RTCCodecStatsIDFromDirectionTypeAndPayload( On 2016/11/23 07:37:35, hta-webrtc wrote: > On ...
4 years ago (2016-11-23 09:40:59 UTC) #33
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/2509803004/100001
4 years ago (2016-11-23 09:41:08 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_more_configs on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_more_configs/builds/648)
4 years ago (2016-11-23 10:03:39 UTC) #38
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/2509803004/100001
4 years ago (2016-11-23 10:30:38 UTC) #41
hbos
Landing with NOTRY=True because android_more_configs is red for unrelated reasons, everything else green.
4 years ago (2016-11-23 10:31:45 UTC) #42
commit-bot: I haz the power
Committed patchset #3 (id:100001)
4 years ago (2016-11-23 10:32:11 UTC) #45
commit-bot: I haz the power
4 years ago (2016-11-23 10:32:22 UTC) #47
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0adb8285b101ee7e8a8e1b03200018449f606d6a
Cr-Commit-Position: refs/heads/master@{#15207}

Powered by Google App Engine
This is Rietveld 408576698