mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For SRT, perfer mix_correct to true as default.
This commit is contained in:
parent
6224eb2af6
commit
f917cc1e0c
1 changed files with 1 additions and 1 deletions
|
@ -6765,7 +6765,7 @@ bool SrsConfig::get_srt_mix_correct() {
|
|||
if (!conf || conf->arg0().empty()) {
|
||||
return DEFAULT;
|
||||
}
|
||||
return SRS_CONF_PERFER_FALSE(conf->arg0());
|
||||
return SRS_CONF_PERFER_TRUE(conf->arg0());
|
||||
}
|
||||
|
||||
int SrsConfig::get_srto_maxbw() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue