mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support publish_1stpkt_timeout and publish_normal_timeout
This commit is contained in:
parent
170ad05148
commit
7273c33c35
8 changed files with 143 additions and 12 deletions
|
@ -883,6 +883,12 @@ vhost stream.control.com {
|
|||
# while the sequence header is not changed yet.
|
||||
# default: off
|
||||
reduce_sequence_header on;
|
||||
# the 1st packet timeout in ms for encoder.
|
||||
# default: 20000
|
||||
publish_1stpkt_timeout 20000;
|
||||
# the normal packet timeout in ms for encoder.
|
||||
# default: 5000
|
||||
publish_normal_timeout 7000;
|
||||
}
|
||||
|
||||
# the vhost for antisuck.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue