From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 10A534BB0C for ; Wed, 21 May 2025 20:04:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id C7ED768DC4C; Wed, 21 May 2025 23:04:17 +0300 (EEST) Received: from mail.treehouse.org.za (mail.treehouse.org.za [116.202.197.4]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 7BF7D68D7A9 for ; Wed, 21 May 2025 23:04:11 +0300 (EEST) Received: from [2c0f:ef18:1827:0:58f6:749d:e8bf:5f49] by mail.treehouse.org.za with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Exim 4.97) (envelope-from ) id 1uHpfd-00000004pJd-3HqN; Wed, 21 May 2025 20:04:11 +0000 Message-ID: <91e609c08d1153ce36d0d3107226bef525314317.camel@treehouse.org.za> To: "softworkz ." , FFmpeg development discussions and patches Date: Wed, 21 May 2025 22:04:07 +0200 In-Reply-To: References: User-Agent: Evolution 3.52.3-0ubuntu1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] Accept a colon in the path of a URI, instead of stripping preceding characters. 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: , From: Timothy Allen via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Timothy Allen 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 Wed, 2025-05-21 at 19:25 +0000, softworkz . wrote: > What I mean and what the comment in the ticket is probably > suggesting, > is that the HLS demuxer should URL-encode the URL after combining the > base url with the segment file name before making a request for the > segment. Ah, sure. That was my original plan, but then I realised that the URL canonicalisation (or decomposition) step was already there, and I was concerned about adding an extra step that changed the dynamics of URLs for this specific case. Let me take another look and see if I can figure out a reasonable way of percent-encoding the URL in the specific case of playlists (or possibly just HLS). Thanks! Tim _______________________________________________ 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".