Until now I was downloading from MediasetPlay with these 3 method:
youtube-dl
Pastylink
Internet Download Manager, detecting an .mpd link with the browser extension; I removed the part of the link after .mpd (.mpd&selected_id=1_2 etc.), then paste the link on youtube-dl and download it.
Now the extension can't detect anything on MediasetPlay.it but it works with other site like RaiPlay.it.
And also the other methods aren't working anymore because the video is DRM protected.
I also tried the most intricated way, record the show from the browser using OBS but I have to do it in background while I was doing other task at the PC so I separated the audio of the show that I wanted to record from other sources with Voice Meter Banana.
The problem is that sometimes while recording the video freeze and I think it's because the page from which the video is playing is in background
I'm really ignorant with these things so I don't know exactly how to use scripts or other things without a simple step by step guide.
I know I'm maybe asking too much but If someone can help me I would really appreciate it.
Thanks in advance.
+ Reply to Thread
Results 1 to 30 of 129
-
-
Try with Firefox and the Stream Detector Addon.
[Attachment 66050 - Click to enlarge] -
you have made only a generic speech
each site works differently. and every video, as you yourself say, can have drm or not
so, if you want a concrete and not generic help, write here the video link of a specific video of your interest -
I'm sorry, this is the direct link of the video I'm trying to download:
https://mediasetinfinity.mediaset.it/video/battitilive/prima-puntata_F310905301000101
And there are also other episodes of the show. -
-
I added --allow-u to the commands, this is the result:
[Attachment 66113 - Click to enlarge]
It created this two files:
[Attachment 66114 - Click to enlarge]
But I can't reproduce the audio file and the video file opened in VLC doesn't show anything.
Do they have to be decrypted? -
-
-
-
The same.
Other videos have other keys. Getting keys is usually done in 2 ways.
Get access to getwvkeys.cc site
or
Dump a CDM (https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom) and get WKS script. -
If audio is encrypted, use the same key to decryot it
Now if you want to decrypt vidéos , you can dump your own cdm and use Python script.
some reading...
https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom -
Ok, now also the audio is decrypted.
To join audio and video can I use MKVtoolnix that I already used in the past for a similat methoc? -
Last edited by Compulsive2012; 29th Jul 2022 at 13:19.
-
You can use an old Phone with Android (7-9)
Take a look at this thread.
https://forum.videohelp.com/threads/404219-How-To-Dump-L3-CDM-From-Android-Device-s-%2...ing-L3-CDMS%29 -
Last edited by Compulsive2012; 29th Jul 2022 at 16:02.
-
About Android TV Boxes, what specs should they have to work with that method?
The model in the thread, T95 S1 2Gb/16Gb, is no more available on amazon in my country and on other sites it costs much more than 30 USD or any other currency you use. -
Someone gave me these keys:
3ef1242362f95b35a1ec6903c182d7cd:19892127ba0044116 65d0b43511a1479
f67bdc58cb9039efc1b9c9808ae18de5:a95f906d5de6363ab ddd396fa2c38af5
1afb4e5c8bdb55e4a8c5470757176ed7:cdf8bb1f028ac0510 764753c74be7478
906b306e82e35930ae932179cf363fe4:55be48eae1f846381 6bc50e5df28d3a9
0f4c85e52a165e84ba30bf3ef4adf665:0c9295ec9ee690d35 6f647eab6a75c6a
For the second part of the show: https://mediasetinfinity.mediaset.it/video/battitilive/seconda-puntata_F310905301000201
I downloaded the video and audio file with yt-dlp using the link detected by Stream Detector Addon and then tried to decrypt the files with the keys but no one worked.
Are they incorrect? -
Someone gave me these keys:
3ef1242362f95b35a1ec6903c182d7cd:19892127ba0044116 65d0b43511a1479
f67bdc58cb9039efc1b9c9808ae18de5:a95f906d5de6363ab ddd396fa2c38af5
1afb4e5c8bdb55e4a8c5470757176ed7:cdf8bb1f028ac0510 764753c74be7478
906b306e82e35930ae932179cf363fe4:55be48eae1f846381 6bc50e5df28d3a9
0f4c85e52a165e84ba30bf3ef4adf665:0c9295ec9ee690d35 6f647eab6a75c6a
For the second part of the show: https://mediasetinfinity.mediaset.it/video/battitilive/seconda-puntata_F310905301000201
I downloaded the video and audio file with yt-dlp using the link detected by Stream Detector Addon and then tried to decrypt the files with the keys but no one worked.
Are they incorrect?
--key f67bdc58cb9039efc1b9c9808ae18de5:a95f906d5de6363ab ddd396fa2c38af5
Decrypted small portion of video and it worked fine..
To decrypt with shaka-packager use this
Code:shaka-packager3 in=test.mp4,stream=video,output=dec_video.mp4 --enable_raw_key_decryption --keys key_id=f67bdc58cb9039efc1b9c9808ae18de5:key=a95f906d5de6363abddd396fa2c38af5
[Attachment 66222 - Click to enlarge]
[Attachment 66223 - Click to enlarge]Last edited by pkp; 5th Aug 2022 at 22:49.
-
Sorry for my ignorance, what do you mean with "decrypt small portion of video"?
Do I haven't to use mp4decrypt.exe?
I tried this command "mp4decrypt.exe --key (key) video.mp4 Newvideo.mp4" with all those keys, also f67bdc58cb9039efc1b9c9808ae18de5:a95f906d5de6363ab ddd396fa2c38af5
but it doesn't worked. -
decrypt small portion of video
he did not download the entire video, but only a portion to test the key
and if it doesn't work for you with mp4decrypt, use shaka-packager like pkp posted (better on some case like this one) -
OK thanks.
In this command:
shaka-packager3 in=test.mp4,stream=video,output=dec_video.mp4 --enable_raw_key_decryption --keys key_id=f67bdc58cb9039efc1b9c9808ae18de5:key=a95f90 6d5de6363abddd396fa2c38af5
Where do I have to write the name of the encrypted file?
And do I have to do the same with the audio file to decrypt it? -
Where do I have to write the name of the encrypted file?
in=test.mp4
And do I have to do the same with the audio file to decrypt it?
yes -
It says that shaka-packager3 is not recognized as internal or external command.
Maybe I did something wrong during the installation of shaka-packager?
I downloaded "packager-win-x64.exe" from here https://github.com/shaka-project/shaka-packager/releases
Then put it in a folder in C: named shaka-packager
Then copied the link of the folder (C:\shaka-packager) and added it to system variable:
[Attachment 66226 - Click to enlarge]
What's wrong? -
-
i hope your shaka-packager file name is shaka-packager.exe(else use whatever filename you use for that file)...i have different versions of shaka-packager so renamed it as 1,2,3 etc....Since your filename is "shaka-packager" replace "shaka-packager3" in the command with yours "shaka-packager"
Last edited by pkp; 6th Aug 2022 at 10:45.
-
The file in the folder is the .exe that I downloaded directly from the list of release in the github link above
[Attachment 66228 - Click to enlarge]
Similar Threads
-
How to download video from this site, new protect method?
By ningnong132 in forum Video Streaming DownloadingReplies: 29Last Post: 12th Jan 2023, 15:28 -
Download encrypted video via DRM protected Post method only
By thinkpad9x in forum Video Streaming DownloadingReplies: 19Last Post: 15th Jun 2021, 06:19 -
Jwplayer 8.14.0 hls Stream Download Method?
By Franseven in forum Video Streaming DownloadingReplies: 4Last Post: 15th Jan 2021, 09:18 -
The best method to deinterlace these PAL videos?
By inter in forum Video ConversionReplies: 3Last Post: 13th Apr 2020, 21:16 -
Mpd MediasetPlay [Italian Site]
By Femmomani in forum Video Streaming DownloadingReplies: 8Last Post: 2nd Sep 2019, 11:11