Closed
Bug 1532898
Opened 5 years ago
Closed 5 years ago
Move WebRTC Video Telemetry recording to the VideoConduit
Categories
(Core :: WebRTC, enhancement, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: ng, Assigned: ng, NeedInfo)
Details
Attachments
(1 file)
Currently we gather some telemetry on WebRTC video streams by periodically calling GetStats() and then picking out some interesting statistics. Those statistics are non-standard and don't belong in the GetStats() results. Instead we can have the VideoConduit record those statistics directly.
Assignee | ||
Comment 1•5 years ago
|
||
moves where the VideoConduit related telemetry is recorded, so that non-standard stats can be removed from the stats report
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → na-g
Assignee | ||
Updated•5 years ago
|
Rank: 15
Priority: -- → P2
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:ng, could you have a look please?
Flags: needinfo?(na-g)
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by na-g@nostrum.com: https://hg.mozilla.org/integration/autoland/rev/09db4cf14fe8 have VideoConduit directly record its telemetry r=mjf
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•