We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Type
Describe the issue Want to be able to have the OBS Studio application shutdown.
To Reproduce obsStudio = new OBSWebsocket(); ... connect, stream etc. obsStudio.Exit(); or maybe obsStuidio.Quit();
Expected behavior When called the OBS Studio 'Exit' process is performed. Need to be able to force YES to the message about a stream is running maybe.
Screenshots None.
Versions OBS Version: 30.1.2 (64 bit) OBS WebSocket Version: OBS WebSocket Dotnet (this library) Version: 5.0.0.3 OS: Windows 11, (will use multiple WIN and MAC OS though)
Additional context Just want to use this websocket connection to close OBS instead of killing the process using C# OS commands.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Type
Describe the issue
Want to be able to have the OBS Studio application shutdown.
To Reproduce
obsStudio = new OBSWebsocket();
... connect, stream etc.
obsStudio.Exit(); or maybe obsStuidio.Quit();
Expected behavior
When called the OBS Studio 'Exit' process is performed.
Need to be able to force YES to the message about a stream is running maybe.
Screenshots
None.
Versions
OBS Version: 30.1.2 (64 bit)
OBS WebSocket Version:
OBS WebSocket Dotnet (this library) Version: 5.0.0.3
OS: Windows 11, (will use multiple WIN and MAC OS though)
Additional context
Just want to use this websocket connection to close OBS instead of killing the process using C# OS commands.
The text was updated successfully, but these errors were encountered: