mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix broken Enc/Clear playlist in media.exolist.json
- DRM properties need to be on individual playlist items. PiperOrigin-RevId: 281718153
This commit is contained in:
parent
b18650fdcf
commit
5abb4ff8c1
@ -455,23 +455,27 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Clear -> Enc -> Clear -> Enc -> Enc",
|
"name": "Clear -> Enc -> Clear -> Enc -> Enc",
|
||||||
"drm_scheme": "widevine",
|
|
||||||
"drm_license_url": "https://proxy.uat.widevine.com/proxy?provider=widevine_test",
|
|
||||||
"playlist": [
|
"playlist": [
|
||||||
{
|
{
|
||||||
"uri": "https://html5demos.com/assets/dizzy.mp4"
|
"uri": "https://html5demos.com/assets/dizzy.mp4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_sd.mpd"
|
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_sd.mpd",
|
||||||
|
"drm_scheme": "widevine",
|
||||||
|
"drm_license_url": "https://proxy.uat.widevine.com/proxy?provider=widevine_test"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"uri": "https://html5demos.com/assets/dizzy.mp4"
|
"uri": "https://html5demos.com/assets/dizzy.mp4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_sd.mpd"
|
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_sd.mpd",
|
||||||
|
"drm_scheme": "widevine",
|
||||||
|
"drm_license_url": "https://proxy.uat.widevine.com/proxy?provider=widevine_test"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_sd.mpd"
|
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_sd.mpd",
|
||||||
|
"drm_scheme": "widevine",
|
||||||
|
"drm_license_url": "https://proxy.uat.widevine.com/proxy?provider=widevine_test"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user