Re: [FFmpeg-devel] [PATCH] avformat/hls: Pass a copy of the URL for probing

2020-07-01 Thread Michael Niedermayer
On Mon, Jun 29, 2020 at 09:18:18PM +0200, Michael Niedermayer wrote: > On Mon, Jun 29, 2020 at 09:08:07PM +0200, Andreas Rheinhardt wrote: > > Michael Niedermayer: > > > The segments / url can be modified by the io read when reloading > > > > > > This may be an alternative or additional fix for Ti

Re: [FFmpeg-devel] [PATCH] avformat/hls: Pass a copy of the URL for probing

2020-06-29 Thread Michael Niedermayer
On Mon, Jun 29, 2020 at 09:08:07PM +0200, Andreas Rheinhardt wrote: > Michael Niedermayer: > > The segments / url can be modified by the io read when reloading > > > > This may be an alternative or additional fix for Ticket8673 > > as a further alternative the reload stuff could be disabled during

Re: [FFmpeg-devel] [PATCH] avformat/hls: Pass a copy of the URL for probing

2020-06-29 Thread Andreas Rheinhardt
Michael Niedermayer: > The segments / url can be modified by the io read when reloading > > This may be an alternative or additional fix for Ticket8673 > as a further alternative the reload stuff could be disabled during > probing > > Signed-off-by: Michael Niedermayer > --- > libavformat/hls.c