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.
27 lines
715 B
27 lines
715 B
module.exports = {
|
|
allowCache: false,
|
|
mediaSequence: 0,
|
|
playlistType: 'VOD',
|
|
segments: [
|
|
{
|
|
dateTimeString: '2016-06-22T09:20:16.166-04:00',
|
|
dateTimeObject: new Date('2016-06-22T09:20:16.166-04:00'),
|
|
duration: 10,
|
|
timeline: 0,
|
|
uri: 'hls_450k_video.ts'
|
|
},
|
|
{
|
|
dateTimeString: '2016-06-22T09:20:26.166-04:00',
|
|
dateTimeObject: new Date('2016-06-22T09:20:26.166-04:00'),
|
|
duration: 10,
|
|
timeline: 0,
|
|
uri: 'hls_450k_video.ts'
|
|
}
|
|
],
|
|
targetDuration: 10,
|
|
endList: true,
|
|
dateTimeString: '2016-06-22T09:20:16.166-04:00',
|
|
dateTimeObject: new Date('2016-06-22T09:20:16.166-04:00'),
|
|
discontinuitySequence: 0,
|
|
discontinuityStarts: []
|
|
};
|
|
|