mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add Widevine license renewal example to demo app
PiperOrigin-RevId: 592182371
This commit is contained in:
parent
3bb233a911
commit
0b8a9a2ca4
1 changed files with 6 additions and 0 deletions
|
|
@ -143,6 +143,12 @@
|
||||||
"drm_scheme": "widevine",
|
"drm_scheme": "widevine",
|
||||||
"drm_license_uri": "https://proxy.uat.widevine.com/proxy?video_id=GTS_HW_SECURE_ALL&provider=widevine_test"
|
"drm_license_uri": "https://proxy.uat.widevine.com/proxy?video_id=GTS_HW_SECURE_ALL&provider=widevine_test"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "20s license with renewal",
|
||||||
|
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd",
|
||||||
|
"drm_scheme": "widevine",
|
||||||
|
"drm_license_uri": "https://proxy.uat.widevine.com/proxy?video_id=GTS_CAN_RENEW&provider=widevine_test"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "30s license (fails at ~30s)",
|
"name": "30s license (fails at ~30s)",
|
||||||
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd",
|
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue