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