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

流过昼夜 提交于 2020-08-20 08:43:07

问题

转码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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!