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