Hi everyone. I'm new to this forum and have spent the past few days trying to figure out how to download and decrypt the following video:
Video
The video is from a Japanese site that requires an account to watch videos. The video itself is free to watch, though it is still region locked. I have made a dummy account (which I am willing to share) and managed to find the PSSH and the license link of the video using Dev Tools and console inside Chrome. I also used ffmpeg and yt-dlp to download the mpd file, though only the ffmpeg version showed any output.Code:https://www.hikaritv.net/video/detail/dm9kLzAwMDAwMDAwMDBfMDBqbzU5em8zbw==
mpd
PSSHCode:https://vod-origin.hikaritv.net/video/00jo/59/00jo59zote/20200428053707/manifest.mpd
LicenseCode:AAAAWXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADkSECekDtWh70p5t625/iIE2DcaDXdpZGV2aW5lX3Rlc3QiEE58mQZFQUaFvCi9W95anzZI49yVmwY=
However, I am having trouble with the license. When I tried to use the license link from the console in getwvkeys, it just ignored the link and used the default link to generate the keys, which I assume are the reason that I am unable to decrypt the downloaded video. When I tried to access the license link in Chrome, it asked for an authorization token.Code:https://hikaritv.drmkeyserver.com/widevine_license/
Can someone help me figure out how to do this. I would also like like to verify whether or not I can download the video in 1080p using this method. I would be very grateful for any form of help or information.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Alright, so I managed to find out that I needed to use request headers along with the license. I copied the request headers, formatted them, and pasted them into getwvkeys' Headers serction. This time I got the following error:
Code:Error 404: 0003|no assertion in payload.
Code:accept-encoding: gzip, deflate, br accept-language: en-US,en;q=0.9 content-length: "4228" origin: https://www.hikaritv.net referer: https://www.hikaritv.net/ user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36
Code:removed(edit)
The video is a set of three from the following series:
Code:https://www.hikaritv.net/video/series/Z3JvdXAvYjAwN2NhYg==
PS: So, apparently I was missing the {'acquirelicenseassertion': 'Insert Here'} Header. Furthermore, the video stream that I had downloaded using ffmpeg was the one with the problem not the one I downloaded using yt-dlp. Both the video and audio streams are now working and 1080p video stream is indeed possible. Thanks to ElCap (for guiding me through this) and pkp (for the keys). Also, someone close this thread because I don't know how.
Edit: Grammer.
Edit 2: The error's gone and the site gave me a single key which decrypted the audio but could not decrypt the video. Any advice?
Edit 3: Removed accounts. added PS.Last edited by AdamTuner; 22nd Mar 2022 at 06:52.
-
Code:
--keys 27a40ed5a1ef4a79b7adb9fe2204d837:313935a9d3697ff5265c600b10fbc720 (first) --keys 39c82e5be8c840dcb1fe5706fef62c95:af2304e1fda5632743a2de08d1f63fda (second) --keys 6c06ef0f29044f6b85b8bcff41290a53:1606d6eca65e199309b2b696cd1c4a03
Similar Threads
-
How to decrypt this MPD link and license key?
By kienkzz in forum Video Streaming DownloadingReplies: 17Last Post: 29th May 2025, 04:18 -
How to get the Mpd Link and License url of a stream using the Android of
By Loryanam2 in forum Video Streaming DownloadingReplies: 0Last Post: 29th Jan 2022, 10:35 -
I need help to capture the MPD and the license.
By Joseitos in forum Video Streaming DownloadingReplies: 20Last Post: 16th Dec 2021, 06:42 -
How to obtain mpd url and license url
By pepperx in forum Newbie / General discussionsReplies: 0Last Post: 1st Oct 2021, 16:05 -
How to convert mpeg dash (MPD) with DRM license to MP4?
By rustinpeter in forum Video Streaming DownloadingReplies: 2Last Post: 5th Mar 2019, 10:23