
.f4m videos are not playing
Hi,
I have used the following jw7 code in my site to play the videos. This code is doing well with all the video types except .f4m eventhough i have used .swf provider in it.
<script type="text/javascript">
var playerInstance = jwplayer("myElement");
if (screen.width >= 1024) {
playerInstance.setup({
playlist:
[{
file: "http://myx-vh.akamaihd.net/z/myxtv/planetx/ep27/planetx-ep27-,150000,300000,500000,800000,1000000,1300000,1500000,.mp4.csmil/manifest.f4m",
image: "http://sa.kapamilya.com/myxtv/myxtv/media/myxtv/shows/bagged.jpg",
provider: 'AkamaiAdvancedJWStreamProvider.swf'
}],
width: 640,
height: 360,
title: 'Basic Video Embed',
description: 'A video with a basic title and description!',
mediaid: '123456'
});
}
else
{
playerInstance.setup({
playlist:
[{
file: 'http://myx-vh.akamaihd.net/i/myxtv/planetx/ep25/planetx-ep25-,150000,300000,500000,800000,1000000,1300000,1500000,.mp4.csmil/master.m3u8',
image: "http://sa.kapamilya.com/myxtv/myxtv/media/myxtv/shows/soompi_top10_mobile.jpg"
//provider: '/CMSScripts/Custom/GlobalEvents/JW6/AkamaiAdvancedJWStreamProvider.swf'
}],
width: 400,
height: 360,
title: 'Basic Video Embed',
description: 'A video with a basic title and description!',
mediaid: '123456'
});
}
</script>
Please advice.......
Regards,
Sridevi.G