First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
13
node_modules/m3u8-parser/test/fixtures/integration/whiteSpace.m3u8
generated
vendored
Normal file
13
node_modules/m3u8-parser/test/fixtures/integration/whiteSpace.m3u8
generated
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
#EXTM3U
|
||||
#EXT-X-PLAYLIST-TYPE:VOD
|
||||
#EXT-X-TARGETDURATION:10
|
||||
|
||||
#EXTINF:10,
|
||||
http://example.com/00001.ts
|
||||
#EXTINF:10,
|
||||
https://example.com/00002.ts
|
||||
#EXTINF:10,
|
||||
//example.com/00003.ts
|
||||
#EXTINF:10,
|
||||
http://example.com/00004.ts
|
||||
#EXT-X-ENDLIST
|
Loading…
Add table
Add a link
Reference in a new issue