Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

.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

1 Community Answers

Alex

JW Player Support Agent  
1 rated :

Hi, Sridevi.

Any issues with playback of F4M files and the use of the Akamai plugin would have to be directed to Akamai for troubleshooting.

Please let me know if you need any more help or have any other questions.

Thank you!

This question has received the maximum number of answers.