I have paid access to the video. This is the MPD: https://g-aegis-naver.akamaized.net/weverse/read/v2/VOD_DRM/weverse_2024_01_25_0/cenc/...0dc/stream.mpd
I have no idea how to find out what it's protected with or how to download it. I just know it's from Weverse.io. Is there anyone who can help? Sorry, I'm still new to this and only know outdated methods for accessing DRM-protected videos.
+ Reply to Thread
Results 1 to 5 of 5
-
-
Get the PSSH. Inspect the page. Get the license request. Get the license request headers. Inspect the license request. If it has a custom payload, write your own Python script that uses your local cdm (emulated or not). It may not work for emulated for specific sites. In that case, get a real one. If it doesn't have a custom payload then you can use public sites, such as https://cdrm-project.com/
That way, you get the decryption keys. Download the encrypted video with yt-dlp or other tools and then decrypt it using the keys. The stream detector addon gives you directly what commands to execute if you never used them. More is detailed on the sticky threads.Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 25th Jan 2024 at 03:52.
-
If you only need this one video and don't really care about learning how to decrypt it, you can PM your login details to someone who can help you.
Similar Threads
-
How to download mpd stream (DRM protected)?
By ddim in forum Video Streaming DownloadingReplies: 320Last Post: 23rd Jun 2024, 18:01 -
Download encrypted video via DRM protected MPD manifest
By Beta2k in forum Video Streaming DownloadingReplies: 19Last Post: 15th Jan 2024, 10:47 -
How can i download mpd video DRM protected ?
By Markoz in forum Video Streaming DownloadingReplies: 10Last Post: 8th Mar 2022, 17:33 -
Download encrypted video via DRM protected MPD
By wondercheck in forum Video Streaming DownloadingReplies: 7Last Post: 4th Sep 2021, 10:59 -
How to download mpd stream (DRM protected)?
By bodasaud in forum Video Streaming DownloadingReplies: 5Last Post: 3rd Feb 2021, 07:41