master.js 998 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. module.exports = {
  2. allowCache: true,
  3. playlists: [
  4. {
  5. attributes: {
  6. 'PROGRAM-ID': 1,
  7. 'BANDWIDTH': 240000,
  8. 'RESOLUTION': {
  9. width: 396,
  10. height: 224
  11. }
  12. },
  13. timeline: 0,
  14. uri: 'media.m3u8'
  15. },
  16. {
  17. attributes: {
  18. 'PROGRAM-ID': 1,
  19. 'BANDWIDTH': 40000
  20. },
  21. timeline: 0,
  22. uri: 'media1.m3u8'
  23. },
  24. {
  25. attributes: {
  26. 'PROGRAM-ID': 1,
  27. 'BANDWIDTH': 440000,
  28. 'RESOLUTION': {
  29. width: 396,
  30. height: 224
  31. }
  32. },
  33. timeline: 0,
  34. uri: 'media2.m3u8'
  35. },
  36. {
  37. attributes: {
  38. 'PROGRAM-ID': 1,
  39. 'BANDWIDTH': 1928000,
  40. 'RESOLUTION': {
  41. width: 960,
  42. height: 540
  43. }
  44. },
  45. timeline: 0,
  46. uri: 'media3.m3u8'
  47. }
  48. ],
  49. discontinuityStarts: [],
  50. mediaGroups: {
  51. 'VIDEO': {},
  52. 'AUDIO': {},
  53. 'CLOSED-CAPTIONS': {},
  54. 'SUBTITLES': {}
  55. },
  56. segments: []
  57. };