yt/twitch fixes 2026

This commit is contained in:
Luxferre
2026-03-07 09:44:35 +02:00
parent 1d317247ca
commit d0993a0910
32 changed files with 28191 additions and 86 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ This is the main StreamGoose component. It provides three main functions:
- providing the unified message queue for the frontend side consumption;
- serving static files that make up the frontend (`index.html`, `script.js`, `style.css` and images) over the plain HTTP protocol.
Additionally, the server binary also launches the backends it knows about and opens a simple GUI window to show the Web content locally, feeding its unified output into the JS side via server-sent events. The latter part became possible thanks to the [webview_go](https://pkg.go.dev/centrifuge.hectabit.org/HectaBit/webview_go) library.
Additionally, the server binary also launches the backends it knows about and opens a simple GUI window to show the Web content locally, feeding its unified output into the JS side via server-sent events. The latter part became possible thanks to the [webview_go](https://github.com/webview/webview_go) library.
### Backends