streamInfInvalid.js 390 B

12345678910111213141516171819202122232425
  1. module.exports = {
  2. allowCache: true,
  3. dateRanges: [],
  4. playlists: [
  5. {
  6. attributes: {
  7. 'PROGRAM-ID': 1
  8. },
  9. timeline: 0,
  10. uri: 'media.m3u8'
  11. },
  12. {
  13. timeline: 0,
  14. uri: 'media1.m3u8'
  15. }
  16. ],
  17. discontinuityStarts: [],
  18. mediaGroups: {
  19. 'VIDEO': {},
  20. 'AUDIO': {},
  21. 'CLOSED-CAPTIONS': {},
  22. 'SUBTITLES': {}
  23. },
  24. segments: []
  25. };