Playlists
Example playlist
<div id="player"></div>
<script src="//player.3qsdn.com/js3q.latest.js"></script>
<script>
const player = new js3q({
playoutId: '5c3b0910-8850-11e7-9273-002590c750be', // First video
container: 'player1',
key: { key }, // Key and timestamp are only required if token protection is active
timestamp: { timestamp },
playlist: {
0: {
playoutId: 'f98baa26-38ce-11e8-bcfd-0cc47a188158', // Data ID and title are required
title: '3Q Logo Animation.mov',
poster:
'https://sdn-global-prog-cache.3qsdn.com/thumbs/2015/3144/688639/W6YXmD4g2vZf3Gqh.jpg',
key: 0, // Key and timestamp are only required if token protection is active
timestamp: 0,
},
1: {
playoutId: 'd52fcc10-7022-11e9-8d5b-0cc47a188158',
title: '3Q Logo Animation.mov',
poster:
'https://sdn-global-prog-cache.3qsdn.com/thumbs/2015/3144/688639/W6YXmD4g2vZf3Gqh.jpg',
key: 0,
timestamp: 0,
},
}
})
</script>Playlist options
Value
Description
Default
Last updated
