From dcf8e2c8eed8f1f71062c408d457b311f537bcb4 Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Mon, 19 Jun 2023 02:58:02 +0100 Subject: [PATCH 1/9] Sprelling --- examples/guest_star/obs_assist/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/guest_star/obs_assist/README.md b/examples/guest_star/obs_assist/README.md index 4e8388a..62215a6 100644 --- a/examples/guest_star/obs_assist/README.md +++ b/examples/guest_star/obs_assist/README.md @@ -1,6 +1,6 @@ ## What is this example -This is an exmaple tool to help streamers interact Guest Start with OBS 29+ +This is an example tool to help streamers interact Guest Start with OBS 29+ ## Instruction for Use @@ -49,4 +49,4 @@ The following Requests from [OBS Websocket Protocol](https://github.com/obsproje - [GetSceneList](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getscenelist) - to get what scenes you have - [GetInputList](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputlist) - to see what inputs you have - [CreateInput](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#createinput) - to add/create a Guest Star Slot into OBS -- [RemoveInput](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#removeinput) - to remove/delete a Guest Star Slot into OBS \ No newline at end of file +- [RemoveInput](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#removeinput) - to remove/delete a Guest Star Slot into OBS From a0133831b225069ae83bd7a9114ef1f266ed97ad Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Mon, 19 Jun 2023 02:59:07 +0100 Subject: [PATCH 2/9] Moire Sprellings --- examples/guest_star/obs_assist/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/guest_star/obs_assist/README.md b/examples/guest_star/obs_assist/README.md index 62215a6..2431412 100644 --- a/examples/guest_star/obs_assist/README.md +++ b/examples/guest_star/obs_assist/README.md @@ -7,7 +7,7 @@ This is an example tool to help streamers interact Guest Start with OBS 29+ - Connect to OBS First it'll ask you to connect to OBS 29+ via OBS WebSocket. -So you will need to have configured the OBS WebSocket if you have no already. +So you will need to have configured the OBS WebSocket if you have not already. - Select a Scene @@ -15,7 +15,7 @@ Then Select a Scene to operate against - Login with Twitch -Click on Connect with Twitch to autheticate, it'll request Read Only permission for your Guest Star settings. +Click on Connect with Twitch to autheticate, it'll request Read Only permission for your channels Guest Star settings. - Add/Remove Slots @@ -24,7 +24,7 @@ It'll see how many Slots you have configured on Guest Star, and provide Add/Remo - Click Add or Remove This button will then add (or remove) a browser source to the selected OBS scene. -It'll be 640x360 with OBS Controls Volume enabled. +It'll be 640x360 with "OBS Controls Volume" enabled. You'll then want to move it in OBS as needed (or resize) From aa6e5202a07d522126857d6c3e881e0c4a7ddeab Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Mon, 19 Jun 2023 21:45:07 +0100 Subject: [PATCH 3/9] IF YOU ARE HAPPY AND YOU KNOW IT SYNTAX ERROR --- eventsub/websockets/web/eventsub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventsub/websockets/web/eventsub.js b/eventsub/websockets/web/eventsub.js index 39c763e..251e821 100644 --- a/eventsub/websockets/web/eventsub.js +++ b/eventsub/websockets/web/eventsub.js @@ -1,5 +1,5 @@ class initSocket { - counter: 0, + counter: 0 closeCodes = { 4000: 'Internal Server Error', 4001: 'Client sent inbound traffic', From 23fe79f1b1a6c886ce892e56a64f956e443ef14f Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Mon, 19 Jun 2023 21:46:03 +0100 Subject: [PATCH 4/9] TWICE --- eventsub/websockets/web/eventsub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventsub/websockets/web/eventsub.js b/eventsub/websockets/web/eventsub.js index 251e821..4048786 100644 --- a/eventsub/websockets/web/eventsub.js +++ b/eventsub/websockets/web/eventsub.js @@ -1,5 +1,5 @@ class initSocket { - counter: 0 + counter = 0 closeCodes = { 4000: 'Internal Server Error', 4001: 'Client sent inbound traffic', From 0ae86c1945c522cf89b80d56daa5e85bc7e236c6 Mon Sep 17 00:00:00 2001 From: Barry Carlyon Date: Mon, 19 Jun 2023 21:47:53 +0100 Subject: [PATCH 5/9] Move from beta to 1 --- eventsub/websockets/web/charity/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/eventsub/websockets/web/charity/index.html b/eventsub/websockets/web/charity/index.html index 3585d3f..b9a863d 100644 --- a/eventsub/websockets/web/charity/index.html +++ b/eventsub/websockets/web/charity/index.html @@ -1,7 +1,7 @@ - EventSub Websockets with Implicit Auth Example + Charity EventSub Websockets with Implicit Auth Example