1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For RTC publisher, support black-hole

This commit is contained in:
winlin 2020-04-27 09:35:50 +08:00
parent e4329fd1a0
commit 7692e589ed
5 changed files with 146 additions and 17 deletions

View file

@ -534,6 +534,8 @@ public:
virtual int get_rtc_server_padding();
virtual bool get_rtc_server_perf_stat();
virtual int get_rtc_server_queue_length();
virtual bool get_rtc_server_black_hole();
virtual std::string get_rtc_server_black_hole_publisher();
private:
virtual int get_rtc_server_reuseport2();
virtual bool get_rtc_server_gso2();