mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support disable the NACK no-copy, enable copy by default
This commit is contained in:
parent
44aa976976
commit
c20d8fb617
7 changed files with 81 additions and 8 deletions
|
@ -563,6 +563,7 @@ public:
|
|||
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_nack_no_copy(std::string vhost);
|
||||
bool get_rtc_twcc_enabled(std::string vhost);
|
||||
|
||||
// vhost specified section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue