[FFmpeg-devel] [PATCH] avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tag

Jeyapal, Karthick kjeyapal at akamai.com
Thu Nov 23 13:24:16 EET 2017


On 11/23/17, 4:13 PM, "Carl Eugen Hoyos" <ceffmpeg at gmail.com> wrote:
>
>2017-11-23 6:05 GMT+01:00 Karthick J <kjeyapal at akamai.com>:
>
>> +    if (hls->flags & HLS_SPLIT_BY_TIME) {
>> +        // Independent segments cannot be guaranteed when splitting by time
>> +        hls->flags &= ~HLS_INDEPENDENT_SEGMENTS;
>
>Shouldn't this show a warning?
Thanks for your comments.
I have added the warning in the new patch v2 as you have rightly suggested.
>
>Carl Eugen

regards,
Karthick




More information about the ffmpeg-devel mailing list