I'm trying to embed an mp4 file into my html. Here's my code snippet:
<div class="bsu logo">
<embed src="video/gian.mp4" style="width:960px;height:500px;">
</div>
The play bar is playing but only showing blank video. When I'm trying to embed other .mp4 video it's playing.