obs-websocket-dotnet icon indicating copy to clipboard operation
obs-websocket-dotnet copied to clipboard

C# .NET library to communicate with an obs-websocket server

Results 40 obs-websocket-dotnet issues
Sort by recently updated
recently updated
newest added

* Update requests, events, and types to reflect the v5 API of obs-websocket. * Update test client to an almost complete state for new API. - Some features are disabled...

Authentication is optional, the old code just didn't send a Identify reply to a Hello if authentication was disabled, which is not correct behaviour. We need to send Identify either...

Implemented events for protocol v5 ("update-type" changes to "eventType" and event data is in "eventData" member) Implemented InputVolumeMeters event as a example of a high-volume event that requires dynamic subscription...

**Issue Type** # Only keep ONE of the options below: - Support Issue **Describe the issue** I would like set url on Media Player ... at the moment i have...

Some work to get the test client up and running for 5.0.0-alpha3 - Renaming some requests that changed - Adjusted naming on SceneItem incl. naming alternatives for different requests -...

The JsonProperty attribute had the incorrect name for this setting causing OBS to not use credentials when UseAuth is true. I checked the OBS source and it looks like use_auth...

_obs.GetMediaState() will throw exception as the enum cannot be parsed.

The obs-websocket project is working on a new version 5 that contains breaking API changes, including changes to the protocol. The list of API changes is available at Palakis/obs-websocket#769.