1
0
Fork 0
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:
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;