Hello,
I have a question regarding the "Autoplay Pre-seeding in Chrome" Chromium blog article about autoplay policy.
The pre-seeding list mentioned in the blog appears to come from the "MEI Preload" component.
In that list, YouTube is included, but Twitch, TikTok, and Instagram are not.
I’ve noticed that in browsers without the "MEI Preload" component, YouTube fails to autoplay when user engagement data(in media-engagement) is unavailable.
However, domains not included in the pre-seeding domain list (such as Twitch, TikTok, Instagram) seem to attempt muted autoplay when autoplay fails in such environments.
My question is: in the MEI pre-seeding criteria described as “site visitors permit autoplay”, does muted autoplay count as user engagement?
In other words, if a site autoplays muted video and the user later unmutes it, does that action contribute to MEI scoring or not?
Thank you for your time and clarification.
Best regards,
Taehyun
--
You received this message because you are subscribed to the Google Groups "media-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to media-dev+...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/media-dev/3d6f798c-11eb-47fe-9c26-303046c78a87n%40chromium.org.
Hi Taehyun,
Yes, that action does contribute to the Media Engagement Index (MEI) scoring, provided the user continues to watch the video after unmuting it.
Here is a breakdown of how the MEI scoring works based on Chrome's autoplay policy:
Muted Autoplay is Always Allowed: As you observed, Chrome's policy always permits muted autoplay, regardless of a site's MEI score. This is why sites not on the pre-seeding list (like Twitch or TikTok) can still start a video without sound.
MEI Score Calculation: The MEI score is calculated based on "significant media playback events." For an event to be counted towards the score, it must meet several criteria:
The media (audio or video) must be consumed for more than 7 seconds.
Audio must be present and unmuted.
The tab containing the video must be active.
The video's size must be greater than 200x140 pixels.
Therefore, a muted video playing by itself does not contribute to the MEI score.
When a user clicks the "unmute" button, they are providing the user interaction. If they then keep the video unmuted and active for more than 7 seconds, that entire event now meets all the criteria and will be counted as a "significant media playback event," increasing the MEI score for that domain. This is precisely the engagement strategy that sites without pre-seeding permission rely on.Hi Taehyun,This blogpost has some more info about the autoplay policy in Chrome: https://developer.chrome.com/blog/autoplayThanks,Evan