You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
712 B
28 lines
712 B
#EXTM3U
|
|
#EXT-X-VERSION:3
|
|
#EXT-X-MEDIA-SEQUENCE:7794
|
|
#EXT-X-TARGETDURATION:15
|
|
|
|
#EXT-X-KEY:METHOD=AES-128,URI="https://priv.example.com/key.php?r=52"
|
|
|
|
#EXTINF:2.833,
|
|
http://media.example.com/fileSequence52-A.ts
|
|
#EXTINF:15.0,
|
|
http://media.example.com/fileSequence52-B.ts
|
|
#EXTINF:13.333,
|
|
http://media.example.com/fileSequence52-C.ts
|
|
|
|
#EXT-X-KEY:METHOD=AES-128,URI="https://priv.example.com/key.php?r=53"
|
|
|
|
#EXTINF:15.0,
|
|
http://media.example.com/fileSequence53-A.ts
|
|
|
|
#EXT-X-KEY:METHOD=AES-128,URI="https://priv.example.com/key.php?r=54",IV=0x00000000000000000000014BB69D61E4
|
|
|
|
#EXTINF:14.0,
|
|
http://media.example.com/fileSequence53-B.ts
|
|
|
|
#EXT-X-KEY:METHOD=NONE
|
|
|
|
#EXTINF:15.0,
|
|
http://media.example.com/fileSequence53-B.ts |