[FFmpeg-devel] Bug report

Leo Izen leo.izen at gmail.com
Wed Apr 20 23:24:10 EEST 2022


On 4/20/22 08:56, Dan Rose wrote:
> I tried to submit this on the bug tracker, but it never sent a verification email so posting here.
>
> The `-protocol_whitelist ALL` option appears to be broken. I expect it to allow any protocol as per documentation https://ffmpeg.org/ffmpeg-protocols.html#Protocol-Options
>> Set a ","-separated list of allowed protocols. "ALL" matches all protocols.
The problem here is that ffurl_connect calls av_match_list instead of 
av_match_name. For some reason, av_match_name treats "ALL" as a proper 
wildcard, but av_match_list does not. av_match_name assumes ',' as the 
delimiter, which should work in this context.



More information about the ffmpeg-devel mailing list