
HTML5 not working with Magento
My Magento site is not passing HTML playback, any idea why?
There is a video that plays in flash but not html5. Please see the video under the drop down menu called " video hardware" at http://on2dvd.com.au
Here is the embed player , you can see it is flash primary with rtmp, then fallback html5 mp4 file, but on ipad it does not play, the video does play in browser url http://cdn.on2dvd.com.au/fallback/connect_converters_288p_fallback.mp4
<div id='player1'></div>
<script type='text/javascript'>
jwplayer('player1').setup({
playlist: [{
image: 'http://cdn.on2dvd.com.au/posters/connect_converters_thumbnail.png',
sources: [{
file: "rtmp://rtmp.on2dvd.com.au/cfx/st/connect_converters_288p.mp4",
},{
file: "http://cdn.on2dvd.com.au/fallback/connect_converters_288p_fallback.mp4"
}]
}],
width: '512',
height: '288',
skin: 'stormtrooper',
primary: 'flash'
});
</script>