I have a H.264 video I want to show it on Chrome using HTML5 but using this video tag I only see a control bar.
<video width="320" height="240" controls="controls">
<source src="myvideo.264" type="video/264" />
Your browser does not support the video tag.
</video>
If someone has experience here, please help me to find a solution.