Commit updated Javascript packages
This commit is contained in:
60
build/javascript/node_modules/m3u8-parser/test/fixtures/m3u8/encrypted.json
generated
vendored
Normal file
60
build/javascript/node_modules/m3u8-parser/test/fixtures/m3u8/encrypted.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"allowCache": true,
|
||||
"mediaSequence": 7794,
|
||||
"discontinuitySequence": 0,
|
||||
"discontinuityStarts": [],
|
||||
"segments": [
|
||||
{
|
||||
"duration": 2.833,
|
||||
"timeline": 0,
|
||||
"key": {
|
||||
"method": "AES-128",
|
||||
"uri": "https://priv.example.com/key.php?r=52"
|
||||
},
|
||||
"uri": "http://media.example.com/fileSequence52-A.ts"
|
||||
},
|
||||
{
|
||||
"duration": 15,
|
||||
"timeline": 0,
|
||||
"key": {
|
||||
"method": "AES-128",
|
||||
"uri": "https://priv.example.com/key.php?r=52"
|
||||
},
|
||||
"uri": "http://media.example.com/fileSequence52-B.ts"
|
||||
},
|
||||
{
|
||||
"duration": 13.333,
|
||||
"timeline": 0,
|
||||
"key": {
|
||||
"method": "AES-128",
|
||||
"uri": "https://priv.example.com/key.php?r=52"
|
||||
},
|
||||
"uri": "http://media.example.com/fileSequence52-C.ts"
|
||||
},
|
||||
{
|
||||
"duration": 15,
|
||||
"timeline": 0,
|
||||
"key": {
|
||||
"method": "AES-128",
|
||||
"uri": "https://priv.example.com/key.php?r=53"
|
||||
},
|
||||
"uri": "http://media.example.com/fileSequence53-A.ts"
|
||||
},
|
||||
{
|
||||
"duration": 14,
|
||||
"timeline": 0,
|
||||
"key": {
|
||||
"method": "AES-128",
|
||||
"uri": "https://priv.example.com/key.php?r=54",
|
||||
"iv": new Uint32Array([0, 0, 331, 3063767524])
|
||||
},
|
||||
"uri": "http://media.example.com/fileSequence53-B.ts"
|
||||
},
|
||||
{
|
||||
"duration": 15,
|
||||
"timeline": 0,
|
||||
"uri": "http://media.example.com/fileSequence53-B.ts"
|
||||
}
|
||||
],
|
||||
"targetDuration": 15
|
||||
}
|
||||
Reference in New Issue
Block a user