master.js 1016 B

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