Last active
January 24, 2024 02:02
-
-
Save sharish/d000aa7901caf8a2157bf67710c26051 to your computer and use it in GitHub Desktop.
Sample Exo Playlist for Widevine Dash with HDCP v2.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Widevine DASH: MP4,H264", | |
"samples": [ | |
{ | |
"name": "Sample Demo Video", | |
"drm_scheme": "widevine", | |
"uri": "https://drvideotest.streaming.mediaservices.windows.net/b56d4515-6604-4bbb-8465-87ce54759ca7/SampleVideo_1280x720_30mb.ism/manifest(format=mpd-time-csf)", | |
"drm_license_url": "https://drvideotest.keydelivery.southindia.media.azure.net/Widevine/?kid=604dbd46-3b6f-4cf8-84da-9ddb2a76a7b7", | |
"drm_key_request_properties" : { | |
"Authorization" : "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwOi8vZGFpbHlyb3VuZHMub3JnL3Rlc3QvIiwiYXVkIjoidXJuOmNvbnRvc28iLCJleHAiOjE1MDg4NDQ1OTR9.Qsme_ZKkWhbluvsyjXJeNnf5h6FhnKQbKv0_3F4Vjho", | |
"_comments": "**** This field and the following are just comments and are not DRM properties**** ", | |
"_comment_1" : "Above token is valid till 24th Oct 2017 11:30 GMT", | |
"_comment_2" : "If the token is expired, mail to [email protected] for new token" | |
}, | |
"extension" : "mpd" | |
}, | |
{ | |
"name": "WV: HDCP: None (not required)", | |
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd", | |
"drm_scheme": "widevine", | |
"drm_license_url": "https://proxy.uat.widevine.com/proxy?video_id=HDCP_None&provider=widevine_test" | |
}, | |
{ | |
"name": "WV: HDCP: 1.0 required", | |
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd", | |
"drm_scheme": "widevine", | |
"drm_license_url": "https://proxy.uat.widevine.com/proxy?video_id=HDCP_V1&provider=widevine_test" | |
}, | |
{ | |
"name": "WV: HDCP: 2.0 required", | |
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd", | |
"drm_scheme": "widevine", | |
"drm_license_url": "https://proxy.uat.widevine.com/proxy?video_id=HDCP_V2&provider=widevine_test" | |
}, | |
{ | |
"name": "WV: HDCP: 2.1 required", | |
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd", | |
"drm_scheme": "widevine", | |
"drm_license_url": "https://proxy.uat.widevine.com/proxy?video_id=HDCP_V2_1&provider=widevine_test" | |
}, | |
{ | |
"name": "WV: HDCP: 2.2 required", | |
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd", | |
"drm_scheme": "widevine", | |
"drm_license_url": "https://proxy.uat.widevine.com/proxy?video_id=HDCP_V2_2&provider=widevine_test" | |
}, | |
{ | |
"name": "WV: HDCP: No digital output", | |
"uri": "https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears.mpd", | |
"drm_scheme": "widevine", | |
"drm_license_url": "https://proxy.uat.widevine.com/proxy?video_id=HDCP_NO_DIGTAL_OUTPUT&provider=widevine_test" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks.