Skip to content

Commit cb60292

Browse files
committed
update readme
1 parent cb31033 commit cb60292

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

nginx-live-module/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,15 @@ tweaks the timestamp of the existing candidate instead of adding a new value to
11791179
Sets a margin around the minimum span for segment pts candidates.
11801180
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.
11811181

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.
1189+
Otherwise, the original candidate pts is used.
1190+
11821191
#### segmenter_ready_threshold
11831192
* **syntax**: `segmenter_ready_threshold percent;`
11841193
* **default**: `150`

0 commit comments

Comments
 (0)