Hacker News new | ask | show | jobs
by ZeroGravitas 4469 days ago
This is the problem. Take your current code, host it on a different url (gifcrush?) and remove audio support.
1 comments

Or just mute by default, but allow users to click to play sound.
It remembers your preferred volume, though that feature isn't very discoverable. You could set it to zero and all videos would start muted. Ideas on making that more discoverable?
> Ideas on making that more discoverable?

1. Start off muted. 2. If the user views a video that has sound and is muted, put some small verbiage under the video saying it's muted.

I don't like "start off muted". You can upload proper videos to MediaCrush, why should they be muted?

How about a little balloon thingy on the volume UI that tells you it'll be remembered?

Perhaps have a separate url for "proper" video? Or an option to turn off the mute by default (as opposed to having it turn off automatically the first time you unmute a video.)

Or just require videos with sound to click to play. It's the combination of sound and autoplay that is annoying.

Require click-to-play on video with audio is a good idea.

https://github.com/MediaCrush/MediaCrush/issues/544