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
|
@ -546,6 +546,7 @@ public:
|
|||
bool get_rtc_stun_strict_check(std::string vhost);
|
||||
std::string get_rtc_dtls_role(std::string vhost);
|
||||
std::string get_rtc_dtls_version(std::string vhost);
|
||||
int get_rtc_drop_for_pt(std::string vhost);
|
||||
bool get_rtc_nack_enabled(std::string vhost);
|
||||
bool get_rtc_twcc_enabled(std::string vhost);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue