I'm trying to play a DASH video with Widevine DRM provided by Azure.
In the manifest, inside the ContentProtection node, I receive: <ms:laurl licenseUrl="XXXXXX" />, but DashManifestParser doesn't parse that node. I'd prefer avoiding to download and parse the video manifest to get the licenseUrl, is there another way to achieve this?