First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
48
node_modules/m3u8-parser/test/fixtures/integration/alternateVideo.js
generated
vendored
Normal file
48
node_modules/m3u8-parser/test/fixtures/integration/alternateVideo.js
generated
vendored
Normal file
|
@ -0,0 +1,48 @@
|
|||
module.exports = {
|
||||
allowCache: true,
|
||||
discontinuityStarts: [],
|
||||
mediaGroups: {
|
||||
'AUDIO': {
|
||||
aac: {
|
||||
English: {
|
||||
autoselect: true,
|
||||
default: true,
|
||||
language: 'eng',
|
||||
uri: 'eng/prog_index.m3u8'
|
||||
}
|
||||
}
|
||||
},
|
||||
'VIDEO': {
|
||||
'500kbs': {
|
||||
Angle1: {
|
||||
autoselect: true,
|
||||
default: true
|
||||
},
|
||||
Angle2: {
|
||||
autoselect: true,
|
||||
default: false,
|
||||
uri: 'Angle2/500kbs/prog_index.m3u8'
|
||||
},
|
||||
Angle3: {
|
||||
autoselect: true,
|
||||
default: false,
|
||||
uri: 'Angle3/500kbs/prog_index.m3u8'
|
||||
}
|
||||
}
|
||||
},
|
||||
'CLOSED-CAPTIONS': {},
|
||||
'SUBTITLES': {}
|
||||
},
|
||||
playlists: [{
|
||||
attributes: {
|
||||
'PROGRAM-ID': 1,
|
||||
'BANDWIDTH': 754857,
|
||||
'CODECS': 'mp4a.40.2,avc1.4d401e',
|
||||
'AUDIO': 'aac',
|
||||
'VIDEO': '500kbs'
|
||||
},
|
||||
timeline: 0,
|
||||
uri: 'Angle1/500kbs/prog_index.m3u8'
|
||||
}],
|
||||
segments: []
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue