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 F2E4344C2B for ; Sun, 14 May 2023 21:39:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DC70468BF7C; Mon, 15 May 2023 00:39:51 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C9B08687EB0 for ; Mon, 15 May 2023 00:39:45 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 14291C0004 for ; Sun, 14 May 2023 21:39:44 +0000 (UTC) Date: Sun, 14 May 2023 23:39:44 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230514213944.GK1391451@pb2> References: <20230514194129.18840-1-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20230514194129.18840-1-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH] Revert "avformat/hls: fail on probing non hls/m3u8 file extensions" 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: multipart/mixed; boundary="===============7862291259817795556==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7862291259817795556== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="82U+nxpba3czjIX9" Content-Disposition: inline --82U+nxpba3czjIX9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 14, 2023 at 09:41:29PM +0200, Anton Khirnov wrote: > This reverts commit 6b1f68ccb04d791f0250e05687c346a99ff47ea1, which > broke many streams in the wild >=20 > Fixes #10353. This change violates a SHOULD in rfc8216 4. Playlists Each Playlist file MUST be identifiable either by the path component of its URI or by HTTP Content-Type. In the first case, the path MUST end with either .m3u8 or .m3u. In the second, the HTTP Content-Type MUST be "application/vnd.apple.mpegurl" or "audio/mpegurl". =20 =20 Clients SHOULD refuse to parse Playlists that are not so identified. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The commit message should mention the RFC and why it is not following the recommandition of not parsing such Playlists Also ive taken a very brief look at #10353 and the example there shown seems to fail because of the "?..." stuff in the url, it seemed to be =2Em3u8 files, only the leaves seemes .ts I do not object to revert this as a temporary fix of course thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I do not agree with what you have to say, but I'll defend to the death your right to say it. -- Voltaire --82U+nxpba3czjIX9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZGFVIAAKCRBhHseHBAsP qx1LAJ94ViInaRNwLgLWeyuiSoB8FMap/ACgmH/QzXEEvyceBmqROEqnWcmugqY= =ShDr -----END PGP SIGNATURE----- --82U+nxpba3czjIX9-- --===============7862291259817795556== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============7862291259817795556==--