mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, support padding for GSO
This commit is contained in:
parent
6869ccca50
commit
bbdd2d7eed
5 changed files with 68 additions and 17 deletions
|
@ -535,6 +535,9 @@ public:
|
|||
virtual bool get_rtc_server_gso();
|
||||
private:
|
||||
virtual bool get_rtc_server_gso2();
|
||||
public:
|
||||
virtual int get_rtc_server_padding();
|
||||
|
||||
public:
|
||||
SrsConfDirective* get_rtc(std::string vhost);
|
||||
bool get_rtc_enabled(std::string vhost);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue