Closed Bug 1367356 Opened 7 years ago Closed 7 years ago

Add telemetry to measure how many Flash contents are blocked by blocking autoplay media

Categories

(Core Graveyard :: Plug-ins, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: alwu, Assigned: alwu)

References

Details

Attachments

(1 file)

We would like to know how many Flash content are used daily, especially using Flash to play video.
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)
Component: Flash (Adobe) → Plug-ins
Flags: needinfo?(benjamin)
Product: External Software Affecting Firefox → Core
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?
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
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: 7 years ago
Resolution: --- → WONTFIX
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: