can someone tell me how i can download that url : https://almen-almentormedia-euno.streaming.media.azure.net/30c55259-62e4-4bbe-a798-9cc...ncryption=cenc)
its says protected by DRM
Really, I will not forget this favor, thank you
i use this come on streamlink.exe
Code:C:\Users\Reko\Desktop\streamlink-5.5.1-2-py311-x86_64\streamlink\bin>streamlink.exe "dash://https://almen-almentormedia-euno.streaming.media.azure.net/30c55259-62e4-4bbe-a798-9cc1faf89838/main.ism/manifest(format=mpd-time-cmaf,encryption=cenc)" best -o video.ts [cli][info] Found matching plugin dash for URL dash://https://almen-almentormedia-euno.streaming.media.azure.net/30c55259-62e4-4bbe-a798-9cc1faf89838/main.ism/manifest(format=mpd-time-cmaf,encryption=cenc) error: https://almen-almentormedia-euno.streaming.media.azure.net/30c55259-62e4-4bbe-a798-9cc1faf89838/main.ism/manifest(format=mpd-time-cmaf,encryption=cenc) is protected by DRM
+ Reply to Thread
Results 1 to 7 of 7
-
-
You need to read the information that those sticky threads provide.
Learn how to find the MPD URL, the PSSH, License URL (and headers if needed)
Then dump a CDM or (if your license server is supported by CDRM-Project) find the key that way. The dumping of a CDM from Android Studio is also a sticky thread
Download the video, decrypt using mp4decrypt of shaka-packager and merge the decrypted files into a single video file.
I know it's a lot but if you're not willing to at least look into the basics, you are already lost. -
you are right i realy dont know the basics im willing to learn buts its so hard for me to undertand this in english lang
i search on youtube to see some videos to understand in my lang but i didnt find so i find this place doing methoed to download some videos. i know its not easy I was hoping to find a someone make a video to follow just a methoed for my url
you are right thanks . -
The DRM is Widevine L3.
The first step is to get the PSSH and License URL which are inside the URL you provided.
Code:<cenc:pssh>AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEO/vRMcRnEKDod6mYJZ0A3g=</cenc:pssh> <ms:laurl licenseUrl="https://almentormedia.keydelivery.northeurope.media.azure.net/Widevine/?kid=efef44c7-119c-4283-a1de-a66096740378"/>
After this download N_m3u8DL-RE and invoke the program with thiscommand line:
Code:N_m3u8DL-RE.exe "https://almen-almentormedia-euno.streaming.media.azure.net/30c55259-62e4-4bbe-a798-9cc1faf89838/main.ism/manifest(format=mpd-time-cmaf,encryption=cenc)" --save-name test -M mp4 --key [put output of the website above]
-
Similar Threads
-
how do i download drm protected videos?
By CROITGT in forum Video Streaming DownloadingReplies: 41Last Post: 8th Jan 2024, 22:07 -
Help a Newbie to decrypt DRM protected videos please
By user10thousand in forum Video Streaming DownloadingReplies: 7Last Post: 16th Jan 2023, 10:50 -
download drm protected videos from ntathome.com
By short2411 in forum Video Streaming DownloadingReplies: 3Last Post: 8th Nov 2022, 18:46 -
How to download videos that are DRM protected on Udemy, please?
By Axionnaire in forum Video Streaming DownloadingReplies: 1Last Post: 29th Sep 2022, 15:27 -
Downloading DRM protected videos
By timucin in forum Video Streaming DownloadingReplies: 6Last Post: 4th Feb 2021, 14:54