Add in absolute URI test fixtures
Forgot these in an earlier commit. Add in a couple examples of absolute URIs in a media playlist.
Showing
2 changed files
with
32 additions
and
0 deletions
test/manifest/absoluteUris.json
0 → 100644
1 | { | ||
2 | "allowCache": true, | ||
3 | "targetDuration": 10, | ||
4 | "mediaSequence": 0, | ||
5 | "playlistType": "VOD", | ||
6 | "segments": [{ | ||
7 | "duration": 10, | ||
8 | "uri": "http://example.com/00001.ts" | ||
9 | }, { | ||
10 | "duration": 10, | ||
11 | "uri": "https://example.com/00002.ts" | ||
12 | }, { | ||
13 | "duration": 10, | ||
14 | "uri": "//example.com/00003.ts" | ||
15 | }, { | ||
16 | "duration": 10, | ||
17 | "uri": "http://example.com/00004.ts" | ||
18 | }] | ||
19 | } |
test/manifest/absoluteUris.m3u8
0 → 100644
-
Please register or sign in to post a comment