
JW Player 6 and akamai hds livestream - how to setup 'provider' and 'type' in playlists?
dear JW Support Team,
we want to use jw player 6 with akamai livestream. we got it work for *a single video* with the following code:
bc.. jwplayer("jwplayer6").setup({
playlist: [{
file: 'http://my-videospace.akamaihd.net/my-akamaistream/manifest.f4m',
provider: 'AkamaiAdvancedJWStreamProvider.swf',
type: 'mp4'
}],
width:768,
height:432,
primary: "flash"
});
My question: how can we include the "provider" and the "type" variable into a playlists xml file for jw player 6.x?
Obviously you support both *provider* and *type*.
But because you reduced the playlist formats to mrss only, we have a problem. as far as we know, there ist no possibility to create "custom tags" in mrss and there are no defined tags like:
bc.. <media:content provider="AkamaiAdvancedJWStreamProvider.swf type="mp4" />
What is your advice?
regards
Jaco