mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 05:08:37 -05:00
UI: Enable audio multi-track w/ mpegts streaming
This enables audio multi-track support in UI for mpegts streams (srt, rist ...). The UI changes were coded though to allow re-use by other protocols. Signed-off-by: pkv <pkv@obsproject.com>
This commit is contained in:
@@ -255,6 +255,7 @@ void OBSBasicSettings::SaveStream1Settings()
|
||||
|
||||
main->SetService(newService);
|
||||
main->SaveService();
|
||||
LoadOutputSettings();
|
||||
main->auth = auth;
|
||||
if (!!main->auth) {
|
||||
main->auth->LoadUI();
|
||||
|
||||
Reference in New Issue
Block a user