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

Implemented high-volume events, dynamic reidentify, new event protocol

Open dedmen opened this issue 3 years ago • 5 comments

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 (via Reidentify) for the event

By the way your discord link in readme isn't working.

dedmen avatar Jul 28 '22 13:07 dedmen

Sorry don't have time now to fix the conflicts, maybe tomorrow or next week

dedmen avatar Sep 03 '22 15:09 dedmen

Okey here we go, that should be it. Tested working.

dedmen avatar Oct 01 '22 11:10 dedmen

I'm interested in this feature, any updates?

TabNoc avatar Dec 26 '22 18:12 TabNoc

I was planning on adding it a while back but there are some uncomplete ("Todo") sections in the identify section as well as breaking backwards compatibility for the events that prevented me from pushing it. I'll look into taking the Volume parts of the PR and adding that specifically

BarRaider avatar Dec 28 '22 16:12 BarRaider

Hi! I'm trying to implement this feature on my app in C#. I'm add the event subscription but I never receive any data of the volume of OBS. Are there any additional step to can receive this data?

dblanco215 avatar Aug 25 '23 11:08 dblanco215