Updated readme

This commit is contained in:
gpkvt 2023-03-27 16:24:50 +00:00
parent fb13cc76c5
commit 0a4fb03104
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ docker-compose up -d
After installation OBS Studio you need to add the [obs-websocket plugin](https://github.com/obsproject/obs-websocket). We recommend using the 64 bit versions. You don't need to expose the websocket port to the internet, but choose a strong password anyway.
IMPORTANT: There are two version of `obs-websocket`, you will need the `4.x.x-compat` version. We will update to 5.x.x in a future version of this project.
IMPORTANT: There are two version of `obs-websocket`, you will need the `4.x.x-compat` version. We will update to 5.x.x in a future version of this project. If you use OBS 28+ make sure to configure the compat version of the plugin (port 4444), not the included websocket plugin (port 4455).
Also you need to add the required scenes in OBS, you will find an importable example in `./examples/obs/IRL.json`. Please note that the example uses an VLC source for RTMP, so you need to have VLC installed. If you use OBS 64 bit you will need to use VLC 64 bit as well.
@ -116,7 +116,7 @@ Please note that LiveU uses `/live/live` as default RTMP endpoint.
## OBS Web Remote
An webbased OBS Remote Interface is included. You can reach it via `http://localhost/remote.py`. The Interface is password protected. The username is `admin`, the password is identical to your `OBS_PASSWORD` you set in `docker-compose.override.yml`.
An webbased OBS Remote Interface is included. You can reach it via `http://localhost/`. The Interface is password protected. The username is `admin`, the password is identical to your `OBS_PASSWORD` you set in `docker-compose.override.yml`.
## Router/Firewall