I am aware that browsers now try to prevent autoplay. We have an educational site that plays a number of videos in a row. When each video loads, we want to it to play without being muted. The videos may be as short as a minute or minute and a half, and asking a user to unmute for every video would be a bad experience. Is there any way around this issue? For example can we allow them to confirm a popup at the beginning of the experience, and not have to do it after that?
Asked
Active
Viewed 55 times
0
-
Does this answer your question? [html5 video autoplay feature not working without muted](https://stackoverflow.com/questions/50287175/html5-video-autoplay-feature-not-working-without-muted) – Justinas May 04 '20 at 20:04
-
Yes, dt, something like that would work, though probably only video by video. – May 04 '20 at 20:12
-
So, if a lesson is 5 videos, can it happen once per lesson, or are you saying once per video, and thus five times per lesson? – dt1000 May 04 '20 at 20:22