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.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".