mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
[refactor] update readme
This commit is contained in:
26
README.md
26
README.md
@@ -5,10 +5,9 @@ This App uses the new "Remote Apps" feature of Teamspeak 5.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- [Teamspeak5-OBS-Overlay](#teamspeak5-obs-overlay)
|
- [Teamspeak5-OBS-Overlay](#teamspeak5-obs-overlay)
|
||||||
- [Setup](#setup)
|
- [Setup](#setup)
|
||||||
|
- [Customization (Parameters)](#customization-parameters)
|
||||||
- [Setup (Developer)](#setup-developer)
|
- [Setup (Developer)](#setup-developer)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
@@ -27,7 +26,28 @@ This App uses the new "Remote Apps" feature of Teamspeak 5.
|
|||||||

|

|
||||||
|
|
||||||
5. You should now receive a notification in Teamspeak 5 that the app is allowed to connect to your Teamspeak 5 client. Allow it. (If you don't get a notification, restart Teamspeak 5 and OBS -> try again)
|
5. You should now receive a notification in Teamspeak 5 that the app is allowed to connect to your Teamspeak 5 client. Allow it. (If you don't get a notification, restart Teamspeak 5 and OBS -> try again)
|
||||||

|

|
||||||
|
|
||||||
|
### Customization (Parameters)
|
||||||
|
|
||||||
|
You can customize the overlay by adding parameters to the URL of the Browser Source.
|
||||||
|
|
||||||
|
1. Open your Browser Source settings
|
||||||
|
2. **Untick** the checkbox "Local File"
|
||||||
|
3. Add `file://` to the beginning of the URL
|
||||||
|
4. Start adding parameters like discribed below
|
||||||
|
|
||||||
|
Start by adding a `?` to the end of the URL and then add the parameters.
|
||||||
|
To add multiple parameters, you have to seperate them with a `&`.
|
||||||
|
|
||||||
|
Like this: `file://C:/Users/.../index.html?parameter1=value1¶meter2=value2`
|
||||||
|
Real example: `file://C:/Users/.../index.html?remoteAppPort=5899`
|
||||||
|
|
||||||
|
This is a list of all available parameters (all parameters are optional):
|
||||||
|
|
||||||
|
| Parameter | Description | Default |
|
||||||
|
| --------------- | -------------------------------------- | ------- |
|
||||||
|
| `remoteAppPort` | The port of the Teamspeak 5 remote app | `5899` |
|
||||||
|
|
||||||
## Setup (Developer)
|
## Setup (Developer)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user