UI: Set simple output mode to always use CBR for stream

This commit is contained in:
jp9000 2016-05-26 07:54:29 -07:00
parent fdd556056f
commit 8d002fb6ec

View File

@ -342,6 +342,7 @@ void SimpleOutput::Update()
preset = config_get_string(main->Config(), "SimpleOutput", presetType);
obs_data_set_string(h264Settings, "rate_control", "CBR");
obs_data_set_int(h264Settings, "bitrate", videoBitrate);
if (advanced) {