CmafOutputSettings.partDurationSeconds property
The target part duration in seconds. Norsk will make the largest parts it can without going over this target.
Set to 0 to disable low latency entirely: no partial segments are produced and the media playlists are emitted as standard (non-low-latency) HLS — without EXT-X-PART, EXT-X-PART-INF, EXT-X-PRELOAD-HINT or EXT-X-SERVER-CONTROL:CAN-BLOCK-RELOAD. This is the appropriate choice when delivering through a caching CDN, where blocking playlist reloads would otherwise force every reload to bypass the cache and hit the origin.
Signature:
partDurationSeconds: number;