JW Player

<div id="playerContainer"></div>

<script type="text/javascript"> jwplayer("playerContainer").setup({ skin: "../jwplayer/five.xml", width:640, height:360, file: "all.m3u8", stretching: "exactfit" }); </script>

Video Tag

<video poster="videos/poster.jpg" preload controls width="640" height="360">
<source type="application/x-mpegURL" src="all.m3u8">
</video>