First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
70
node_modules/mpd-parser/test/manifests/608-captions.js
generated
vendored
Normal file
70
node_modules/mpd-parser/test/manifests/608-captions.js
generated
vendored
Normal file
|
@ -0,0 +1,70 @@
|
|||
export const parsedManifest = {
|
||||
allowCache: true,
|
||||
discontinuityStarts: [],
|
||||
duration: 6,
|
||||
endList: true,
|
||||
mediaGroups: {
|
||||
'AUDIO': {},
|
||||
'CLOSED-CAPTIONS': {
|
||||
cc: {
|
||||
eng: {
|
||||
autoselect: false,
|
||||
default: false,
|
||||
instreamId: 'CC1',
|
||||
language: 'eng'
|
||||
},
|
||||
swe: {
|
||||
autoselect: false,
|
||||
default: false,
|
||||
instreamId: 'CC3',
|
||||
language: 'swe'
|
||||
},
|
||||
Hello: {
|
||||
autoselect: false,
|
||||
default: false,
|
||||
instreamId: 'CC4',
|
||||
language: 'Hello'
|
||||
}
|
||||
}
|
||||
},
|
||||
'SUBTITLES': {},
|
||||
'VIDEO': {}
|
||||
},
|
||||
playlists: [
|
||||
{
|
||||
attributes: {
|
||||
'AUDIO': 'audio',
|
||||
'BANDWIDTH': 449000,
|
||||
'CODECS': 'avc1.420015',
|
||||
'NAME': '482',
|
||||
'PROGRAM-ID': 1,
|
||||
'RESOLUTION': {
|
||||
height: 270,
|
||||
width: 482
|
||||
},
|
||||
'SUBTITLES': 'subs'
|
||||
},
|
||||
endList: true,
|
||||
resolvedUri: '',
|
||||
targetDuration: 6,
|
||||
mediaSequence: 0,
|
||||
segments: [
|
||||
{
|
||||
duration: 6,
|
||||
timeline: 0,
|
||||
number: 0,
|
||||
map: {
|
||||
uri: '',
|
||||
resolvedUri: 'https://www.example.com/1080p.ts'
|
||||
},
|
||||
resolvedUri: 'https://www.example.com/1080p.ts',
|
||||
uri: 'https://www.example.com/1080p.ts'
|
||||
}
|
||||
],
|
||||
timeline: 0,
|
||||
uri: ''
|
||||
}
|
||||
],
|
||||
segments: [],
|
||||
uri: ''
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue