event.js 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. module.exports = {
  2. allowCache: true,
  3. mediaSequence: 0,
  4. playlistType: 'EVENT',
  5. segments: [
  6. {
  7. duration: 10,
  8. timeline: 0,
  9. uri: '/test/ts-files/zencoder/haze/Haze_Mantel_President_encoded_1200-00001.ts'
  10. },
  11. {
  12. duration: 10,
  13. timeline: 0,
  14. uri: '/test/ts-files/zencoder/haze/Haze_Mantel_President_encoded_1200-00002.ts'
  15. },
  16. {
  17. duration: 10,
  18. timeline: 0,
  19. uri: '/test/ts-files/zencoder/haze/Haze_Mantel_President_encoded_1200-00003.ts'
  20. },
  21. {
  22. duration: 10,
  23. timeline: 0,
  24. uri: '/test/ts-files/zencoder/haze/Haze_Mantel_President_encoded_1200-00004.ts'
  25. },
  26. {
  27. duration: 10,
  28. timeline: 0,
  29. uri: '/test/ts-files/zencoder/haze/Haze_Mantel_President_encoded_1200-00005.ts'
  30. },
  31. {
  32. duration: 8,
  33. timeline: 0,
  34. uri: '/test/ts-files/zencoder/haze/Haze_Mantel_President_encoded_1200-00006.ts'
  35. }
  36. ],
  37. targetDuration: 10,
  38. endList: true,
  39. discontinuitySequence: 0,
  40. discontinuityStarts: []
  41. };