mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support config the DTLS role and version
This commit is contained in:
parent
a6ade57ce5
commit
94ebcf6306
10 changed files with 171 additions and 38 deletions
|
@ -495,6 +495,12 @@ vhost rtc.vhost.srs.com {
|
|||
# If off, we will regenerate the sequence number for RTP packet.
|
||||
# default: off
|
||||
keep_sequence off;
|
||||
# The role of dtls when peer is actpass: passive or active
|
||||
# default: passive
|
||||
dtls_role passive;
|
||||
# The version of dtls, support dtls1.0, dtls1.2, and auto
|
||||
# default: auto
|
||||
dtls_version auto;
|
||||
}
|
||||
# whether enable min delay mode for vhost.
|
||||
# default: on, for RTC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue