Hi I'm New to this and I'm trying to learn how to decrypt mpd so i start testing on the following link:
https://bitmovin.com/demos/drm
I got the mpd file link :
PSSH:Code:https://cdn.bitmovin.com/content/assets/art-of-motion_drm/mpds/11331.mpd
license url:Code:AAAAW3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADsIARIQ62dqu8s0Xpa7z2FmMPGj2hoNd2lkZXZpbmVfdGVzdCIQZmtqM2xqYVNkZmFsa3IzaioCSEQyAA==
the headers i used:Code:https://licensing.bitmovin.com/licensing
Code:import requests headers = { 'authority': 'licensing.bitmovin.com', 'accept': '*/*', 'accept-language': 'en-US,en;q=0.9', 'content-type': 'text/plain;charset=UTF-8', 'origin': 'https://bitmovin.com', 'referer': 'https://bitmovin.com/', 'sec-ch-ua': '"Not_A Brand";v="99", "Google Chrome";v="109", "Chromium";v="109"', 'sec-ch-ua-mobile': '?0', 'sec-ch-ua-platform': '"Windows"', 'sec-fetch-dest': 'empty', 'sec-fetch-mode': 'cors', 'sec-fetch-site': 'same-site', 'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36', } data = '{"domain":"bitmovin.com","key":"29ba4a30-8b5e-4336-a7dd-c94ff3b25f30","version":"8.104.0"}' response = requests.post('https://licensing.bitmovin.com/licensing', headers=headers, data=data)
when i try to decrypt i get the following message:
unable to parse license - check protobufs
I really want to learn this so please Can anybody please tell me what I'm doing wrong?
Regards
+ Reply to Thread
Results 1 to 5 of 5
-
-
I think the License URL was wrong !
after using the following License URL:
Code:https://cwip-shaka-proxy.appspot.com/no_auth
Code:--key ccbf5fb4c2965be7aa130ffb3ba9fd73:9cc0c92044cb1d69433f5f5839a159df --key 9bf0e9cf0d7b55aeb4b289a63bab8610:90f52fd8ca48717b21d0c2fed7a12ae1 --key eb676abbcb345e96bbcf616630f1a3da:100b6c20940f779a4589152b57d2dacb --key 0294b9599d755de2bbf0fdca3fa5eab7:3bda2f40344c7def614227b9c0f03e26 --key 639da80cf23b55f3b8cab3f64cfa5df6:229f5f29b643e203004b30c4eaf348f4
-
You shoud learn & read staf in this forum.
Shearch for what are you looking for.
Everything is already explained more then ones -
Similar Threads
-
unable to parse license - check protobufs
By jammesvx in forum Video Streaming DownloadingReplies: 39Last Post: 28th Oct 2024, 06:27 -
problem getting L3 keys from eventive (unable to parse license - check pro)
By monk87 in forum Video Streaming DownloadingReplies: 7Last Post: 10th Oct 2022, 13:29 -
Vdocipher - unable to parse license
By davidbdn1994 in forum Video Streaming DownloadingReplies: 5Last Post: 25th Sep 2022, 06:46 -
Need help with mpd License
By AdamTuner in forum Video Streaming DownloadingReplies: 3Last Post: 22nd Mar 2022, 05:51 -
Help decrypting this MPD content (I have keys)
By royjeon215 in forum Video Streaming DownloadingReplies: 4Last Post: 5th May 2021, 11:41