1
0
Fork 0
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:
winlin 2020-03-01 10:09:44 +08:00 committed by GitHub
parent 6224eb2af6
commit f917cc1e0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {