mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-12 02:29:03 -04:00
UI: Add options for new socket loop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user