more tests for manifest parsing
Showing
6 changed files
with
77 additions
and
0 deletions
test/manifest/allowCacheInvalid.json
0 → 100644
1 | { | ||
2 | "allowCache": true, | ||
3 | "mediaSequence": 0, | ||
4 | "playlistType": "VOD", | ||
5 | "segments": [ | ||
6 | { | ||
7 | "byterange": { | ||
8 | "length": 522828, | ||
9 | "offset": 0 | ||
10 | }, | ||
11 | "duration": 10, | ||
12 | "timeRange": { | ||
13 | "end": 10, | ||
14 | "start": 0 | ||
15 | }, | ||
16 | "uri": "hls_450k_video.ts" | ||
17 | } | ||
18 | ], | ||
19 | "targetDuration": 10, | ||
20 | "totalDuration": 10 | ||
21 | } |
test/manifest/allowCacheInvalid.m3u8
0 → 100644
test/manifest/streamInfInvalid.json
0 → 100644
test/manifest/streamInfInvalid.m3u8
0 → 100644
test/manifest/versionInvalid.json
0 → 100644
-
Please register or sign in to post a comment