SRT: Tsbpdmode default on
This commit is contained in:
parent
a929f79d2c
commit
26498a00fe
|
|
@ -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 New Issue
Block a user