d8c73316 by jforbes

Added test for whitespace in playlist

1 parent 76778e70
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
1 #EXTM3U
2 #EXT-X-PLAYLIST-TYPE:VOD
3 #EXT-X-TARGETDURATION:10
4
5 #EXTINF:10,
6 http://example.com/00001.ts
7 #EXTINF:10,
8 https://example.com/00002.ts
9 #EXTINF:10,
10 //example.com/00003.ts
11 #EXTINF:10,
12 http://example.com/00004.ts
13 #ZEN-TOTAL-DURATION:57.9911
14 #EXT-X-ENDLIST