First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
21
node_modules/m3u8-parser/test/fixtures/integration/disallowCache.js
generated
vendored
Normal file
21
node_modules/m3u8-parser/test/fixtures/integration/disallowCache.js
generated
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
module.exports = {
|
||||
allowCache: false,
|
||||
mediaSequence: 0,
|
||||
playlistType: 'VOD',
|
||||
segments: [
|
||||
{
|
||||
byterange: {
|
||||
length: 522828,
|
||||
offset: 0
|
||||
},
|
||||
duration: 10,
|
||||
timeline: 0,
|
||||
uri: 'hls_450k_video.ts'
|
||||
}
|
||||
],
|
||||
targetDuration: 10,
|
||||
endList: true,
|
||||
discontinuitySequence: 0,
|
||||
discontinuityStarts: [],
|
||||
version: 4
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue