Disable enhanced-rtmp H265 default

This commit is contained in:
xiongziliang
2023-12-17 18:10:47 +08:00
parent a72d87cca7
commit 189f787746
2 changed files with 2 additions and 2 deletions

View File

@@ -242,7 +242,7 @@ static onceToken token([]() {
mINI::Instance()[kHandshakeSecond] = 15;
mINI::Instance()[kKeepAliveSecond] = 15;
mINI::Instance()[kDirectProxy] = 1;
mINI::Instance()[kEnhanced] = 1;
mINI::Instance()[kEnhanced] = 0;
});
} // namespace Rtmp