123456789101112131415161718192021222324252627 |
- module.exports = {
- allowCache: true,
- mediaSequence: 0,
- playlistType: 'VOD',
- segments: [
- {
- duration: 10,
- timeline: 0,
- uri: 'hls_450k_video.ts'
- },
- {
- duration: 10,
- timeline: 0,
- uri: 'hls_450k_video.ts'
- },
- {
- duration: 10,
- timeline: 0,
- uri: 'hls_450k_video.ts'
- }
- ],
- targetDuration: 10,
- endList: true,
- discontinuitySequence: 0,
- discontinuityStarts: [],
- version: 3
- };
|