翻译:协议‘文件’不在白名单‘“file,https,crypto,tcp”’中!

解决办法:复制命令运行即可


ffmpeg -protocol_whitelist concat,file,http,https,tcp,tls,crypto -t 80 -i index.m3u8 -c copy test.mp4


ffmpeg -protocol_whitelist "file,http,https,tcp,tls" -t 80 -i "index.m3u8" "save.mp4"

更多推荐