I’ve a video that I would like to put on my web site.
<video controls playsinline>
<supply src="myvideo.mp4" kind="video/mp4">
</video>
I’ve no bother getting the video to play on any browser apart from Safari. Nevertheless, on Safari, solely the video controls show, and I am unable to play the video.
I attempted including the muted
tag and saving my video as an H.264-encoded video by way of QuickTime Participant, however this did not assist both. This isn’t a background video.
I’ve checked out different boards akin to [HTML5 Video tag not working in Safari, iPhone and iPad], however I nonetheless cannot get the video to play.
Does Safari not help HTML5 video? Is there any workaround?
Any recommendation could be a lot appreciated.