disallowCache.js 382 B

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