mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
SRT: Tsbpdmode default on
This commit is contained in:
parent
a929f79d2c
commit
26498a00fe
1 changed files with 1 additions and 1 deletions
|
@ -6793,7 +6793,7 @@ int SrsConfig::get_srto_mss() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool SrsConfig::get_srto_tsbpdmode() {
|
bool SrsConfig::get_srto_tsbpdmode() {
|
||||||
static bool DEFAULT = false;
|
static bool DEFAULT = true;
|
||||||
SrsConfDirective* conf = root->get("srt_server");
|
SrsConfDirective* conf = root->get("srt_server");
|
||||||
if (!conf) {
|
if (!conf) {
|
||||||
return DEFAULT;
|
return DEFAULT;
|
||||||
|
|
Loading…
Reference in a new issue