obs-websocket-community-projects / obs-websocket-js

Consumes https://github.com/obsproject/obs-websocket
MIT License
657 stars 95 forks source link

Possible to use for updating stream key? #330

Open markusd1984 opened 1 year ago

markusd1984 commented 1 year ago

Could this plugin be used to set the streaming key?

Instead of having to enter an event specific steam key under settings > stream key, I'd love to use a browser dock or similar to present a text input field to paste the current stream key to use.

BarryCarlyon commented 1 year ago

That would be calling

To Get Current settings - https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getstreamservicesettings To Set Current Settings - https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setstreamservicesettings