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

2023-09-16 Thread Michael Niedermayer
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 > > The RFC mandates that "If the client reloads a Playlist file and finds that > it has not > changed, then it MUST wait for a period of one-half the target

[FFmpeg-devel] [PATCH 1/3] avformat/hls: reduce default max reload to 3

2023-05-14 Thread Michael Niedermayer
The 1000 did result in the appearance of a never ending reload loop The RFC mandates that "If the client reloads a Playlist file and finds that 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 l