dateTime.js 715 B

123456789101112131415161718192021222324252627
  1. module.exports = {
  2. allowCache: false,
  3. mediaSequence: 0,
  4. playlistType: 'VOD',
  5. segments: [
  6. {
  7. dateTimeString: '2016-06-22T09:20:16.166-04:00',
  8. dateTimeObject: new Date('2016-06-22T09:20:16.166-04:00'),
  9. duration: 10,
  10. timeline: 0,
  11. uri: 'hls_450k_video.ts'
  12. },
  13. {
  14. dateTimeString: '2016-06-22T09:20:26.166-04:00',
  15. dateTimeObject: new Date('2016-06-22T09:20:26.166-04:00'),
  16. duration: 10,
  17. timeline: 0,
  18. uri: 'hls_450k_video.ts'
  19. }
  20. ],
  21. targetDuration: 10,
  22. endList: true,
  23. dateTimeString: '2016-06-22T09:20:16.166-04:00',
  24. dateTimeObject: new Date('2016-06-22T09:20:16.166-04:00'),
  25. discontinuitySequence: 0,
  26. discontinuityStarts: []
  27. };