Last active
October 26, 2017 15:03
-
-
Save ox/87b89811cc2c0951cc92438bf90c0614 to your computer and use it in GitHub Desktop.
Basic Stream's gear1 index playlist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#EXTM3U | |
#EXT-X-TARGETDURATION:10 | |
#EXT-X-VERSION:3 | |
#EXT-X-MEDIA-SEQUENCE:0 | |
#EXT-X-PLAYLIST-TYPE:VOD | |
#EXTINF:9.97667, | |
fileSequence0.ts | |
#EXTINF:9.97667, | |
fileSequence1.ts | |
#EXTINF:9.97667, | |
fileSequence2.ts | |
#EXTINF:9.97667, | |
fileSequence3.ts | |
... clipped ... | |
#EXTINF:9.97667, | |
fileSequence179.ts | |
#EXTINF:4.20333, | |
fileSequence180.ts | |
#EXT-X-ENDLIST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment