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 9D6EB46465 for ; Sat, 16 Sep 2023 17:40:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 60DF968C7D9; Sat, 16 Sep 2023 20:40:09 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7042468C1B8 for ; Sat, 16 Sep 2023 20:40:02 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 58AEB40004 for ; Sat, 16 Sep 2023 17:39:59 +0000 (UTC) Date: Sat, 16 Sep 2023 19:39:59 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230916173959.GY8640@pb2> References: <20230515000547.1703-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20230515000547.1703-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/3] avformat/hls: reduce default max reload to 3 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="===============1962429814954834032==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1962429814954834032== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="l+LxDeyHMCBjwres" Content-Disposition: inline --l+LxDeyHMCBjwres Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 15, 2023 at 02:05:45AM +0200, Michael Niedermayer wrote: > The 1000 did result in the appearance of a never ending reload loop >=20 > The RFC mandates that "If the client reloads a Playlist file and finds th= at it has not > changed, then it MUST wait for a period of one-half the target > duration before retrying." and if it has changed > "the client MUST wait for at least the target duration before attempting = to reload the > Playlist file again" >=20 > Trying to reload 3 times seems a better default than 1000 given these > durations >=20 > Issue found by: =D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9 =D0=9A=D0=BE=D0=BB= =D0=B5=D1=81=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2 > Signed-off-by: Michael Niedermayer > --- > libavformat/hls.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry. --l+LxDeyHMCBjwres Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZQXobwAKCRBhHseHBAsP q7tQAJ4pmbNavTQepRVTra532rjUpQdEtACgkdry7dWJhn/LasgBnvmB9hQT4Sc= =LVCJ -----END PGP SIGNATURE----- --l+LxDeyHMCBjwres-- --===============1962429814954834032== 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". --===============1962429814954834032==--