Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
169
VApp/node_modules/mpd-parser/test/manifests/webmsegments.js
generated
vendored
Normal file
169
VApp/node_modules/mpd-parser/test/manifests/webmsegments.js
generated
vendored
Normal file
@ -0,0 +1,169 @@
|
||||
export const parsedManifest = {
|
||||
allowCache: true,
|
||||
discontinuityStarts: [],
|
||||
segments: [],
|
||||
timelineStarts: [{ start: 0, timeline: 0 }],
|
||||
endList: true,
|
||||
mediaGroups: {
|
||||
'AUDIO': {
|
||||
audio: {
|
||||
en: {
|
||||
language: 'en',
|
||||
autoselect: true,
|
||||
default: true,
|
||||
playlists: [
|
||||
{
|
||||
attributes: {
|
||||
'NAME': '2',
|
||||
'BANDWIDTH': 32000,
|
||||
'CODECS': 'opus',
|
||||
'PROGRAM-ID': 1
|
||||
},
|
||||
uri: '',
|
||||
endList: true,
|
||||
timeline: 0,
|
||||
resolvedUri: 'https://www.example.com/base',
|
||||
targetDuration: 4,
|
||||
segments: [
|
||||
{
|
||||
uri: 'audio/segment_0.chk',
|
||||
timeline: 0,
|
||||
duration: 4,
|
||||
resolvedUri: 'https://www.example.com/audio/segment_0.chk',
|
||||
map: {
|
||||
uri: 'audio/init.hdr',
|
||||
resolvedUri: 'https://www.example.com/audio/init.hdr'
|
||||
},
|
||||
number: 0,
|
||||
presentationTime: 0
|
||||
},
|
||||
{
|
||||
uri: 'audio/segment_1.chk',
|
||||
timeline: 0,
|
||||
duration: 4,
|
||||
resolvedUri: 'https://www.example.com/audio/segment_1.chk',
|
||||
map: {
|
||||
uri: 'audio/init.hdr',
|
||||
resolvedUri: 'https://www.example.com/audio/init.hdr'
|
||||
},
|
||||
number: 1,
|
||||
presentationTime: 4
|
||||
},
|
||||
{
|
||||
uri: 'audio/segment_2.chk',
|
||||
timeline: 0,
|
||||
duration: 4,
|
||||
resolvedUri: 'https://www.example.com/audio/segment_2.chk',
|
||||
map: {
|
||||
uri: 'audio/init.hdr',
|
||||
resolvedUri: 'https://www.example.com/audio/init.hdr'
|
||||
},
|
||||
number: 2,
|
||||
presentationTime: 8
|
||||
},
|
||||
{
|
||||
uri: 'audio/segment_3.chk',
|
||||
timeline: 0,
|
||||
duration: 4,
|
||||
resolvedUri: 'https://www.example.com/audio/segment_3.chk',
|
||||
map: {
|
||||
uri: 'audio/init.hdr',
|
||||
resolvedUri: 'https://www.example.com/audio/init.hdr'
|
||||
},
|
||||
number: 3,
|
||||
presentationTime: 12
|
||||
}
|
||||
],
|
||||
mediaSequence: 0,
|
||||
timelineStarts: [{ start: 0, timeline: 0 }],
|
||||
discontinuitySequence: 0,
|
||||
discontinuityStarts: []
|
||||
}
|
||||
],
|
||||
uri: ''
|
||||
}
|
||||
}
|
||||
},
|
||||
'VIDEO': {},
|
||||
'CLOSED-CAPTIONS': {},
|
||||
'SUBTITLES': {}
|
||||
},
|
||||
uri: '',
|
||||
duration: 16,
|
||||
playlists: [
|
||||
{
|
||||
attributes: {
|
||||
'AUDIO': 'audio',
|
||||
'BANDWIDTH': 100000,
|
||||
'CODECS': 'av1',
|
||||
'FRAME-RATE': 24,
|
||||
'NAME': '1',
|
||||
'PROGRAM-ID': 1,
|
||||
'RESOLUTION': {
|
||||
width: 480,
|
||||
height: 200
|
||||
},
|
||||
'SUBTITLES': 'subs'
|
||||
},
|
||||
uri: '',
|
||||
endList: true,
|
||||
timeline: 0,
|
||||
resolvedUri: 'https://www.example.com/base',
|
||||
targetDuration: 4,
|
||||
segments: [
|
||||
{
|
||||
uri: 'video/segment_0.chk',
|
||||
timeline: 0,
|
||||
duration: 4,
|
||||
resolvedUri: 'https://www.example.com/video/segment_0.chk',
|
||||
map: {
|
||||
uri: 'video/init.hdr',
|
||||
resolvedUri: 'https://www.example.com/video/init.hdr'
|
||||
},
|
||||
number: 0,
|
||||
presentationTime: 0
|
||||
},
|
||||
{
|
||||
uri: 'video/segment_1.chk',
|
||||
timeline: 0,
|
||||
duration: 4,
|
||||
resolvedUri: 'https://www.example.com/video/segment_1.chk',
|
||||
map: {
|
||||
uri: 'video/init.hdr',
|
||||
resolvedUri: 'https://www.example.com/video/init.hdr'
|
||||
},
|
||||
number: 1,
|
||||
presentationTime: 4
|
||||
},
|
||||
{
|
||||
uri: 'video/segment_2.chk',
|
||||
timeline: 0,
|
||||
duration: 4,
|
||||
resolvedUri: 'https://www.example.com/video/segment_2.chk',
|
||||
map: {
|
||||
uri: 'video/init.hdr',
|
||||
resolvedUri: 'https://www.example.com/video/init.hdr'
|
||||
},
|
||||
number: 2,
|
||||
presentationTime: 8
|
||||
},
|
||||
{
|
||||
uri: 'video/segment_3.chk',
|
||||
timeline: 0,
|
||||
duration: 4,
|
||||
resolvedUri: 'https://www.example.com/video/segment_3.chk',
|
||||
map: {
|
||||
uri: 'video/init.hdr',
|
||||
resolvedUri: 'https://www.example.com/video/init.hdr'
|
||||
},
|
||||
number: 3,
|
||||
presentationTime: 12
|
||||
}
|
||||
],
|
||||
mediaSequence: 0,
|
||||
timelineStarts: [{ start: 0, timeline: 0 }],
|
||||
discontinuitySequence: 0,
|
||||
discontinuityStarts: []
|
||||
}
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user