Decrypt AES-128 encrypted video files from a m3u8 in PHPHello,
I wanted to present you a very unusual program, from which created I have a big problem. This is my HLS playlist (.m3u8) Code:
#EXT-X-KEY:METHOD=AES-128,URI="01.key",IV=0x00000000000000000000015FA0E49B00According to this information, I create variables in PHP Code:
<?phpAnd then I would like this file to decrypt, for example: Code:
$decrypted = openssl_decrypt(And display: Code:
header('Content-Type: application/octet-stream');The result of my program is warning: Quote:
Download source files (.m3u8, .key and .ts): http://www26.zippyshare.com/v/VyurKv7c/file.html I ask you for help |
| All times are GMT -6. The time now is 05:42 PM. |