mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use reduce_sequence_header for stream control.
This commit is contained in:
parent
b79d830e2c
commit
a0a89a8ca6
5 changed files with 56 additions and 14 deletions
|
@ -876,7 +876,12 @@ vhost stream.control.com {
|
|||
# @remark 0 to disable the minimal interval.
|
||||
# @remark >0 to make the srs to send message one by one.
|
||||
# default: 0
|
||||
send_min_interval 10;
|
||||
send_min_interval 10;
|
||||
# whether reduce the sequence header,
|
||||
# for some client which cannot got duplicated sequence header,
|
||||
# while the sequence header is not changed yet.
|
||||
# default: off
|
||||
reduce_sequence_header on;
|
||||
}
|
||||
|
||||
# the vhost for antisuck.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue