I have a simple code in html5:
<video width="800px" height="450px" preload="auto" autoplay>
<source src="video1.mp4" type="video/mp4">
<source src="video1.webm" type="video/webm">
<source src="video1.ogv" type="video/ogv">
Tu navegador no soporta los vídeos de HTML5
</video>
I need this video to start playing every day at the same time. For example at 14:30 UTC I have not been able to achieve it and I can not find answers on the web. Thanks.