mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
Update
This commit is contained in:
parent
c940cd61ac
commit
59a20745e7
2101 changed files with 1312074 additions and 30292 deletions
14
node_modules/mpd-parser/test/inheritAttributes.test.js
generated
vendored
14
node_modules/mpd-parser/test/inheritAttributes.test.js
generated
vendored
|
@ -2556,6 +2556,13 @@ QUnit.test('keySystem info for representation - lowercase UUIDs', function(asser
|
|||
value: 'Widevine'
|
||||
},
|
||||
pssh: widevinePsshBytes
|
||||
},
|
||||
'mp4protection': {
|
||||
attributes: {
|
||||
'cenc:default_KID': '0872786e-f9e7-465f-a3a2-4e5b0ef8fa45',
|
||||
'schemeIdUri': 'urn:mpeg:dash:mp4protection:2011',
|
||||
'value': 'cenc'
|
||||
}
|
||||
}
|
||||
},
|
||||
'height': 404,
|
||||
|
@ -2644,6 +2651,13 @@ QUnit.test('keySystem info for representation - uppercase UUIDs', function(asser
|
|||
value: 'Widevine'
|
||||
},
|
||||
pssh: widevinePsshBytes
|
||||
},
|
||||
'mp4protection': {
|
||||
attributes: {
|
||||
'cenc:default_KID': '0872786E-F9E7-465F-A3A2-4E5B0EF8FA45',
|
||||
'schemeIdUri': 'urn:mpeg:dash:mp4protection:2011',
|
||||
'value': 'cenc'
|
||||
}
|
||||
}
|
||||
},
|
||||
'height': 404,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue