bilhamil / OBSRemote

Websocket Enabled API and Webclient Plugin for Open Broadcaster Software
obsremote.com
142 stars 62 forks source link

API documentation #4

Open kaimi opened 10 years ago

kaimi commented 10 years ago

Do you have a documentation of the plugin’s remote API lying around somewhere? I want to basically code a little remote recording indicator. Thought I might ask before digging through the code in order to find the info I need.

bilhamil commented 10 years ago

Hi, I don't unfortunately. The easiest way to take a look at the messages passed back and forth is to look at the websocket connection in the chrome debugger. The messages are pretty simple. Authentication is a little tricky, but you can see how the web client does the authentication at https://github.com/bilhamil/OBSRemote/blob/master/WebClient/js/main.js#L178

Sorry I don't have it documented.

Best,

Bill Hamilton

Interface Ecology Lab | Computer Science and Engineering Department Texas A&M University College Station, Texas, USA

aim/g-talk/email: luin.uial@gmail.com

On Tue, Jul 1, 2014 at 8:31 AM, ka’imi notifications@github.com wrote:

Do you have a documentation of the plugin’s remote API lying around somewhere? I want to basically code a little remote recording indicator. Thought I might ask before digging through the code in order to find the info I need.

— Reply to this email directly or view it on GitHub https://github.com/bilhamil/OBSRemote/issues/4.