
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