I am working on website which provides live streams.... I am using CDNSun services....I have used JwPlayer, Currently i am using FlowPlayer HTML5... I have setup my code through CDNSUN help section(How To).... The live streams and other video files are playing perfectly on Pcs, maximum number of browsers, iOS,Galaxy S4 etc But the problem is they are not playing on some android versions 3-4...
My view Code:
<meta name="description" content="Euro Az Channel live at euroaz.tv">
<link rel="stylesheet"href=
"http://releases.flowplayer.org/5.5.2/skin/minimalist.css">
<style>
#mediaplayer {
width: 100%;
height: 100%;
}
</style>
<div id="mediaplayer"></div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery
/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="http://releases.flowplayer.org/5.5.2/
flowplayer.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#mediaplayer').flowplayer({
'live': true,
'rtmp': 'rtmp://837971203.r.cdnsun.net/837971203/_definst_',
'playlist': [[
{
'flash': 'mystream'
},
{
'mpegurl': 'http://abcdspaceonelr.com/837971203/_definst_/mystream/playlist.m3u8'
}
]],
'splash':true,
'poster': 'cover_image.jpeg',
'embed': false
});
});
</script>
The error i am seeing again and again is
"HTML5:Video Not Found" ,,, as video playing fine except some android phones....may be flash problem,, i don't know...
Live Stream Here Please if someone can help, Thanks for your time