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 be

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 fil