Chrome and IE11 won't play HTML5 video. Always Flash
I have a self hosted player setup with Wowza steaming engine. No matter what I do I cannot get latest version of Chrome or IE11 to use HTML5. It always wants to use flash
Here is my setup.
<script>
jwplayer("player").setup({
sources: [{
file: "http://192.168.200.20:1935/videoswebdev/file.mp4/playlist.m3u8"
},{
file: "rtmp://192.168.200.20:1935/videoswebdev/file.mp4"
},{
file: "rtsp://192.168.200.20:1935/videoswebdev/file.mp4>"
}],
width:"640",
height:"480",
image: "/thumbnails/<?php print "$video_thumbnail"; ?>",
controls: true,
autostart: false,
hlshtml: true,
primary: "html5",
muted: false
});
</script>