mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-28 20:32:17 +01:00
1008 B
1008 B
Teamspeak5-OBS-Overlay
This is a overlay for OBS to show the current talking clients in your Teamspeak 5 Channel.
This App uses the new "Remote Apps" feature of Teamspeak 5.
Setup
- Download the
index.htmlof the latest release from here - Go into the Teamspeak 5 Settings and enable "Remote Apps"
- Add a new Browser Source to your OBS Scene
- Tick the checkbox "Local File" and select the downloaded
index.html - Set the width and height to your desired size (e.g. 1920x1080 OR 1280x720)
- You should now got a notification in Teamspeak 5 to allow the App to connect to your Teamspeak 5 Client. Allow it. (If you don't get a notification, restart Teamspeak 5 and OBS -> try again)
Setup (Developer)
- Clone this repository
- Run
npm install - To start the development server run
npm run dev