From 0df6bde5cbfc14dc46a82701e51b07b4e0f7f7b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Sun, 27 Nov 2016 16:11:19 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6fbf80d..dd1a42f9 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ obs-websocket Websocket API for OBS Studio. ## How to use -The Websocket API server runs on port 4444. A settings window is available in "Websocket server settings" under OBS' "Tools" menu. -There's currently no frontend or language API available for obs-websocket. However, the full protocol reference is available in [PROTOCOL.md](PROTOCOL.md). +The Websocket API server runs on port 4444 and a settings window is available in "Websocket server settings" under OBS' "Tools" menu. The obs-websocket protocol is documented in [PROTOCOL.md](PROTOCOL.md). +Here is a list of language APIs for obs-websocket : +- Javascript (browser & nodejs) : https://github.com/haganbmj/obs-websocket-js +There's currently no frontend available for obs-websocket. ## Possible use cases - Remote control OBS from a phone or tablet on the same local network