Skip to content

Commit

Permalink
Fix "Manage Broadcast" selection button if stream fails to start
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftwareArchitector committed Jan 19, 2025
1 parent ed6bd03 commit 23c4ef5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions UI/window-basic-main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6997,6 +6997,12 @@ void OBSBasic::StreamingStop(int code, QString last_error)
youtubeAppDock->IngestionStopped();
#endif

#ifdef RESTREAM_ENABLED
Auth *const auth = GetAuth();
if (auth && IsRestreamService(auth->service()))
broadcastActive = false;
#endif

blog(LOG_INFO, STREAMING_STOP);

if (encode_error) {
Expand Down

0 comments on commit 23c4ef5

Please sign in to comment.