mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support drop for specified PT
This commit is contained in:
parent
b9bd12192b
commit
3510c74cd4
5 changed files with 46 additions and 13 deletions
|
@ -497,6 +497,9 @@ vhost rtc.vhost.srs.com {
|
|||
# The version of dtls, support dtls1.0, dtls1.2, and auto
|
||||
# default: auto
|
||||
dtls_version auto;
|
||||
# Drop the packet with the pt(payload type), 0 never drop.
|
||||
# default: 0
|
||||
drop_for_pt 0;
|
||||
}
|
||||
# whether enable min delay mode for vhost.
|
||||
# default: on, for RTC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue