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

For #1638, #307, config to discard aac for rtc

This commit is contained in:
winlin 2020-03-22 08:28:51 +08:00
parent e1fe2d1c1d
commit 2da4e0a43e
5 changed files with 37 additions and 2 deletions

View file

@ -509,6 +509,7 @@ public:
SrsConfDirective* get_rtc(std::string vhost);
bool get_rtc_enabled(std::string vhost);
bool get_rtc_bframe_discard(std::string vhost);
bool get_rtc_aac_discard(std::string vhost);
// vhost specified section
public: