Skip to content

Instantly share code, notes, and snippets.

@danmakenoise
Created September 22, 2016 18:22
Show Gist options
  • Save danmakenoise/fad84feec97455b9311dbeb55df91212 to your computer and use it in GitHub Desktop.
Save danmakenoise/fad84feec97455b9311dbeb55df91212 to your computer and use it in GitHub Desktop.
Multiple Playlists
jwplayer("myelement").setup({
playlist: [{
playlist: 'https://foo.bar/breaking-news.json'
},
{
playlist: 'https://foo.bar/normal-playlist.json'
}]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment