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

Issue 2605033002: RTCMediaStreamTrackStats.ssrcIds collected by RTCStatsCollector. (Closed)

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

Description

RTCMediaStreamTrackStats.ssrcIds collected by RTCStatsCollector. This also maps tracks to [Voice/Video][Sender/Receiver]Info, meaning follow-up CLs can add stats to tracks that are located in the "info" structs. There is an assumption about a track only belonging to a single group of SSRCs (a single [Voice/Video][Sender/Receiver]Info). If we are to support multiple SSRC groups we need to decide what to do with the per-track stats coming from multiple "info" structs. This needs to be addressed in a follow-up CL. A bug was revealed and fixed where local and remote tracks could have the same label yielding the same ID for multiple tracks. Fix: distinguish between local and remote cases, not just label. BUG=webrtc:6757, chromium:659137, chromium:627816

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebase with master (reupload from other machine to create dependent patchset) #

Total comments: 24
Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -33 lines) Patch
M webrtc/api/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/peerconnection.h View 1 chunk +3 lines, -2 lines 1 comment Download
M webrtc/api/rtcstats_integrationtest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webrtc/api/rtcstatscollector.h View 1 chunk +2 lines, -1 line 1 comment Download
M webrtc/api/rtcstatscollector.cc View 9 chunks +131 lines, -19 lines 19 comments Download
M webrtc/api/rtcstatscollector_unittest.cc View 11 chunks +124 lines, -9 lines 1 comment Download
M webrtc/api/stats/rtcstats_objects.h View 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/statscollector_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
A webrtc/api/test/fakertpsenderreceiver.h View 1 chunk +107 lines, -0 lines 2 comments Download
M webrtc/api/test/mock_peerconnection.h View 1 chunk +4 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 23 (15 generated)
hbos
Please take a look, pthatcher, deadbeef and hta. https://codereview.webrtc.org/2605033002/diff/100001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2605033002/diff/100001/webrtc/api/rtcstatscollector.cc#newcode35 webrtc/api/rtcstatscollector.cc:35: typedef ...
3 years, 11 months ago (2016-12-28 16:12:30 UTC) #14
hbos
https://codereview.webrtc.org/2605033002/diff/100001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (right): https://codereview.webrtc.org/2605033002/diff/100001/webrtc/api/rtcstatscollector.cc#newcode389 webrtc/api/rtcstatscollector.cc:389: if (is_local) { So I'm assuming it's either [Voice/Video]SenderInfo ...
3 years, 11 months ago (2016-12-29 09:53:55 UTC) #17
hta-webrtc
On 2016/12/29 09:53:55, hbos wrote: > https://codereview.webrtc.org/2605033002/diff/100001/webrtc/api/rtcstatscollector.cc > File webrtc/api/rtcstatscollector.cc (right): > > https://codereview.webrtc.org/2605033002/diff/100001/webrtc/api/rtcstatscollector.cc#newcode389 > ...
3 years, 11 months ago (2017-01-02 14:30:12 UTC) #18
hta-webrtc
Not completely happy. When you have bugs that say "I don't know if this can ...
3 years, 11 months ago (2017-01-02 15:29:47 UTC) #19
hbos
I'll take another look at mapping info -> track and track -> info(s) (multiple infos ...
3 years, 11 months ago (2017-01-02 17:42:03 UTC) #20
pthatcher1
https://codereview.webrtc.org/2605033002/diff/120001/webrtc/api/rtcstatscollector.cc File webrtc/api/rtcstatscollector.cc (left): https://codereview.webrtc.org/2605033002/diff/120001/webrtc/api/rtcstatscollector.cc#oldcode313 webrtc/api/rtcstatscollector.cc:313: } So why don't we skip this any more? ...
3 years, 11 months ago (2017-01-03 19:29:00 UTC) #21
Taylor Brandstetter
This CL correctly lays the groundwork for later stats, but I think there's still some ...
3 years, 11 months ago (2017-01-04 00:36:56 UTC) #22
hbos
3 years, 11 months ago (2017-01-10 13:42:08 UTC) #23
Conclusion of
https://github.com/w3c/webrtc-stats/issues/85#issuecomment-271545059 is that
ssrcIds will be removed.
The groundwork wiring of tracks <-> infos is done here instead:
https://codereview.webrtc.org/2611983002/.

With that, I'm closing this CL without landing. If the above CL lands the CLs
depending on this one will have to rebase to that one instead.

Powered by Google App Engine
This is Rietveld 408576698