streamInfInvalid.js 372 B

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