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