You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
998 B
57 lines
998 B
module.exports = {
|
|
allowCache: true,
|
|
playlists: [
|
|
{
|
|
attributes: {
|
|
'PROGRAM-ID': 1,
|
|
'BANDWIDTH': 240000,
|
|
'RESOLUTION': {
|
|
width: 396,
|
|
height: 224
|
|
}
|
|
},
|
|
timeline: 0,
|
|
uri: 'media.m3u8'
|
|
},
|
|
{
|
|
attributes: {
|
|
'PROGRAM-ID': 1,
|
|
'BANDWIDTH': 40000
|
|
},
|
|
timeline: 0,
|
|
uri: 'media1.m3u8'
|
|
},
|
|
{
|
|
attributes: {
|
|
'PROGRAM-ID': 1,
|
|
'BANDWIDTH': 440000,
|
|
'RESOLUTION': {
|
|
width: 396,
|
|
height: 224
|
|
}
|
|
},
|
|
timeline: 0,
|
|
uri: 'media2.m3u8'
|
|
},
|
|
{
|
|
attributes: {
|
|
'PROGRAM-ID': 1,
|
|
'BANDWIDTH': 1928000,
|
|
'RESOLUTION': {
|
|
width: 960,
|
|
height: 540
|
|
}
|
|
},
|
|
timeline: 0,
|
|
uri: 'media3.m3u8'
|
|
}
|
|
],
|
|
discontinuityStarts: [],
|
|
mediaGroups: {
|
|
'VIDEO': {},
|
|
'AUDIO': {},
|
|
'CLOSED-CAPTIONS': {},
|
|
'SUBTITLES': {}
|
|
},
|
|
segments: []
|
|
};
|
|
|