UI: Add options for new socket loop

This commit is contained in:
derrod
2017-02-22 02:05:45 +01:00
committed by jp9000
parent f8617bd359
commit 379b41aa0e
5 changed files with 214 additions and 99 deletions

View File

@@ -1001,6 +1001,10 @@ bool OBSBasic::InitBasicConfigDefaults()
config_set_default_uint (basicConfig, "Output", "MaxRetries", 20);
config_set_default_string(basicConfig, "Output", "BindIP", "default");
config_set_default_bool (basicConfig, "Output", "NewSocketLoopEnable",
false);
config_set_default_bool (basicConfig, "Output", "LowLatencyEnable",
false);
int i = 0;
uint32_t scale_cx = cx;