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

2017-02-09 Thread Steven Liu
2017-02-09 18:53 GMT+08:00 Carl Eugen Hoyos : > 2017-02-09 11:52 GMT+01:00 Steven Liu : > > 2017-02-09 18:46 GMT+08:00 Carl Eugen Hoyos : > > > >> 2017-02-09 8:58 GMT+01:00 Steven Liu : > >> > >> > +#if

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

2017-02-09 Thread Carl Eugen Hoyos
2017-02-09 11:52 GMT+01:00 Steven Liu : > 2017-02-09 18:46 GMT+08:00 Carl Eugen Hoyos : > >> 2017-02-09 8:58 GMT+01:00 Steven Liu : >> >> > +#if FF_API_HLS_WRAP >> > {"hls_wrap", "set number after which the index wraps",

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

2017-02-08 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.