[Vuejs]-Why video stream doesn't work on iOS 15.1?

0👍

You need to add ‘muted’ attribute in pair with ‘autoplay’ to make the video play by default. Also, try ‘playsInline’ if ‘playsinline’ still doesn’t resolve it.

Leave a comment