Elektordi / obs-websocket-py

Python library to communicate with an obs-websocket server (for OBS Studio)
MIT License
223 stars 59 forks source link

Custom functions #67

Closed rahulsrinivasan1 closed 2 years ago

rahulsrinivasan1 commented 3 years ago

I have added a new SysTray button "Start Procedure" to my OBS Studio which is similar to "Start Recording". However when i add it as a class to requests.py and try to access it using obs-websocket-py , i get an error saying "invalid request type" . Could you please assist as to what may be the problem? Thanks in advance. obs

rahulsrinivasan1 commented 3 years ago

As in how do i register the new class "StartProcedure" to be integrated as part of obs-websocket-py?