Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: deprecate hls_wrap option

2017-02-08 Thread Michael Niedermayer
On Wed, Feb 08, 2017 at 10:54:06AM +0800, Steven Liu wrote: > When user use the hls_wrap, there have many problem: > 1. some platform refersh the old but usefull segment > 2. CDN(Content Delivery Network) Deliver HLS not friendly > > The hls_wrap is used to wrap segments for use little space, > no

[FFmpeg-devel] [PATCH] avformat/hlsenc: deprecate hls_wrap option

2017-02-07 Thread Steven Liu
When user use the hls_wrap, there have many problem: 1. some platform refersh the old but usefull segment 2. CDN(Content Delivery Network) Deliver HLS not friendly The hls_wrap is used to wrap segments for use little space, now user can use hls_list_size and hls_flags delete_segments instead it.