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

Akamai with JWPlayer 7


Hi,

How I can using the stream from Akamai with JWPlayer7?

p.s. At the moment I can use the stream from Akamai with JWPlayer 6 only.

Here is my config.

jwplayer("flashContent").setup({
playlist: [{
image:"../images/video.jpg",
sources: [{
file: "http://xxxx/master.m3u8?hdnea=st=1438146485~exp=1438146605~acl=/i/xxxx*~hmac=23e32385f6bbf012119fab66797907fe4a4d2c5ef38c5be48eb9d1a0c436d2db",
provider: "../js/jwplayer/AkamaiAdvancedJWStreamProvider.swf",

},{
file: "http://xxxx/master.m3u8?hdnea=st=1438146485~exp=1438146605~acl=/i/xxxxx*~hmac=23e32385f6bbf012119fab66797907fe4a4d2c5ef38c5be48eb9d1a0c436d2db",
provider: "../js/jwplayer/AkamaiAdvancedJWStreamProvider.swf",
type:"mp4"
}]
}],
skin:"h../js/jwplayer/skin/glow.xml",
width: "100%",
aspectratio: "16:9",
primary: "flash",
androidhls: true,
autostart:true
});

Thank you,
Kata

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

You shouldn’t need their provider for an HLS stream. My understanding is that their provider is only to enable support for their HDS streams. Akamai wrote that provider, not us, so they would need to update their provider to be compatible with JW 7.

This question has received the maximum number of answers.