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 539764BAD5 for ; Wed, 21 May 2025 19:09:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id DD40668DBE0; Wed, 21 May 2025 22:09: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 32F5768DAF9 for ; Wed, 21 May 2025 22:09:10 +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 1uHooO-00000004kD8-0eR1 for ffmpeg-devel@ffmpeg.org; Wed, 21 May 2025 19:09:09 +0000 Message-ID: To: ffmpeg-devel@ffmpeg.org Date: Wed, 21 May 2025 21:09:03 +0200 In-Reply-To: References: User-Agent: Evolution 3.52.3-0ubuntu1 MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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 18:56 +0000, softworkz . wrote: > Why do you think it would require control over the server side? The original ticket is referring to HLS, and specifically the manifest of HLS, which means a remotely-hosted M3U playlist. In principle, the user could download the playlist, convert any relative URLs to absolute URLs, and percent-encode the URLs. In practice, for most users, the URL will simply not play (or will skip any segments containing colons in the URL) without any indication of why the URL is failing. 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".