关于m3u8文件, ts文件解密, hls 解密. 一些记录

使用openssl 解密code

openssl aes-128-cbc -d -in 原.ts -out 解密后.ts -nosalt -iv 偏移量 -K key16进制
其中 iv 偏移量和 key 通常都会在 m3u8 中。 key要按地址下载下来, iv偏移量是可选的。
还能够直接使用 ffmpeg 直接合并文件。ssl

相关文章
相关标签/搜索