mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
5f7d23f123
commit
9dad53691e
2 changed files with 6 additions and 5 deletions
|
@ -6761,7 +6761,7 @@ int SrsConfig::get_srto_recv_latency() {
|
|||
}
|
||||
|
||||
int SrsConfig::get_srto_peer_latency() {
|
||||
static int DEFAULT = 120;
|
||||
static int DEFAULT = 0;
|
||||
SrsConfDirective* conf = root->get("srt_server");
|
||||
if (!conf) {
|
||||
return DEFAULT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue