關於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

相關文章
相關標籤/搜索