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

Issue 2675923002: RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected. (Closed)

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

Description

RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected. Collected for current pairs, undefined for other pairs. This is the same as the old stats' VideoBwe.googAvailable[Send/Receive]Bandwidth. NOTE: The value this is based on for incoming bitrate is not set. This CL wires it up but has a TODO that the incoming bitrate needs to be collected properly. (Same problem for both old and new stats.) Spec: https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatepairstats-availableoutgoingbitrate Discussion: https://github.com/w3c/webrtc-stats/issues/112#issuecomment-277167781 BUG=webrtc:7062 Review-Url: https://codereview.webrtc.org/2675923002 Cr-Commit-Position: refs/heads/master@{#16472} Committed: https://chromium.googlesource.com/external/webrtc/+/338f78ac95addee5f3540407037d745e7ceca827

Patch Set 1 #

Total comments: 5

Patch Set 2 : Make sure outgoing bitrate is defined for selected pair. TODO for incoming bitrate. #

Patch Set 3 : Rebase with master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -19 lines) Patch
M webrtc/api/stats/rtcstats_objects.h View 1 2 2 chunks +16 lines, -15 lines 0 comments Download
M webrtc/pc/rtcstats_integrationtest.cc View 1 4 chunks +14 lines, -3 lines 0 comments Download
M webrtc/pc/rtcstatscollector.h View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/pc/rtcstatscollector.cc View 1 2 3 chunks +23 lines, -1 line 0 comments Download
M webrtc/pc/rtcstatscollector_unittest.cc View 1 2 5 chunks +55 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (21 generated)
hbos
Please take a look stefan, hta.
3 years, 10 months ago (2017-02-03 12:19:24 UTC) #3
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/2675923002/20001
3 years, 10 months ago (2017-02-06 16:05:12 UTC) #9
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
3 years, 10 months ago (2017-02-06 16:05:13 UTC) #11
stefan-webrtc
On 2017/02/06 16:05:13, commit-bot: I haz the power wrote: > No L-G-T-M from a valid ...
3 years, 10 months ago (2017-02-06 16:05:34 UTC) #12
stefan-webrtc
This mostly looks good, but I think someone with better knowledge of the details should ...
3 years, 10 months ago (2017-02-06 16:08:17 UTC) #13
hbos
On 2017/02/06 16:05:34, stefan-webrtc wrote: > On 2017/02/06 16:05:13, commit-bot: I haz the power wrote: ...
3 years, 10 months ago (2017-02-06 16:08:31 UTC) #14
hbos
https://codereview.webrtc.org/2675923002/diff/20001/webrtc/pc/rtcstatscollector.cc File webrtc/pc/rtcstatscollector.cc (right): https://codereview.webrtc.org/2675923002/diff/20001/webrtc/pc/rtcstatscollector.cc#newcode860 webrtc/pc/rtcstatscollector.cc:860: if (info.best_connection && video_media_info && On 2017/02/06 16:08:17, stefan-webrtc ...
3 years, 10 months ago (2017-02-06 16:12:37 UTC) #17
Taylor Brandstetter
https://codereview.webrtc.org/2675923002/diff/20001/webrtc/pc/rtcstatscollector.cc File webrtc/pc/rtcstatscollector.cc (right): https://codereview.webrtc.org/2675923002/diff/20001/webrtc/pc/rtcstatscollector.cc#newcode860 webrtc/pc/rtcstatscollector.cc:860: if (info.best_connection && video_media_info && On 2017/02/06 16:12:37, hbos ...
3 years, 10 months ago (2017-02-06 19:32:13 UTC) #18
stefan-webrtc
lgtm from my side then, but please get someone else's opinion too as I haven't ...
3 years, 10 months ago (2017-02-07 09:57:52 UTC) #19
hbos
Alrighty :) Please take a look, hta.
3 years, 10 months ago (2017-02-07 10:09:15 UTC) #20
hta-webrtc
lgtm https://codereview.webrtc.org/2675923002/diff/20001/webrtc/pc/rtcstats_integrationtest.cc File webrtc/pc/rtcstats_integrationtest.cc (right): https://codereview.webrtc.org/2675923002/diff/20001/webrtc/pc/rtcstats_integrationtest.cc#newcode372 webrtc/pc/rtcstats_integrationtest.cc:372: if (candidate_pair.available_outgoing_bitrate.is_defined()) { This isn't quite nice, because ...
3 years, 10 months ago (2017-02-07 11:34:37 UTC) #21
hbos
https://codereview.webrtc.org/2675923002/diff/20001/webrtc/pc/rtcstats_integrationtest.cc File webrtc/pc/rtcstats_integrationtest.cc (right): https://codereview.webrtc.org/2675923002/diff/20001/webrtc/pc/rtcstats_integrationtest.cc#newcode372 webrtc/pc/rtcstats_integrationtest.cc:372: if (candidate_pair.available_outgoing_bitrate.is_defined()) { On 2017/02/07 11:34:37, hta-webrtc wrote: > ...
3 years, 10 months ago (2017-02-07 13:22:11 UTC) #25
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/2675923002/100001
3 years, 10 months ago (2017-02-07 13:22:35 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: ios_arm64_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios_arm64_rel/builds/17028) mac_compile_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 10 months ago (2017-02-07 13:26:44 UTC) #30
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/2675923002/120001
3 years, 10 months ago (2017-02-07 13:31:54 UTC) #34
commit-bot: I haz the power
3 years, 10 months ago (2017-02-07 14:41:26 UTC) #37
Message was sent while issue was closed.
Committed patchset #3 (id:120001) as
https://chromium.googlesource.com/external/webrtc/+/338f78ac95addee5f35404070...

Powered by Google App Engine
This is Rietveld 408576698