Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix too many open files bug

2017-01-18 Thread
I test the new patch, it is OK. Thanks Yin Jiaoyuan At 2017-01-19 10:20:38, "Steven Liu" wrote: >When use http method to delete the old segments, >there is only io_open, hove not io_close yet, >this patch is used to fix it > >Signed-off-by: Steven Liu >--- > libavformat/hlsenc.c | 2 ++ > 1 f

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix bug of hlsenc http delete old segments

2017-01-18 Thread
I test this patch, I found it show below log info and ffmpeg term auto. av_interleaved_write_frame(): Too many open files No more output streams to write to, finishing. I think it is not OK. Yin Jiaoyuan At 2017-01-19 07:08:08, "Steven Liu" wrote: >2017-01-17 14:28 GMT+08:00 Steven Liu : > >