|
@@ -385,7 +385,7 @@ inline void AdvancedOutput::UpdateRecordingSettings()
|
|
|
void AdvancedOutput::Update()
|
|
void AdvancedOutput::Update()
|
|
|
{
|
|
{
|
|
|
UpdateStreamSettings();
|
|
UpdateStreamSettings();
|
|
|
- if (useStreamEncoder && !ffmpegRecording)
|
|
|
|
|
|
|
+ if (!useStreamEncoder && !ffmpegRecording)
|
|
|
UpdateRecordingSettings();
|
|
UpdateRecordingSettings();
|
|
|
}
|
|
}
|
|
|
|
|
|