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

Support filter RTC candidate by ip family, ipv4 by default.

This commit is contained in:
winlin 2020-05-09 10:53:52 +08:00
parent 215b1c234b
commit c31ffc40e4
4 changed files with 65 additions and 1 deletions

View file

@ -525,6 +525,7 @@ public:
virtual bool get_rtc_server_enabled(SrsConfDirective* conf);
virtual int get_rtc_server_listen();
virtual std::string get_rtc_server_candidates();
virtual std::string get_rtc_server_ip_family();
virtual bool get_rtc_server_ecdsa();
virtual int get_rtc_server_sendmmsg();
virtual bool get_rtc_server_encrypt();