Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to decrypt .TS files using 128-bit AES key file?

(http://stream-recorder.com/forum/showthread.php?t=19655)

Lite 04-23-2015 04:09 AM

How to decrypt .TS files using 128-bit AES key file?


 
Hey!

Here is 128-bit AES encryption key file., here is one and first (of 200+) TS file, here is SWF player which originally plays (decrypts) .TS files like an attached.

How can I decrypt .TS files including attached using an attached 128-bit AES key file?

Thanks for help in advance,

surya987 04-23-2015 04:14 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
where is m3u8 file...????

Lite 04-23-2015 04:23 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Quote:

Originally Posted by surya987 (Post 76028)
where is m3u8 file...????

Will .M3U8 file help you ask the question? Or you just wish to check something?

surya987 04-23-2015 04:26 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
m3u8 file says everything.... i need m3u8 orignal link please ... do you got me..???

Lite 04-23-2015 04:36 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Quote:

Originally Posted by surya987 (Post 76030)
m3u8 file says everything.... i need m3u8 orignal link please ... do you got me..???

If you wish to tell me how to download some video I wish, I dont need this kind of answer. I just wish to know actually what I asked for. Anyway, I sent link you asked for privately.

surya987 04-23-2015 04:40 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Quote:

Originally Posted by Lite (Post 76031)
If you wish to tell me how to download some video I wish, I dont need this kind of answer. I just wish to know actually what I asked for. Anyway, I sent link you asked for privately.


okay your wish.. decrypt the key file and than get IV value from m3u8 file and decrypt ts file using openssl

thanks

Lite 04-23-2015 04:55 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
So, which command should I past/print at OpenSSL Command Line?

denobis 04-23-2015 04:57 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Quote:

Originally Posted by Lite (Post 76027)
Hey!

Here is 128-bit AES encryption key file., here is one and first (of 200+) TS file, here is SWF player which originally plays (decrypts) .TS files like an attached.

How can I decrypt .TS files including attached using an attached 128-bit AES key file?

Thanks for help in advance,

With php

$dec=mcrypt_cbc(MCRYPT_RIJNDAEL_128,file_get_conte nts("crypt.key"),file_get_contents("001.TS"),MCRYP T_DECRYPT);

lordrylen 04-23-2015 07:51 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Would this not work for the Amazon video?

surya987 04-23-2015 07:59 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
no brother.. as there is SAMPLE-AES encryption.... not 128 cbc ....

adifirm 04-23-2015 08:49 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Quote:

Originally Posted by surya987 (Post 76038)
no brother.. as there is SAMPLE-AES encryption.... not 128 cbc ....

hallo sir please help me , how to combine 2 m3u8 link .

1 link - http://playback01.aotg-video.astro.c...GOSHOP_04.m3u8 [this video link]

2 link - http://playback01.aotg-video.astro.c...GOSHOP_05.m3u8 [this audio link]

so , i want to combine this link and play video and audio at a same time .

surya987 04-23-2015 08:56 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Edited:- real answers is below... u rock....

biezom 04-23-2015 09:02 AM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Quote:

Originally Posted by adifirm (Post 76048)
hallo sir please help me , how to combine 2 m3u8 link .

1 link - http://playback01.aotg-video.astro.c...GOSHOP_04.m3u8 [this video link]

2 link - http://playback01.aotg-video.astro.c...GOSHOP_05.m3u8 [this audio link]

so , i want to combine this link and play video and audio at a same time .

Code:

ffmpeg -i "http://playback01.aotg-video.astro.com.my/AOTGHLS/master_GOSHOP_04.m3u8" -i "http://playback01.aotg-video.astro.com.my/AOTGHLS/master_GOSHOP_05.m3u8" -c copy video.ts

mominsana78 04-23-2015 02:17 PM

Re: How to decrypt .TS files using 128-bit AES key file?


 
Quote:

Originally Posted by surya987 (Post 76049)
......

@ Surya sent you Skype add request


All times are GMT -6. The time now is 08:21 PM.