segmenter_track_add_snap_range

The `segmenter_track_add_snap_range` directive specifies a range of segment timestamps to be included when segmenting media for playback.

Syntaxsegmenter_track_add_snap_range range;
Defaultnone
Context
Arguments1

Description

The segmenter_track_add_snap_range directive is part of the Kaltura Media Framework, specifically within its NGINX module. This directive allows the user to define a specific timestamp range for media segments, effectively controlling the segments that are included during the content segmentation process. By setting this range, content providers can dictate which portions of the media are available for streaming or playback, thus optimizing bandwidth usage and enhancing user experience by tailoring the media delivery to specific time frames.

Config Example

segmenter_track_add_snap_range 00:00:10-00:00:20;

Ensure the provided range is valid and does not exceed the duration of the media being segmented.

Multiple directives can conflict if not managed properly; ensure that ranges are mutually exclusive.

← Back to all directives