Re: [FFmpeg-devel] [PATCH] add append_list flag into hlsenc

2016-08-20 Thread Steven Liu
2016-08-20 19:51 GMT+08:00 Michael Niedermayer : > On Thu, Aug 11, 2016 at 11:04:43PM +0800, Steven Liu wrote: > > When ffmpeg exit by exception, start a new ffmpeg will cover the old > > segment list, add this flag can continue append the new segments into old > > hls

Re: [FFmpeg-devel] [PATCH] add append_list flag into hlsenc

2016-08-20 Thread Michael Niedermayer
On Thu, Aug 11, 2016 at 11:04:43PM +0800, Steven Liu wrote: > When ffmpeg exit by exception, start a new ffmpeg will cover the old > segment list, add this flag can continue append the new segments into old > hls segment list [...] > +static int parse_playlist(AVFormatContext *s, const char *url)

Re: [FFmpeg-devel] [PATCH] add append_list flag into hlsenc

2016-08-18 Thread Steven Liu
Steven Liu 于2016年8月15日 周一上午11:23写道: > 2016-08-11 23:04 GMT+08:00 Steven Liu : > >> When ffmpeg exit by exception, start a new ffmpeg will cover the old >> segment list, add this flag can continue append the new segments into old >> hls segment

Re: [FFmpeg-devel] [PATCH] add append_list flag into hlsenc

2016-08-14 Thread Steven Liu
2016-08-11 23:04 GMT+08:00 Steven Liu : > When ffmpeg exit by exception, start a new ffmpeg will cover the old > segment list, add this flag can continue append the new segments into old > hls segment list > > Signed-off-by: LiuQi > --- >

Re: [FFmpeg-devel] [PATCH] add append_list flag into hlsenc

2016-08-14 Thread Steven Liu
2016-08-11 23:04 GMT+08:00 Steven Liu : > When ffmpeg exit by exception, start a new ffmpeg will cover the old > segment list, add this flag can continue append the new segments into old > hls segment list > > Signed-off-by: LiuQi > --- >

[FFmpeg-devel] [PATCH] add append_list flag into hlsenc

2016-08-11 Thread Steven Liu
When ffmpeg exit by exception, start a new ffmpeg will cover the old segment list, add this flag can continue append the new segments into old hls segment list Signed-off-by: LiuQi --- doc/muxers.texi | 4 libavformat/hlsenc.c | 63