From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 6629841D51 for ; Wed, 20 Apr 2022 12:56:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 88BAA68B3BD; Wed, 20 Apr 2022 15:56:33 +0300 (EEST) Received: from mail-qv1-f68.google.com (mail-qv1-f68.google.com [209.85.219.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7C67068B3B2 for ; Wed, 20 Apr 2022 15:56:26 +0300 (EEST) Received: by mail-qv1-f68.google.com with SMTP id n11so1265910qvl.0 for ; Wed, 20 Apr 2022 05:56:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=AGF2vcVwFm6FaNf9wdZRm1xS6f3dAetpzGF73i3aR9A=; b=FY7Fk/PLZu4/8WY3UywewU71vcN6g+5zyJ+3MQIMdZCgE9yZLd14ZQQ2EHLRPQtNVm YPo/CepAFVUyaiupoIxhZRG6S7h8mUS4fJcmp7uU1g33S84pbVf5Xj09+fVyKkpELaRq +V+ok7SP8GiUrNOTNv4q+EnlfDUe/TRozWThYvNNNJj6GpWxcXi+g00o+L+IdzYhChL+ GvvWtmAHCzb2yWPRzRcBX93tM5w13sCt85/LRwmSaGCkDYHMaSpVQCBdQ+3/ps7a+aTp hCo3g/SifreXcRDxqJ92pbJFfy4eB3mGNgY1VJrb1fp7Av76huMn2hWsqp0Pe5Jh/L0I CVIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=AGF2vcVwFm6FaNf9wdZRm1xS6f3dAetpzGF73i3aR9A=; b=OA37pWWrhINsHni7RvYVVJ7uSj9F6H1UBrE0M7Un7oqDrLuLQhzbRpqEH7QE9v0lFt zRokgEG+674bwvBjiqBFolY+hCVnSuJjqWCXM0+Weii3gS2UtDQy1t+2Xcj6P11YfQoX 8h/YKOGR7OSE56nHjly6hzn/aunn9EaYn3wbts0w+l7P0g//ETvo0kby7DtJKxlzqIs4 nHZ0TuFC6RvEbO74UJEVcI3F7XNbKh7Gl0v0K9q3qe656bM627qy4Gt7x6oS7IAjXYAS X2aHfe6TqHbccAD5NH4kq81vj61mUiJ3/EKmoiQvXH6RoFz5vh3W6or1Umz9YSEIDQ6l Loow== X-Gm-Message-State: AOAM5310Qs8kJmLsVDCCEJOgyrw+hiaivAnyVg4U0auiP+MpjvckHkMz XZmOd19b32PW8CndVqcd2d64JteQZe+d8Q== X-Google-Smtp-Source: ABdhPJzd8PEbH+LtnHA0H3d5ZuldV9motL9i/X5qovSQKBAgp6rphXhuuQ9QbYisUSntw6O93BKIBg== X-Received: by 2002:a05:6214:509a:b0:446:692c:6c5a with SMTP id kk26-20020a056214509a00b00446692c6c5amr8309484qvb.120.1650459384691; Wed, 20 Apr 2022 05:56:24 -0700 (PDT) Received: from smtpclient.apple ([2601:444:c300:3e6:60e2:1b9a:d6d2:476d]) by smtp.gmail.com with ESMTPSA id d22-20020a05622a15d600b002f339abd3a3sm1701671qty.92.2022.04.20.05.56.23 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Apr 2022 05:56:23 -0700 (PDT) From: Dan Rose Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.100.1\)) Message-Id: <5557A32A-00C1-4ADA-964A-4426B88338DD@gmail.com> Date: Wed, 20 Apr 2022 07:56:22 -0500 To: ffmpeg-devel@ffmpeg.org X-Mailer: Apple Mail (2.3696.100.1) Subject: [FFmpeg-devel] Bug report X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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. It seems to not match any protocols at all: $ ffmpeg -v 9 -loglevel 99 -protocol_whitelist ALL -i file://in.mp4 out.mp4L ffmpeg version N-106633-g25d3f96db7 Copyright (c) 2000-2022 the FFmpeg developers built with Apple clang version 13.1.6 (clang-1316.0.21.2.3) configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/HEAD-25d3f96 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librist --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox --enable-neon libavutil 57. 24.101 / 57. 24.101 libavcodec 59. 26.100 / 59. 26.100 libavformat 59. 22.100 / 59. 22.100 libavdevice 59. 6.100 / 59. 6.100 libavfilter 8. 33.100 / 8. 33.100 libswscale 6. 6.100 / 6. 6.100 libswresample 4. 6.100 / 4. 6.100 libpostproc 56. 5.100 / 56. 5.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument '9'. Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'. Reading option '-protocol_whitelist' ... matched as AVOption 'protocol_whitelist' with argument 'ALL'. Reading option '-i' ... matched as input url with argument 'file://in.mp4'. Reading option 'out.mp4L' ... matched as output url. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument 9. Successfully parsed a group of options. Parsing a group of options: input url file://in.mp4. Successfully parsed a group of options. Opening an input file: file://in.mp4. [NULL @ 0x13f605000] Opening 'file://in.mp4' for reading [file @ 0x13f604ae0] Protocol 'file' not on whitelist 'ALL'! file://in.mp4: Invalid argument _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".