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

Support config to disable stat to improve performance.

This commit is contained in:
winlin 2020-04-16 18:37:37 +08:00
parent 810b32138e
commit 1a6e055f7f
5 changed files with 45 additions and 15 deletions

View file

@ -537,6 +537,7 @@ private:
virtual bool get_rtc_server_gso2();
public:
virtual int get_rtc_server_padding();
virtual bool get_rtc_server_perf_stat();
public:
SrsConfDirective* get_rtc(std::string vhost);