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

2017-01-18 Thread Steven Liu
2017-01-19 9:35 GMT+08:00 殷焦元 : > 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 > ok , i wll make a new patch to file the too m

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 : > >

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

2017-01-18 Thread Steven Liu
2017-01-17 14:28 GMT+08:00 Steven Liu : > when push hls to http server, the old segemnts can not delete by hls > formats. > so add the http option into hls_delete_old_segments > > Reported-by: Yin Jiaoyuan > Signed-off-by: Steven Liu > --- > libavformat/hlsenc.c | 17 +++-- > 1 file

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

2017-01-16 Thread Steven Liu
when push hls to http server, the old segemnts can not delete by hls formats. so add the http option into hls_delete_old_segments Reported-by: Yin Jiaoyuan Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/l