From 9c11bbc7a16f8f7e245135648c897692785cd55f Mon Sep 17 00:00:00 2001 From: tt2468 Date: Sat, 15 Feb 2020 10:58:10 -0800 Subject: [PATCH] Update WSRequestHandler_Streaming.cpp --- src/WSRequestHandler_Streaming.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WSRequestHandler_Streaming.cpp b/src/WSRequestHandler_Streaming.cpp index 7471bb1a..f1c631f7 100644 --- a/src/WSRequestHandler_Streaming.cpp +++ b/src/WSRequestHandler_Streaming.cpp @@ -213,6 +213,7 @@ RpcResponse WSRequestHandler::SetStreamSettings(const RpcRequest& request) { OBSDataAutoRelease hotkeys = obs_hotkeys_save_service(service); service = obs_service_create( STREAM_SERVICE_ID, requestedType.toUtf8(), requestSettings, hotkeys); + obs_frontend_set_streaming_service(service); } else { // If type isn't changing, we should overlay the settings we got // to the existing settings. By doing so, you can send a request that