OBSRemote icon indicating copy to clipboard operation
OBSRemote copied to clipboard

API documentation

Open kaimi opened this issue 11 years ago • 1 comments

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.

kaimi avatar Jul 01 '14 15:07 kaimi

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: [email protected]

On Tue, Jul 1, 2014 at 8:31 AM, ka’imi [email protected] 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.

bilhamil avatar Jul 01 '14 17:07 bilhamil