Added test for whitespace in playlist
Showing
2 changed files
with
39 additions
and
0 deletions
test/manifest/whiteSpace.js
0 → 100644
1 | { | ||
2 | "allowCache": true, | ||
3 | "mediaSequence": 0, | ||
4 | "playlistType": "VOD", | ||
5 | "segments": [ | ||
6 | { | ||
7 | "duration": 10, | ||
8 | "uri": "http://example.com/00001.ts" | ||
9 | }, | ||
10 | { | ||
11 | "duration": 10, | ||
12 | "uri": "https://example.com/00002.ts" | ||
13 | }, | ||
14 | { | ||
15 | "duration": 10, | ||
16 | "uri": "//example.com/00003.ts" | ||
17 | }, | ||
18 | { | ||
19 | "duration": 10, | ||
20 | "uri": "http://example.com/00004.ts" | ||
21 | } | ||
22 | ], | ||
23 | "targetDuration": 10, | ||
24 | "endList": true | ||
25 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
test/manifest/whiteSpace.m3u8
0 → 100644
-
Please register or sign in to post a comment