Hello,
I'm sure it has been asked multiple times, but I can't get any solution to work.
I'm trying to download DRM videos on RTBF Auvio (example: https://auvio.rtbf.be/emission/kid-paddle-21077)
I'd want help on how to, since there is a lot that I want to download.
Can we still get DRM keys nowadays ?
Thank you
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!
Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.
+ Reply to Thread
Results 1 to 20 of 20
Thread
-
-
To be more specific, there is 40+ videos (and more coming) so it'd be easier if I can download myself
-
Can we still get DRM keys nowadays ?
According to my discovery, the website you mentioned uses standard Widevine
All you need is to put ①PSSH ②License into getwvkeys, and the key will come out.
I'm sure it has been asked multiple times, but I can't get any solution to work.twitter @Cryman_Chen
email crymanchen@gmail.com -
Details and steps sent by PM.
twitter @Cryman_Chen
email crymanchen@gmail.com -
-
twitter @Cryman_Chen
email crymanchen@gmail.com -
Last edited by Gene; 25th Jan 2023 at 18:42. Reason: Because no reaction :-(
-
Hello,
I haven't decrypted content using this method yet, I am still using getwvkeys website,
but I can't find how to how the client_id and private key files, I suppose I should query the license server with these infos somehow ?
I'd prefer not to rely on getwvkeys just in case.
Thank you! -
Learn from the forum, TheRedBee.
You'll get everything it needs to get the keys.twitter @Cryman_Chen
email crymanchen@gmail.com -
I just wanted to thank you all for the help.
I gave up but bite the bullet back recently and now I am able to backup and decrypt content independently.
For the record I am using WKS-Key from CDM-tools (web archive direct link to the tool because it seems offline: https://web.archive.org/web/20230111100753/https://cdm-project.com/CDM-Tools/WKS-Keys/...chive/main.zip).
Thanks again ! -
-
https://files.videohelp.com/u/303646/Auvio.zip
Finding the PSSH and License URL is widely covered on this forum, you should be able to get that really quick
PSSH can be easily found using EME Logger in Tampermonkey
License URL is
Code:https://rbm-rtbf.live.ott.irdeto.com/licenseServer/widevine/v1/rbm-rtbf/license
-
Thank you Karoolus.
After searching around i have read that in the following thread:
https://forum.videohelp.com/threads/408635-DL-Auvio-replay-videos-from-belgian-TV-RTBF#post2700970
you wrote that the .zip filecontains [...] a working CDM.
Thanks -
It has a valid working CDM inside, seemingly extracted from a Xiaomi Redmi 5 Plus. You don't need your own CDM.
-
Using the pywidevine version with the protobuf update from @A_n_g_e_l_a, here a script to examine the client-id blob:
Code:import sys from google.protobuf import text_format from pywidevine.L3.cdm.formats import wv_proto4_pb2 as wv_proto4 client_id = wv_proto4.ClientIdentification() file = 'pywidevine/L3/cdm/devices/android_generic/device_client_id_blob' if len(sys.argv) > 1: file = sys.argv[1] with open(file, 'rb') as f: try: client_id.ParseFromString(f.read()) print(text_format.MessageToString(client_id)) except: print('client id failed to parse as protobuf')
-
@Obo
i have error when run your script
Code:ImportError: cannot import name 'wv_proto4_pb2' from 'pywidevine.L3.cdm.formats' (D:\WKS-KEYS\pywidevine\L3\cdm\formats\__init__.py)
-
That's why I mentioned the protobuf update...
Change the lines containing wv_proto4 and replace every occurance of proto4 with proto2. That's line 3 (2 occurances) and line 5. -
thanks for your explanation. all right
but still: we can check, trough this script, if cdm is valid or revoked? or you can check validity only with a test to some site? -
You can only check if your CDM is locally valid. It's just a script to parse the client blob file and output its content.
Similar Threads
-
VideoInspector - 2.15.8 ( Released 2022-03-04 )
By Kyle_Katarn in forum Latest Video NewsReplies: 1Last Post: 5th Feb 2023, 10:18 -
restreaming to non-drm m3u8 from drm mpd
By grabyea in forum Video Streaming DownloadingReplies: 1Last Post: 8th Aug 2022, 01:35 -
SVCD in 2022
By Amaroc in forum Video ConversionReplies: 28Last Post: 23rd May 2022, 05:48 -
Download DRM protected video and decrypt it with a drm licence url
By vikral in forum Video Streaming DownloadingReplies: 9Last Post: 9th Feb 2021, 03:14