mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support keep original seq
This commit is contained in:
parent
29661802b6
commit
c30565b4c0
7 changed files with 64 additions and 22 deletions
|
@ -491,6 +491,10 @@ vhost rtc.vhost.srs.com {
|
|||
# The strick check when process stun.
|
||||
# default: off
|
||||
stun_strict_check on;
|
||||
# Whether keep original sequence number.
|
||||
# If off, we will regenerate the sequence number for RTP packet.
|
||||
# default: off
|
||||
keep_sequence off;
|
||||
}
|
||||
# whether enable min delay mode for vhost.
|
||||
# default: on, for RTC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue