-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Bug, maybe?] "Block audio and video" default autoplay setting leads to a large number of bad user experiences #11027
Comments
The webcompat issues are accumulating with this issue. |
cc @Amejia481 |
I don't think adding a play logo does the job. I would certainly work for gifs, but there is multiple instances where it wouldnt work. For example :
Basicaly, any video we are not supposed to interact with I would either enable muted videos autoplay again (if you want to save bandwitch, ban true GIFs) Or ask for user consent (like you would for webcam / mic / geo) for autoplaying media on the website |
See: #17373 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This is no longer an issue for me. This was my report, whereas now a play button appears on the video, which does play the video. webcompat/web-bugs#53358 |
This is still an issue in webcompat/web-bugs#73208 where a vimeo video is being blocked by autoplay settings and there is no way to start it since there is no play button. Link to a video https://player.vimeo.com/video/525440214?background=1&autoplay=1&loop=1&byline=0&title=0 (it rather a gif though). |
My issue (linked above) was with a video that should have been blocked, but was not. |
See: #17373 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
*chirp* |
We changed the default to be "Block audio only" :) |
Oh! Sorry - I honestly was not even aware of this, that completely slipped my attention. I just poked the stale-bot out of pure subconscious reaction. :) No, the new default matches what most people expect as far as we can tell. I'll close this issue. Thanks for checking in! |
No problem. Thanks for always keeping an eye opened for webcompact bugs :) |
Currently, the default autoplay setting appears to be "Block audio and video", which is also the "Recommended" setting. While I like this move for saving bandwidth, we have received a number of reports from users about broken "GIFs" as a result.
Since the default setting also blocks video elements that are muted or playing files that do not contain a audio track, this is rather unexpected, and does not match the behavior on desktop, where we only block autoplaying things that make noise. This leads to sites not expecting to be blocked, and thus not placing any video controls. One example of such a site is the case mentioned in webcompat/web-bugs#53358, where instead of a video, a large black rectangle is visible, which looks broken. Tapping on that element does not start playing the video, and there is no indication that there is supposed to be a media file, and also no indication that we blocked something. (Note that here, we're blocking a video that actually contains audio, but all the other reports I can see on a glance are very NSFW, so.. let's use that as an example for now.)
There are a lot of autoplay issues filed right now, but I don't think there is one on improving UX. Do we have an idea about possible solutions, that don't lead users to believe something is broken? In my naive world, I could imagine showing a large play icon or something above blocked video elements, where tapping on it actually starts playing the video.
I'll use this report to close our duplicate webcompat reports against for now. If I missed an already existing bug, sorry, please close this as a duplicate! 😀
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: