1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
This commit is contained in:
Daniel Neto 2024-02-08 10:08:03 -03:00
parent c940cd61ac
commit 59a20745e7
2101 changed files with 1312074 additions and 30292 deletions

View file

@ -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,