alternateVideo.js 972 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. module.exports = {
  2. allowCache: true,
  3. discontinuityStarts: [],
  4. mediaGroups: {
  5. 'AUDIO': {
  6. aac: {
  7. English: {
  8. autoselect: true,
  9. default: true,
  10. language: 'eng',
  11. uri: 'eng/prog_index.m3u8'
  12. }
  13. }
  14. },
  15. 'VIDEO': {
  16. '500kbs': {
  17. Angle1: {
  18. autoselect: true,
  19. default: true
  20. },
  21. Angle2: {
  22. autoselect: true,
  23. default: false,
  24. uri: 'Angle2/500kbs/prog_index.m3u8'
  25. },
  26. Angle3: {
  27. autoselect: true,
  28. default: false,
  29. uri: 'Angle3/500kbs/prog_index.m3u8'
  30. }
  31. }
  32. },
  33. 'CLOSED-CAPTIONS': {},
  34. 'SUBTITLES': {}
  35. },
  36. playlists: [{
  37. attributes: {
  38. 'PROGRAM-ID': 1,
  39. 'BANDWIDTH': 754857,
  40. 'CODECS': 'mp4a.40.2,avc1.4d401e',
  41. 'AUDIO': 'aac',
  42. 'VIDEO': '500kbs'
  43. },
  44. timeline: 0,
  45. uri: 'Angle1/500kbs/prog_index.m3u8'
  46. }],
  47. segments: []
  48. };