I have used Azure Media Service to store the encrypted videos & I am using Widevine DRM to secure the video playing on an Android App.
Exo player needs .mdp file URL & Widevine License URL in Android setup.
val drmCallback = HttpMediaDrmCallback(drmLicenseUrl, licenseDataSourceFactory)
Can someone help me to fix below issues:
- From where will I get the
Widevine License URLto play the video in Exo Player? - Can I use Azure Media Service for Widevine License delivery? If yes then please suggest documentation?
Thanks in Advance.
