So the video and the html file are both in the same folder.
<video width="320" height="240" controls="controls" autoplay="autoplay">
<source src="buyers.ogg" type="video/ogg" />
Your browser does not support the video tag.
</video>
The video does not load and is not found. I do relative path (../video/buyers.ogg
). Can someone please help me?