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

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Nov 23 12:42:27 EET 2017


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?

Carl Eugen


More information about the ffmpeg-devel mailing list