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

Issue 2588373005: RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added. (Closed)

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

Description

RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added. Recently added to the spec: RTCRTPStreamStats.qpSum - https://w3c.github.io/webrtc-stats/#dom-rtcrtpstreamstats-qpsum RTCInboundRTPStreamStats.framesDecoded - https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-framesdecoded RTCOutboundRTPStreamStats.framesEncoded - https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-framesencoded These are added and collected. However, the qpSum is only collected in the outbound case. It should be collected in the inbound case before closing crbug.com/657855 BUG=chromium:657854, chromium:657855, chromium:657856 Review-Url: https://codereview.webrtc.org/2588373005 Cr-Commit-Position: refs/heads/master@{#15872} Committed: https://chromium.googlesource.com/external/webrtc/+/6769c4941817ac3d5b967d0aafa1304c06d0672e

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebase with master #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -9 lines) Patch
M webrtc/api/rtcstats_integrationtest.cc View 1 3 chunks +19 lines, -0 lines 2 comments Download
M webrtc/api/rtcstatscollector.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/api/rtcstatscollector_unittest.cc View 1 6 chunks +9 lines, -0 lines 0 comments Download
M webrtc/api/stats/rtcstats_objects.h View 1 3 chunks +5 lines, -0 lines 0 comments Download
M webrtc/stats/rtcstats_objects.cc View 1 9 chunks +18 lines, -9 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
hbos
Please take a look, hta and deadbeef.
4 years ago (2016-12-21 14:11:19 UTC) #3
hbos
And +sakal for question (but is OOO until Jan 8 so won't be able to ...
4 years ago (2016-12-21 14:12:59 UTC) #7
Taylor Brandstetter
lgtm
4 years ago (2016-12-21 18:49:09 UTC) #10
hbos
Please take a look, hta
3 years, 11 months ago (2016-12-29 09:00:11 UTC) #11
hta-webrtc
lgtm One test coverage question, otherwise lgtm. https://codereview.webrtc.org/2588373005/diff/20001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2588373005/diff/20001/webrtc/api/rtcstatscollector.cc#newcode229 webrtc/api/rtcstatscollector.cc:229: if (video_sender_info.qp_sum) ...
3 years, 11 months ago (2017-01-02 14:29:12 UTC) #12
hbos
https://codereview.webrtc.org/2588373005/diff/20001/webrtc/api/rtcstatscollector_unittest.cc File webrtc/api/rtcstatscollector_unittest.cc (right): https://codereview.webrtc.org/2588373005/diff/20001/webrtc/api/rtcstatscollector_unittest.cc#newcode1669 webrtc/api/rtcstatscollector_unittest.cc:1669: video_media_info.senders[0].qp_sum = rtc::Optional<uint64_t>(16); On 2017/01/02 14:29:12, hta-webrtc wrote: > ...
3 years, 11 months ago (2017-01-02 15:34:39 UTC) #13
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/2588373005/40001
3 years, 11 months ago (2017-01-02 15:35:27 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:40001) as https://chromium.googlesource.com/external/webrtc/+/6769c4941817ac3d5b967d0aafa1304c06d0672e
3 years, 11 months ago (2017-01-02 16:35:17 UTC) #19
sakal
lgtm https://codereview.webrtc.org/2588373005/diff/40001/webrtc/api/rtcstats_integrationtest.cc File webrtc/api/rtcstats_integrationtest.cc (right): https://codereview.webrtc.org/2588373005/diff/40001/webrtc/api/rtcstats_integrationtest.cc#newcode549 webrtc/api/rtcstats_integrationtest.cc:549: verifier.TestMemberIsUndefined(outbound_stream.qp_sum); nit: QP sum should also be undefined ...
3 years, 11 months ago (2017-01-09 07:13:55 UTC) #20
hbos
https://codereview.webrtc.org/2588373005/diff/40001/webrtc/api/rtcstats_integrationtest.cc File webrtc/api/rtcstats_integrationtest.cc (right): https://codereview.webrtc.org/2588373005/diff/40001/webrtc/api/rtcstats_integrationtest.cc#newcode549 webrtc/api/rtcstats_integrationtest.cc:549: verifier.TestMemberIsUndefined(outbound_stream.qp_sum); On 2017/01/09 07:13:55, sakal wrote: > nit: QP ...
3 years, 11 months ago (2017-01-09 08:47:57 UTC) #21
joe.palmer
How do I know which version of Chrome supports this feature? I've been looking but ...
3 years, 9 months ago (2017-03-13 19:26:33 UTC) #22
hbos
On 2017/03/13 19:26:33, joe.palmer wrote: > How do I know which version of Chrome supports ...
3 years, 9 months ago (2017-03-14 09:16:25 UTC) #23
hbos
Not to be confused with the callback-based (non-spec compliant) getStats API.
3 years, 9 months ago (2017-03-14 09:17:41 UTC) #24
hbos
The availability of the QP values are encoder/decoder specific so I'm not entirely sure for ...
3 years, 9 months ago (2017-03-14 09:20:09 UTC) #25
joe.palmer
Thanks for your reply. I thought this was only just coming in but the framesDecoded ...
3 years, 9 months ago (2017-03-14 20:58:17 UTC) #26
hbos
On 2017/03/14 20:58:17, joe.palmer wrote: > Thanks for your reply. I thought this was only ...
3 years, 9 months ago (2017-03-15 08:22:20 UTC) #27
joe.palmer
That's really helpful, thanks very much!
3 years, 9 months ago (2017-03-16 16:22:36 UTC) #28
hbos
3 years, 9 months ago (2017-03-17 09:49:36 UTC) #29
Message was sent while issue was closed.
On 2017/03/16 16:22:36, joe.palmer wrote:
> That's really helpful, thanks very much!

Cheers!

Powered by Google App Engine
This is Rietveld 408576698