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

你可能感兴趣的:(ffmpeg,ffmpeg,m3u8,http,protocol,whitelist)