I want to make audio and video files autoplay on my website at http://34.69.99.240/, but they play sometimes, and then other times they don't.
I've tried adding the autoplay attribute to the audio but like I said it only works some of the time, the rest it just doesn't play.
<audio controls autoplay>
<source src="/audio.mp3" type="audio/mpeg">
</audio>
I would think that autoplay makes the file automatically play, but so far it only plays if the file was downloaded fast enough. Is it possible to make it play consistently, every single time?