Protocol ‘https‘ not on whitelist ‘file,crypto‘!

问题

转码m3u8视频的时候,报输入协议没有在白名单内:
“Protocol ‘https’ not on whitelist ‘file,crypto’!”

修复

更新容器协议白名单: -protocol_whitelist “file,http,https,tcp,tls”
示例:
ffmpeg -protocol_whitelist “file,http,https,tcp,tls” -t 80 -i test.m3u8 -c copy test.mp4

猜你喜欢

转载自blog.csdn.net/ternence_hsu/article/details/108107188
今日推荐