Hi! I'm trying to download the VOD of a livestream before it is removed on the 31st - bit of a data hoarder/archivist.
I've spent a lot of time figuring out the various guides and here's what I've managed so far:
MPD URL
https://archive-oregon.kiswe.com/media/marc_hangt_63390_2023_12_09_00_02_01_657/mix-stream1.mpd
PSSH
+LqXnWSs6jyCfc1R0h7QAAAEYIARIQ/z7sRnylS8uoNG7dChoPtSIwZXlKaGMzTmxkRWxrSWpvaWNISnZ aQzAyTXpNNU1DMXRhWGd0YzNSeVpXRnRNU0o5
License
https://lic46.drmtoday.com/license-proxy-widevine/cenc/
Key ID / Base64
ff3eec46-7ca5-4bcb-a834-6edd0a1a0fb5
AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEP8+7E Z8pUvLqDRu3QoaD7U=
I guess I'm not sure how to put this all together to get the final video and audio download that I can combine. I'm very savvy with FFmpeg and YT-DLP so that final part isn't an issue, I'm just new to the world of widevine!
Please if anyone can help, I'd be very grateful
Many thanks for your time!
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 5 of 5
-
-
That worked, thank you for your quick response! Decrypted and muxed perfectly.
May I ask if there's a specific guide I can follow to get from what I had to obtaining this key, for future issues? Or do I just need to have a more thorough re-read of the sticky threads and the answer's in there? -
You may use either the sticky threads from this forum or a better organized cdm-project how-to's
For the latter, it's pretty much following the generic service guide with a few notes- the license curl headers include `x-dt-auth-token` and `x-dt-custom-data`
- one needs to grab the correct values from the server responses
Code:# TDP-Keys/Sites/Generic.py -service_cert = service_cert.content +service_cert = json.loads(service_cert.content)['license'] -license = license.content +license = json.loads(license.content)['license']
-
Thank you for the link and guidance! Next time I need to do something like this, I'll know where to start.
Similar Threads
-
vod.tvp.pl downloading
By Silv3r in forum Video Streaming DownloadingReplies: 37Last Post: 24th Apr 2025, 13:02 -
Keys for VOD stream from Kiswe
By polytechnicman in forum Video Streaming DownloadingReplies: 2Last Post: 10th Dec 2023, 17:08 -
Has anyone successfully downloaded from Kiswe?
By Gizm0s in forum Video Streaming DownloadingReplies: 13Last Post: 14th Sep 2023, 15:52 -
VOD TVP - decrypting
By dzimi in forum Video Streaming DownloadingReplies: 21Last Post: 17th Feb 2023, 10:40 -
black background for any VOD
By qaqaqaq in forum SubtitleReplies: 0Last Post: 9th Dec 2019, 05:38