NDI discovery
This commit is contained in:
@@ -91,6 +91,10 @@ void ApplyOutputConfig(const JsonValue& root, AppConfig& config)
|
||||
ApplyBool(*keying, "external", config.output.externalKeyingEnabled);
|
||||
ApplyBool(*keying, "alphaRequired", config.output.outputAlphaRequired);
|
||||
}
|
||||
if (config.output.externalKeyingEnabled)
|
||||
config.output.outputAlphaRequired = true;
|
||||
if (config.output.backend != "decklink")
|
||||
config.output.externalKeyingEnabled = false;
|
||||
}
|
||||
|
||||
JsonValue InputConfigToJson(const VideoInputAppConfig& input)
|
||||
|
||||
Reference in New Issue
Block a user