mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #307, change max padding to 127 for GSO.
This commit is contained in:
parent
5ad99b119d
commit
b91e07f475
2 changed files with 3 additions and 3 deletions
|
@ -4843,7 +4843,7 @@ bool SrsConfig::get_rtc_server_gso2()
|
|||
|
||||
int SrsConfig::get_rtc_server_padding()
|
||||
{
|
||||
static int DEFAULT = 0;
|
||||
static int DEFAULT = 127;
|
||||
|
||||
SrsConfDirective* conf = root->get("rtc_server");
|
||||
if (!conf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue