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

How to configure a playlist of streaming videos for desktop and mobile


Please help me, I'm totaly lost

I need to create a playlist of multiple videos that are on a streaming server. It was possible in JWPlayer 5 to use two different XML playlists (Flash and HTML5) for streaming videos. Those playlists where configurate like this :

jwplayer('flashcontent').setup({
'id': 'playerID',
'file': 'playlist.xml',
'width': '512',
'height': '288',
'autostart':'true',
'modes': [
{type: 'flash', src: 'jwplayer/player.swf'},
{type: 'html5',
config: {
file: 'playlist_html5.xml'
}
}
]

});

And by using <jwplayer:streamer> in the XML. Everything was fine. I tried to do the same thing in JWPlayer 6, but it didn't work.

How to configurate the player in Javascript? What the playlists will look like? I suppose that I will need to create a playlist in .smil and in .m3u8, but it is impossible to know how to configure a playlist of multiples streaming videos on your website.

Please, can you help me by providing a complete tutorial?

1 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

Hi,

Please refer to this resource for building XML playlists to be used in JW6:
http://support.jwplayer.com/customer/portal/articles/1406722-rss-playlist-embed

Kind Regards,
Cooper

This question has received the maximum number of answers.