I have the following HTML code, but it is not working, the video does not start... Yet, when I test this code in my browser Chromium, it works perfectly. Any idea of the problem?
<video width="576" height="324" controls poster="">
<source src="video.mp4" type="video/mp4">
Your browser does not support the video tag or the file format of this video.</video>