emptyAllowCache.js 363 B

123456789101112131415161718192021
  1. module.exports = {
  2. allowCache: true,
  3. mediaSequence: 0,
  4. playlistType: 'VOD',
  5. segments: [
  6. {
  7. byterange: {
  8. length: 522828,
  9. offset: 0
  10. },
  11. duration: 10,
  12. timeline: 0,
  13. uri: 'hls_450k_video.ts'
  14. }
  15. ],
  16. targetDuration: 10,
  17. endList: true,
  18. discontinuitySequence: 0,
  19. discontinuityStarts: [],
  20. version: 4
  21. };