Closed
Bug 1367356
Opened 8 years ago
Closed 8 years ago
Add telemetry to measure how many Flash contents are blocked by blocking autoplay media
Categories
(Core Graveyard :: Plug-ins, enhancement)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: alwu, Assigned: alwu)
References
Details
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
We would like to know how many Flash content are used daily, especially using Flash to play video.
Assignee | ||
Comment 1•8 years ago
|
||
Hi, Benjamin,
Do you know whether we can know the Flash content is used for video or not? and where could we add the telemetry probe?
Thanks!
Flags: needinfo?(benjamin)
Updated•8 years ago
|
Component: Flash (Adobe) → Plug-ins
Flags: needinfo?(benjamin)
Product: External Software Affecting Firefox → Core
Comment 2•8 years ago
|
||
You can count the number of values recorded in BLOCKED_ON_PLUGIN_INSTANCE_INIT_MS to see how many plugin instances total are instantiated. Unfortunately for this case that histogram is keyed on the plugin name+version, so you can't get the answer from telemetry.mozilla.org but have to use a more custom query. (And that's prerelease-only).
I don't know of any way to tell programatically whether a particular Flash instance is being used for video or not. You'd have to construct the algorithms for that. You might be able to add some telemetry to determine whether it *plays sound*, since we have a programmatic API between Flash and Firefox to show the mute icon.
My guess is that about 95% of Flash is not video, although a lot of that is advertising trackers which don't matter.
Also do you need to distinguish between advertising Flash (which might be video) and "real" video?
Assignee | ||
Comment 3•8 years ago
|
||
Since we can't fix the bug1350947, the there is the difference between Flash and other HTML5 media stuffs in their actual behavior. In last discussion, UX and PM want to know how many Flash content would be blocked and the blocking time in order to handle the inconsitentency in UX level.
Summary: Add telemetry to know how many Flash contents are used daily by users on web → Add telemetry to measure how many Flash contents are blocked by blocking autoplay media
Assignee | ||
Updated•8 years ago
|
Blocks: delay-autoplay
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
Since Adobe has announced that they won't support Flash in the future, I think we don't need to add the telemetry at all.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•