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

2016-08-21 Thread Steven Liu
2016-08-21 21:30 GMT+08:00 Michael Niedermayer : > On Sun, Aug 21, 2016 at 01:03:02PM +0800, Steven Liu wrote: > > Fix unused *duration* > > remove the #EXT-X-ENDLIST and #EXT-X-TARGETDURATION tags, > > keep intened with hls->duratin, hls->start_pos, hls->size. > > > > > > > > When ffmpeg exit by

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

2016-08-21 Thread Michael Niedermayer
On Sun, Aug 21, 2016 at 01:03:02PM +0800, Steven Liu wrote: > Fix unused *duration* > remove the #EXT-X-ENDLIST and #EXT-X-TARGETDURATION tags, > keep intened with hls->duratin, hls->start_pos, hls->size. > > > > When ffmpeg exit by exception, start a new ffmpeg will > cover the old segment list

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

2016-08-20 Thread Steven Liu
Fix unused *duration* remove the #EXT-X-ENDLIST and #EXT-X-TARGETDURATION tags, keep intened with hls->duratin, hls->start_pos, hls->size. 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 li