SRT: Tsbpdmode default on

This commit is contained in:
hondaxiao 2022-05-30 19:24:23 +08:00 committed by winlin
parent a929f79d2c
commit 26498a00fe

View File

@ -6793,7 +6793,7 @@ int SrsConfig::get_srto_mss() {
}
bool SrsConfig::get_srto_tsbpdmode() {
static bool DEFAULT = false;
static bool DEFAULT = true;
SrsConfDirective* conf = root->get("srt_server");
if (!conf) {
return DEFAULT;