1
0
Fork 0
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:
winlin 2020-06-29 10:59:39 +08:00
parent b9bd12192b
commit 3510c74cd4
5 changed files with 46 additions and 13 deletions

View file

@ -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);