mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-15 20:01:01 +00:00
11 lines
No EOL
389 B
Text
11 lines
No EOL
389 B
Text
#EXTM3U
|
|
#EXT-X-STREAM-INF:BANDWIDTH=1280000,AVERAGE-BANDWIDTH=1000000
|
|
http://example.com/low.m3u8
|
|
#EXT-X-STREAM-INF:BANDWIDTH=2560000,AVERAGE-BANDWIDTH=2000000
|
|
http://example.com/mid.m3u8
|
|
#EXT-X-STREAM-INF:BANDWIDTH=7680000,AVERAGE-BANDWIDTH=6000000
|
|
http://example.com/hi.m3u8
|
|
#EXT-X-STREAM-INF:BANDWIDTH=65000,CODECS="mp4a.40.5"
|
|
http://example.com/audio-only.m3u8
|
|
|
|
# 8.4. Master Playlist |