fmp4.js 802 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. module.exports = {
  2. allowCache: true,
  3. dateRanges: [],
  4. mediaSequence: 1,
  5. playlistType: 'VOD',
  6. targetDuration: 6,
  7. discontinuitySequence: 0,
  8. discontinuityStarts: [],
  9. segments: [
  10. {
  11. byterange: {
  12. length: 5666510,
  13. offset: 720
  14. },
  15. duration: 6.006,
  16. timeline: 0,
  17. uri: 'main.mp4',
  18. map: {
  19. byterange: {
  20. length: 720,
  21. offset: 0
  22. },
  23. uri: 'main.mp4'
  24. }
  25. },
  26. {
  27. byterange: {
  28. length: 5861577,
  29. offset: 5667230
  30. },
  31. duration: 6.006,
  32. timeline: 0,
  33. uri: 'main.mp4',
  34. map: {
  35. byterange: {
  36. length: 720,
  37. offset: 0
  38. },
  39. uri: 'main.mp4'
  40. }
  41. }
  42. ],
  43. endList: true,
  44. version: 7,
  45. independentSegments: true
  46. };