How to Decrypt .ts Files (Key is available)Hi,
I have a Sat Box on which there is a service to download movies/series from the internet into the hard disk inside the Sat Box. I managed to obtain the downloading link for one of the movies/series and downloaded it to my hard disk. There was a decryption file key along with the downloaded movie file. I would like to ask now if there is a way to De-crypt this video file based on the available key file. I can watch the video file on VLC or MPC, but it is scrambled. Below is the details of this video file from Media Info: Code:
General Mouna. |
Re: How to Decrypt .ts Files (Key is available)You can use livestreamer, or streamlink or even ffmpeg does support key decryption.
|
Re: How to Decrypt .ts Files (Key is available)Quote:
Is there any guides on how to use streamlink or ffmpeg to decrypt the video file? |
Re: How to Decrypt .ts Files (Key is available)Quote:
If this is correct, then the "drm" is likely something other than hls-aes. Look at the beginning of the file that you download with a hex editor for clues about the type of drm. |
Re: How to Decrypt .ts Files (Key is available)Quote:
Code:
<?xml version="1.0" encoding="UTF-8" ?> |
Re: How to Decrypt .ts Files (Key is available)I digged into the issue and found the below information:
Encryption Type: PlayReady and found also the below line: Code:
"drmToken":"AAAEADaQNMCBaRWsfKxlUmvys4GISYjx4FT+rw4kY6YBIndnKYKBu/ykjQVTmsKOTkA/pnrfs0DU0uk=","drmFree":false |
Re: How to Decrypt .ts Files (Key is available)I don't know of any solution for PlayReady. Is the service offered on the web or on any other platform besides "Sat Box".
If it is offered on some other platform, there might be weaker forms of drm used. Reversing PlayReady would likely take a lot of work and skill. |
Re: How to Decrypt .ts Files (Key is available)Quote:
The key is already available. I downloaded (2) main files: 1. video_file.nds 2. key_file.xml there was another file that has some information like this: Code:
"physicalContentId":"video_file.nds" Code:
<?xml version="1.0" encoding="UTF-8" ?> |
Re: How to Decrypt .ts Files (Key is available)Quote:
Some custom tools or scripts would likely be required. Quote:
|
Re: How to Decrypt .ts Files (Key is available)Quote:
I didn't say it is easy. I just want to know the approach that I should follow to decrypt the file based on the available information. |
All times are GMT -6. The time now is 07:20 AM. |