mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add packets interval in ms to set the right send_min_interval
This commit is contained in:
parent
de48b477ae
commit
e7714cd445
9 changed files with 48 additions and 22 deletions
|
@ -875,8 +875,9 @@ vhost stream.control.com {
|
|||
# delivery packets in constant interval(not cbr).
|
||||
# @remark 0 to disable the minimal interval.
|
||||
# @remark >0 to make the srs to send message one by one.
|
||||
# @remark user can get the right packets interval in ms by srs_rtmp_dump.
|
||||
# default: 0
|
||||
send_min_interval 10;
|
||||
send_min_interval 10.0;
|
||||
# whether reduce the sequence header,
|
||||
# for some client which cannot got duplicated sequence header,
|
||||
# while the sequence header is not changed yet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue