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

Config to use RSA or ECDSA

This commit is contained in:
winlin 2020-04-03 15:03:09 +08:00
parent 5e06a2568b
commit c70a0eb07c
7 changed files with 48 additions and 10 deletions

View file

@ -520,6 +520,7 @@ public:
virtual bool get_rtc_server_enabled(SrsConfDirective* conf);
virtual int get_rtc_server_listen();
virtual std::string get_rtc_server_candidates();
virtual bool get_rtc_server_ecdsa();
SrsConfDirective* get_rtc(std::string vhost);
bool get_rtc_enabled(std::string vhost);