Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: added segment file deletion

2014-12-10 Thread Michael Niedermayer
On Wed, Dec 10, 2014 at 03:31:00PM +, Christian Suloway wrote: > On 12/9/14, 7:44 PM, "Michael Niedermayer" wrote: > > >On Mon, Dec 08, 2014 at 10:25:05AM -0600, Christian Suloway wrote: > >> This option flag deletes segment files removed from the playlist after a > >> period of time equal to

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: added segment file deletion

2014-12-10 Thread Christian Suloway
On 12/9/14, 7:44 PM, "Michael Niedermayer" wrote: >On Mon, Dec 08, 2014 at 10:25:05AM -0600, Christian Suloway wrote: >> This option flag deletes segment files removed from the playlist after a >> period of time equal to the duration of the segment plus the duration of >> the playlist. > >can you

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: added segment file deletion

2014-12-09 Thread Michael Niedermayer
On Mon, Dec 08, 2014 at 10:25:05AM -0600, Christian Suloway wrote: > This option flag deletes segment files removed from the playlist after a > period of time equal to the duration of the segment plus the duration of > the playlist. can you explain the usecase for this ? isnt -hls_wrap already ac