jmfuch02 / alss

1 stars 0 forks source link

Determine if any of the things we need to do with SLOBs are already covered by existing plugins #5

Open stephenmaturin opened 4 years ago

stephenmaturin commented 4 years ago

This is waiting on #4

PaulHeitkemper commented 4 years ago

There is what appears to be a an alpha websocket api. https://obsproject.com/forum/threads/obs-websocket-remote-control-obs-studio-from-websockets.58018/

OBS Remote plugin http://www.obsremote.com/index.html

Write .NET plugins (did you know that .NET runs on Linux now using .NET Core?) https://obsproject.com/forum/threads/clr-host-plugin.12607/

Know if you are currently recording https://obsproject.com/forum/resources/recording-notifier.52/

stephenmaturin commented 4 years ago

Here is the GitHub repo for the web socket API: https://github.com/Palakis/obs-websocket There are two available Python interfaces:

Neither looks particularly widely used.