From 4e5f7d1e50f16637858d752d75b61d4999f49f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Fri, 11 Nov 2016 19:31:06 +0100 Subject: [PATCH] Fixed typos and line breaks --- PROTOCOL.md | 14 +++++++------- README.md | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index df97d66c..1fc065b1 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -17,7 +17,7 @@ Additional fields will be present in the event message if the event type require ### Event types #### "SwitchScenes" -OBS is switching to another scene. +OBS is switching to another scene. Additional fields : - **scene-name** : the name of the scene being switched to @@ -35,27 +35,27 @@ Streaming has been started successfully. Streaming is stopping but isn't completely stopped yet. #### "StreamStopped" -*New in OBS Studio* +*New in OBS Studio* Streaming has been stopped successfully. #### "RecordingStarting" -*New in OBS Studio* +*New in OBS Studio* Recording is starting but isn't completely started yet. #### "RecordingStarted" -*New in OBS Studio* +*New in OBS Studio* Recording has been started successfully. #### "RecordingStopping" -*New in OBS Studio* +*New in OBS Studio* Recording is stopping but isn't completely stopped yet. #### "RecordingStopped" -*New in OBS Studio* +*New in OBS Studio* Recording has been stopped successfully. #### "Exiting" -*New in OBS Studio* +*New in OBS Studio* OBS is exiting. ## Requests diff --git a/README.md b/README.md index c84bb8ec..098e7116 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ In CMake, you'll need to fill these CMake variables : - **LIBOBS_LIB** (filepath) : location of the obs.lib file - **OBS_FRONTEND_LIB** (filepath) : location of the obs-frontend-api.lib file -After building the obs-websocket plugin's binary, copy its Qt dependencies (QtCore, QtNetwork and QtWebSockets library binaries)in the same folder. +After building the obs-websocket plugin's binary, copy its Qt dependencies (QtCore, QtNetwork and QtWebSockets library binaries) in the same folder. ## How to use -There's currently no frontend or language API available for obs-websocket. However, the full protocol reference is documented in the [PROTOCOL.md](PROTOCOL.md) file. +There's currently no frontend or language API available for obs-websocket. However, the full protocol reference is documented in the [PROTOCOL.md](PROTOCOL.md) file. A simple websocket client can connect to the plugin's embedded server. \ No newline at end of file