I have a website that uses the HTML5 tag;
<video id='video' autoplay muted loop controls> <source src="video/homevideo.mp4" /> </video>
The video plays in Firefox and Chrome, but not at all in Safari (desktop, iPhone, etc.). MP4 must be supported and work in Safari.
adree source share