You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nginx-live-module/README.md
+9
Original file line number
Diff line number
Diff line change
@@ -1179,6 +1179,15 @@ tweaks the timestamp of the existing candidate instead of adding a new value to
1179
1179
Sets a margin around the minimum span for segment pts candidates.
1180
1180
When choosing the end pts for a segment, candidates whose span is greater than the minimum span by more than the configured margin are disqualified.
1181
1181
1182
+
#### segmenter_max_span_average
1183
+
***syntax**: `segmenter_max_span_average msec;`
1184
+
***default**: `500ms`
1185
+
***context**: `live`, `preset`
1186
+
1187
+
Sets a maximum value for averaging the min/max segment split pts values.
1188
+
When choosing the end pts for a segment, if the difference between the min/max split pts of the different tracks is lower than this value, the average of the min/max is used.
0 commit comments