I downloaded the video and audio, and then used mp4decrypt but couldn't decrypt the files.
Here are the URLs for the video and audio:
https://d1v1gqjht5uu1.cloudfront.net/media/ITRifYwX2b3xV/3c4f1988/video_8838_1080_227.mp4
https://d1v1gqjht5uu1.cloudfront.net/media/ITRifYwX2b3xV/3c4f1988/audio_1413_0_128.mp4
The key used: 5277cc9cc08b5c58b6e12d5e72e8bac0:956dfe5cc16de4fe9 d61f9f657396876
I think the key is wrong and it would be helpful if you could provide new keys for this.
P.S. I am new to this so don't have enough knowledge on how to create L3 CDM. Also, can a single key decrypt all of the videos from a playlist from Cloudfront?
+ Reply to Thread
Results 1 to 18 of 18
-
-
i think the key is not correct
kid from your video
using mp4dump
Code:57ed68551be559b3959dd5f823fc16da
-
This is the .mpd url:
Code:https://d1v1gqjht5uu1.cloudfront.net/media/ITRifYwX2b3xV/3c4f1988/stream.mpd
-
-
I referred this thread as this is from the same site
https://forum.videohelp.com/threads/407352-Need-Help-Downloading-Applied-Roots-Videos-...-on-Cloudfront -
-
Alright thanks, I have some doubts I want to clarify as I am a newbie on this.
1. Can the videos be decrypted later if I don't have access to them? TBH my subscription is ending in a few days and I need to download them ASAP.
2. I can try setting up a L3 CDM but if I don't have access to the page later, I don't think I can decrypt the files. -
The video can be decrypted later if the pssh doesn't change, all depend in cloudfront. But to get the key you will need a subscription, so decrypting would no be possible in few days.
You can try getting your own L3 CDM, get one from the forum, or since as you said you are a "newbie" you could end up sharing account id password in private message.
To get your own L3 CDM follow : https://forum.videohelp.com/threads/408031-Dumping-Your-own-L3-CDM-with-Android-Studio
You can send a private message if you want to try the third option -
The thing is, I have to download over 100s of videos and need keys for them. Even if someone is willing to help it will take time. I saved some videos with screen recording but it will take me a month to complete all videos, out of desperation I came here to test this method.
-
-
-
I'm experiencing CDM blocking, I get : {"code":2042,"message":"Android system updates or update Chrome browser to play this video"}
I saw on others posts that "It is said that CDMs from emulators do not work on VdoCipher... It is worth debating."
I got my CDM from android emulator since I don't own an android device. My CDM(s) aren't leaked and works with every other services so it might be from the side of vdocipher who block android emulators (or old android version)
If someone knows how to deal with vdocipher.. -
I don't own one since I don't have an android device.. I'm ready to give 10 CDM from android emulator for 1 from a real device but nobody would trade
@lazur9 have a subscription which expires on 6th, he would like to scrap the website before.. I'm able to make a script to scrap everything but i can't decrypt.. -
I have a custom script working for vdocipher (adapted from https://github.com/Diazole/vdocipher-dl) but the problem is my CDM
-
I have made some advancements but I would like to know : how to use a response like that ? :
Code:{ "license": "CAUSxwUKwQIIAxIQFwW5F8wSBIaLBjM6L3cqjBiCtIKSBSKOAjCCAQoCggEBAJntWzsyfateJO/DtiqVtZhSCtW8yzdQPgZFuBTYdrjfQFEEQa2M462xG7iMTnJaXkqeB5UpHVhYQCOn4a8OOKkSeTkwCGELbxWMh4x+Ib/7/up34QGeHleB6KRfRiY9FOYOgFioYHrc4E+shFexN6jWfM3rM3BdmDoh+07svUoQykdJDKR+ql1DghjduvHK3jOS8T1v+2RC/THhv0CwxgTRxLpMlSCkv5fuvWCSmvzu9Vu69WTi0Ods18Vcc6CCuZYSC4NZ7c4kcHCCaA1vZ8bYLErF8xNEkKdO7DevSy8BDFnoKEPiWC8La59dsPxebt9k+9MItHEbzxJQAZyfWgkCAwEAAToUbGljZW5zZS53aWRldmluZS5jb20SgAOuNHMUtag1KX8nE4j7e7jLUnfSSYI83dHaMLkzOVEes8y96gS5RLknwSE0bv296snUE5F+bsF2oQQ4RgpQO8GVK5uk5M4PxL/CCpgIqq9L/NGcHc/N9XTMrCjRtBBBbPneiAQwHL2zNMr80NQJeEI6ZC5UYT3wr8+WykqSSdhV5Cs6cD7xdn9qm9Nta/gr52u/DLpP3lnSq8x2/rZCR7hcQx+8pSJmthn8NpeVQ/ypy727+voOGlXnVaPHvOZV+WRvWCq5z3CqCLl5+Gf2Ogsrf9s2LFvE7NVV2FvKqcWTw4PIV9Sdqrd+QLeFHd/SSZiAjjWyWOddeOrAyhb3BHMEwg2T7eTo/xxvF+YkPj89qPwXCYcOxF+6gjomPwzvofcJOxkJkoMmMzcFBDopvab5tDQsyN9UPLGhGC98X/8z8QSQ+spbJTYLdgFenFoGq47gLwDS6NWYYQSqzE3Udf2W7pzk4ybyG4PHBYV3s4cyzdq8amvtE/sNSdOKReuHpfQ=" }
-
Hmm; not sure - in my scripts I have this:
Code:if content_type.startswith('application/json') or content_type.startswith('text/plain'): match = re.search(r'"(CAIS.*?)"', license.content.decode('utf-8')) if match: license_content = match.group(1) # parse license challenge cdm.parse_license(session_id, license_content)
Similar Threads
-
Need help with downloading and decrypting Vdocipher Cloudfront video
By QwertyAsd in forum Video Streaming DownloadingReplies: 9Last Post: 9th Jun 2024, 00:47 -
Help decrypting video/audio downloaded from NPO (Netherlands website)
By oopargentina in forum Video Streaming DownloadingReplies: 28Last Post: 19th Nov 2023, 21:37 -
When I download video from CloudFront I don't see or hear anything.
By Jivf_12 in forum Video Streaming DownloadingReplies: 4Last Post: 21st Oct 2022, 00:40 -
re cloudfront video help
By Stevo1987 in forum Video Streaming DownloadingReplies: 1Last Post: 26th Feb 2022, 23:47 -
Cloudfront video download, decryption?
By Md_95 in forum Newbie / General discussionsReplies: 7Last Post: 5th Apr 2020, 07:53