Re: [FFmpeg-devel] [PATCH 2/3] Adds a new hls_flag peak_segment_bw

2018-09-28 Thread Jeyapal, Karthick
On 9/28/18 11:33 AM, Amit Kale wrote: > If this flag is set, BANDWIDTH value in a master playlist entry will be set > to the peak segment bandwidth. This patch also delays freeing of hls stream > data, so that it's available for bandwidth calculation. This is a very useful feature. Thanks for co

[FFmpeg-devel] [PATCH 2/3] Adds a new hls_flag peak_segment_bw

2018-09-27 Thread Amit Kale
If this flag is set, BANDWIDTH value in a master playlist entry will be set to the peak segment bandwidth. This patch also delays freeing of hls stream data, so that it's available for bandwidth calculation. Signed-off-by: Amit Kale --- doc/muxers.texi | 4 libavformat/hlsenc.c | 29