Flussonic

HLS segment duration

I have an issue on one of my servers with HLS durations.
I have it set to 10 segments with 6sec durations but it seems to switch to 2sec durations.
See manifest below.

#EXTM3U
#EXT-X-TARGETDURATION:6
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:47332
#EXT-X-PROGRAM-DATE-TIME:2021-08-30T16:36:04Z
#EXTINF:2.166,
2021/08/30/16/36/04-02167.ts
#EXTINF:2.166,
2021/08/30/16/36/07-02167.ts
#EXTINF:2.166,
2021/08/30/16/36/09-02167.ts

scte35-mbr {
url copy://scte35 scte35=true;
segment_count 10;
segment_duration 6;
}

Hi,
The segment_duration 6 depends on GOP of original source.
To set up segment_duration 6 you should use transcoder with GOP multiple of the frame rate.
Could you check original source fps with /opt/flussonic/bin/ffprobe source_url and set up GOP.

Don’t forget that you can create a support ticket at my.flussonic.com