From e545d2c1a8673749f3cfebb2c88850e6acdfd7af Mon Sep 17 00:00:00 2001 From: Luxferre Date: Thu, 19 Sep 2024 07:37:49 +0300 Subject: [PATCH] Added OBS remark --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8d6fc4d..685bc0f 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,10 @@ The following procedure needs to be only done once: As of now, nothing needs to be done except setting the `kk_backend_enabled` field to `true` in `config.json`, but this section might be subject to change once Kick deploys and enforces any official APIs. +### Capturing the chat to display on your livestream + +Normally, you can just capture the StreamGoose window contents with whatever streaming software you're using. If using OBS, you can alternatively select a "Browser source" and point it to the `http://127.0.0.1:60053` URL. In this case, you can also use a headless build of StreamGoose. + ## Customization Being a Web-based application, the StreamGoose frontend provides vast customization capabilities on both the layout and client-side logic sides.