|
@@ -1060,9 +1060,6 @@ bool SimpleOutput::SetupStreaming(obs_service_t *service)
|
|
obs_output_get_signal_handler(streamOutput), "stop",
|
|
obs_output_get_signal_handler(streamOutput), "stop",
|
|
OBSStopStreaming, this);
|
|
OBSStopStreaming, this);
|
|
|
|
|
|
- bool isEncoded = obs_output_get_flags(streamOutput) &
|
|
|
|
- OBS_OUTPUT_ENCODED;
|
|
|
|
-
|
|
|
|
outputType = type;
|
|
outputType = type;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1975,9 +1972,6 @@ inline void AdvancedOutput::SetupVodTrack(obs_service_t *service)
|
|
|
|
|
|
bool AdvancedOutput::SetupStreaming(obs_service_t *service)
|
|
bool AdvancedOutput::SetupStreaming(obs_service_t *service)
|
|
{
|
|
{
|
|
- int streamTrack =
|
|
|
|
- config_get_int(main->Config(), "AdvOut", "TrackIndex");
|
|
|
|
-
|
|
|
|
if (!useStreamEncoder ||
|
|
if (!useStreamEncoder ||
|
|
(!ffmpegOutput && !obs_output_active(fileOutput))) {
|
|
(!ffmpegOutput && !obs_output_active(fileOutput))) {
|
|
UpdateStreamSettings();
|
|
UpdateStreamSettings();
|
|
@@ -2029,9 +2023,6 @@ bool AdvancedOutput::SetupStreaming(obs_service_t *service)
|
|
obs_output_get_signal_handler(streamOutput), "stop",
|
|
obs_output_get_signal_handler(streamOutput), "stop",
|
|
OBSStopStreaming, this);
|
|
OBSStopStreaming, this);
|
|
|
|
|
|
- bool isEncoded = obs_output_get_flags(streamOutput) &
|
|
|
|
- OBS_OUTPUT_ENCODED;
|
|
|
|
-
|
|
|
|
outputType = type;
|
|
outputType = type;
|
|
}
|
|
}
|
|
|
|
|