Re: [FFmpeg-devel] [PATCH 2/2] avformat/hls: reduce default max reload to 100

2023-05-11 Thread Michael Niedermayer
On Thu, May 11, 2023 at 07:36:04PM +0200, Paul B Mahol wrote: > On Wed, May 10, 2023 at 11:58 PM Michael Niedermayer > wrote: > > > The 1000 did result in a apparent never ending reload loop > > > > > How so? Somewhere overflow happens causing infinity? no, it was lack of patience each reload

Re: [FFmpeg-devel] [PATCH 2/2] avformat/hls: reduce default max reload to 100

2023-05-11 Thread Paul B Mahol
On Wed, May 10, 2023 at 11:58 PM Michael Niedermayer wrote: > The 1000 did result in a apparent never ending reload loop > > How so? Somewhere overflow happens causing infinity? > Issue found by: Сергей Колесников > Signed-off-by: Michael Niedermayer > --- > libavformat/hls.c | 2 +- > 1

[FFmpeg-devel] [PATCH 2/2] avformat/hls: reduce default max reload to 100

2023-05-10 Thread Michael Niedermayer
The 1000 did result in a apparent never ending reload loop Issue found by: Сергей Колесников Signed-off-by: Michael Niedermayer --- libavformat/hls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 11e345b280..77bce8fc0d 100644 ---