提交 49396233 编写于 作者: C Clayton Groeneveld

UI: Use stream track if no tracks are selected

上级 74cd1da6
......@@ -1290,6 +1290,9 @@ inline void AdvancedOutput::SetupRecording()
unsigned int cy = 0;
int idx = 0;
if (tracks == 0)
tracks = config_get_int(main->Config(), "AdvOut", "TrackIndex");
if (useStreamEncoder) {
obs_output_set_video_encoder(fileOutput, h264Streaming);
if (replayBuffer)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册