mirror of
https://github.com/rutgersc/m3u8-rs.git
synced 2024-11-15 21:21:08 +00:00
15 lines
No EOL
256 B
Text
15 lines
No EOL
256 B
Text
# https://developer.apple.com/library/ios/technotes/tn2288/_index.html
|
|
#
|
|
#EXTM3U
|
|
#EXT-X-TARGETDURATION:10
|
|
#EXT-X-VERSION:3
|
|
#EXT-X-MEDIA-SEQUENCE:0
|
|
#EXTINF:10.0,
|
|
ad0.ts
|
|
#EXTINF:8.0,
|
|
ad1.ts
|
|
#EXT-X-DISCONTINUITY
|
|
#EXTINF:10.0,
|
|
movieA.ts
|
|
#EXTINF:10.0,
|
|
movieB.ts |