Thanks for the feedback and I'm glad it helped.
The protobuf error is well documented in the forum and arises when using an old version of WKS-KEYS. The new one -linked in the thread should give no issues when installed on its own.. Some scripts use WKS-KEYS and to run, and if Pywidevine is on the same system it can cause issues. This https://forum.videohelp.com/threads/411862-Beyond-WKS-KEYS has the solution
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 481 to 510 of 600
-
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Can someone please tell me whether this nice tutorial works for vdocipher. I only got a pc so the way i have to try it using android studio. I have some important videos to save from an educational website and i just dont know why the hell it is drm protected. Please help me cuz i have an exam coming up soon and need to download those vids before they remove it from site in 6 days. There are 14 videos tho. Thx in advance
-
EDIT: Please disregard for now, I will first do some more research.
Okay thanks. I ultimately used Android Studio and was able to successfully decrypt and download the Irish example in the post. However, I'm struggling to apply this to other sites. As in, not finding the license url and/or the PSSH in the same manner as described.
E.g. I want to download something from vrt.be/vrtmax, but here I cannot find a string starting with 'AAAA' in the response of the mpd file.
It's probably already discussed, but what are other ways to find the license and PSSH? -
You're right. Next instalment is here > https://forum.videohelp.com/threads/407216-Decryption-The-Dungeon-of-Despair
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Everything worked flowlessly, just a small doubt, how did you get the license url.
I understood everything, like to get PSSH keys and mpd url, but how do we get license url of any site, I tried searching for lic, widevine, etc. in network section of developer tools, but didn't found anything useful on this site - https://bitmovin.com/demos/drm
Kindly help me with getting license url of any website
[Attachment 77035 - Click to enlarge] -
Different sites have different license urls.
That's why you have those different keywords: widevine, wv, lic, auth, proxy etc.
For the demo site, in your screenshot is the license url.
You can also filter by method:POST
You can also search the response and find something like this
[Attachment 77040 - Click to enlarge] -
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
tried downloading using n_m3u8dl_re and mp4decrypt, but after choosing what stream ID, and Audio ID I want, it starts downloading just a bit of the stream (format mp4), any ideas how to get full stream?
-
After decrypting using mp4decrypt, i get a mp4 file with 5gb, but it only shows 2hours of the show, how can i get live stream m3u?
-
Has anyone ever experienced something weird,where in manifest there are 2-3 different KIDs for each resolution,same PSSH and licence url,but the decryptor only gets the key for one of them? I mean it outputs kid:key only for one of them. That shouldn't happen.
-
-
Its under paywall and works only from a specific ip (my isp provider ip).
Its a standart dash manifest, with cenc protection, usual wv uuid (ending 21ed). Same pssh for every KID. Nothing unordinary. It used to get keys for all 4 KIDs until recently it stopped for highest resolution. Nothing has changed in manifest. Nothing has changed in licence either,same auth token.I was just wondering if anyone had seen anything like this before. -
And you don't get the key for the KID that belongs to the highest resolution?
One way to try it is to see what resolutions you can play in your browser. Just make sure it isn't using ChromeCDM (in Chrome) or PlayReady (in Edge). I would try in Firefox and see what res is possible. -
-
[Attachment 77245 - Click to enlarge] after I run the video, there is no key dumped, please help -
Clearly you are using Android Studio to dump from a virtual Android device why not ask in the Android Studio thread?
But the answer to your problem is writ large - how could you miss it? Look at the bitmovin image and read, 'No DRM'. DRM stands for Digital Rights Management. Bitmovin is complaining it cannot find any. It is looking to use a CDM and cannot find it. Probably you have chosen the wrong Android virtual device to use.
Follow instructions here https://forum.videohelp.com/threads/408031-Dumping-Your-own-L3-CDM-with-Android-Studio more carefully.Last edited by A_n_g_e_l_a; 25th Feb 2024 at 04:30.
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Hi I met some problem
The website I want to dump only available for Android 11+ (have try on Android 9 and 10, but can't load the content)
And I have try both dumper from https://github.com/Diazole/dumper and https://github.com/wvdumper/dumper, all of them can works well on Android 9, but can't generate file on Android 10 and 11.
It really confused me, bcs I have to use Android 11 to load the vedio website can't use the older version.
Below are the screenshot of Android 11 using https://github.com/Diazole/dumper and https://github.com/wvdumper/dumper, and the command I use are both Python dump_keys.py
After hooks completed I have reload the website but nothing happen, so it couldn't be the reason.
Are there any setting I need to change? -
Wrong thread, buddy. Why don't you ask this in the thread specifically for dumping CDMs from Android Studio?
https://forum.videohelp.com/threads/408031-Dumping-Your-own-L3-CDM-with-Android-Studio -
You need the function name for the hooks to hook onto. Dumper is reported to work all the way up to Android 13 see https://github.com/Diazole/dumper for details.
There is a library on Android - usually called libwvhidl.so, but maybe renamed (see Diazole/dumper), which holds the function names - one of which gets hooked. This thread will help you find the function name to add to a dumper script https://forum.videohelp.com/threads/407196-Dumping-L3-from-Android-10-11-and-12.
Good luckNoob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
@By29: to add to what Angela said, before doing anything else you can give a try to the function names here: https://github.com/lollolong/dumper/blob/main/Helpers/script.js and add them to your script.js.
-
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
-
yes angela but here https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom/page6#post2669744 say than using all of them than already are inside the dumper of diazole we must to reforce close the browser and the device for each one, all the list are already inside de script.js but only work with one of them, so to use all of them we should to reboot the device, or find the correct one, with for example pycdc for linux
,
but the point is puttin all modules from there inside the script.js i just got dump my vontarx4 and with the only few where inside in diazole dumper was not working, so nice!!!!!Last edited by marioeivissa; 6th Mar 2024 at 12:25.
Similar Threads
-
widevine decryption help
By birbal1 in forum Video Streaming DownloadingReplies: 2Last Post: 5th Dec 2021, 11:11 -
Help with video download and decryption
By herschel in forum Video Streaming DownloadingReplies: 4Last Post: 26th Jul 2021, 05:31 -
How do I get the decryption key
By Bakekalu in forum Video Streaming DownloadingReplies: 6Last Post: 5th Jul 2021, 02:25 -
Cloudfront video download, decryption?
By Md_95 in forum Newbie / General discussionsReplies: 7Last Post: 5th Apr 2020, 08:53 -
Question about decryption of .m2ts files
By mwalimu in forum Blu-ray RippingReplies: 8Last Post: 23rd Jun 2019, 15:47