使用openssl 解密code
openssl aes-128-cbc -d -in 原.ts -out 解密後.ts -nosalt -iv 偏移量 -K key16進制 其中 iv 偏移量和 key 通常都會在 m3u8 中。 key要按地址下載下來, iv偏移量是可選的。 還能夠直接使用 ffmpeg 直接合並文件。ssl
openssl aes-128-cbc -d -in 原.ts -out 解密後.ts -nosalt -iv 偏移量 -K key16進制
m3u8
還能夠直接使用 ffmpeg 直接合並文件。