You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

31 lines
564 B

module.exports = {
allowCache: true,
mediaSequence: 0,
playlistType: 'VOD',
segments: [
{
duration: 10,
timeline: 0,
uri: 'http://example.com/00001.ts'
},
{
duration: 10,
timeline: 0,
uri: 'https://example.com/00002.ts'
},
{
duration: 10,
timeline: 0,
uri: '//example.com/00003.ts'
},
{
duration: 10,
timeline: 0,
uri: 'http://example.com/00004.ts'
}
],
targetDuration: 10,
endList: true,
discontinuitySequence: 0,
discontinuityStarts: []
};