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 10E8243B15 for ; Fri, 12 Aug 2022 14:34:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C1E2968B93E; Fri, 12 Aug 2022 17:34:32 +0300 (EEST) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5763468B881 for ; Fri, 12 Aug 2022 17:34:27 +0300 (EEST) Received: by mail-ej1-f48.google.com with SMTP id fy5so2371464ejc.3 for ; Fri, 12 Aug 2022 07:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc; bh=kjJvJtLPRIFXxZ55fABhI42JjOqChEdynoQAbBPu7YU=; b=V9/ShhUOAwZikN/K6cqRCjHBVPXs8TTHdyNn/S4NUq1jKCc/CsqtlV5GYk7jz3oWNr 1GEPXXZ/u1vYJLSHBHmGNtlupjnMbtMGcfQBJjrQ6huZ6An/MTQ81se2hkWlDb8rOJTa FAuNvonntxVUP2ohzjAOMAnkOO5GKJwl1371Av9ZrpMWgh1NtDQfCw8F0hga/QepCxV6 7ZzGsdBKcVhkzPbImyOzNlXr/KDh956IzeAYjWu6Q0yck7BhLvKgNcvt/Ks5IY8iXoO+ 8Vz2cjnKbZ2HNaHDbxonO0Hc6ad2mnOAfyJaYtPtfuHexR3cMS4uo2vgW+XE+fagiJi1 yHyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc; bh=kjJvJtLPRIFXxZ55fABhI42JjOqChEdynoQAbBPu7YU=; b=lhNBH0182r+psGNuQwGEeqUWIs3e4yt2TB5LIQGd7PuqFMWgKNq9SGPEd0q7ntFQ9y xA8JhA64PHHzY7EK1CSaxkXtMc9T2AUtDsOsjysdAGw9n0NRcJr70j8iB1VqcyYuqKOD MIW+dpq8qEOZus50qGH8W33VY8uiF6Ke4aiH4BN6vb+qXcl9HKOlutFlD91s1N4PTk/3 FJ8vqdtxmIJtj5S2Csl4EQw36T3wdjPNpwl+Nwy7iQ3eOXcaQwHmXgTQjskpGk/Hd3h1 nPfeTN9Q81mpEPnr95GvpvUEQAI/E2Z23r/hXuf/fWMlgD8hTeCq4OOwPfVuLe9/6CeO m+aA== X-Gm-Message-State: ACgBeo3OAelHErBHEpii/fDvsEYUf92nYBVG28WjTv9f8O3YGTvAnjjY olfCMMacntcPYLHbQ1VS1Kks4JTfbyHBups2hOUy/xBf X-Google-Smtp-Source: AA6agR4ThQTKKoSEo1AkUDPXCtaRgn9sOppyyorVab37j0Q8cR0LCWSo1EbvC+OHtl5aJHC4ldix4unT6UZFzUlSrP4= X-Received: by 2002:a17:907:d07:b0:72e:ec79:ad0f with SMTP id gn7-20020a1709070d0700b0072eec79ad0fmr2985694ejc.296.1660314865928; Fri, 12 Aug 2022 07:34:25 -0700 (PDT) MIME-Version: 1.0 References: <20220810222708.186270-1-derek.buitenhuis@gmail.com> <612e12d2-4df2-a2fc-5560-7acd93c2fc8f@rothenpieler.org> <20220811201834.GE2088045@pb2> <7ce22e69-d0ad-16b7-52c6-0a447ce05be2@rothenpieler.org> In-Reply-To: From: Mark Gaiser Date: Fri, 12 Aug 2022 16:34:09 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway 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: On Fri, Aug 12, 2022 at 4:30 PM Kieran Kunhya wrote: > On Fri, 12 Aug 2022 at 15:22, Vittorio Giovara > > wrote: > > > On Fri, Aug 12, 2022 at 12:51 AM Derek Buitenhuis < > > derek.buitenhuis@gmail.com> wrote: > > > > > As it exists right now though, I don't really see why lavf needs what > > > amounts to a URL builder for a service as a "protocol" - this totally > > > the wrong layer to do that at... > > > > > > > Agreed, this protocol should be dropped IMO. > > > > Agreed. In a similar vein, we don't suddenly decide to pick DNS servers for > the user if they don't have one configured. Great opinion you 2, 0 constructiveness. That doesn't help at all. Please try again in a constructive manner that convinces me of your undoubtedly great arguments! _______________________________________________ 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".