fmp4.js 755 B

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