From 6065446491d6e3e8a5a75f3129af53e5f984f56f Mon Sep 17 00:00:00 2001 From: James Date: Sun, 1 Aug 2021 01:04:48 +0000 Subject: [PATCH] Listener to listener-socket fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70c7156..939578d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ This was tested on a Vultr 1 vCPU / 2GB RAM server running Fedora 33 x64. - In testing, this occured when trying to connect to Icecast over SSL/TLS, but only on Windows 10 and not under Linux (Fedora 34). OBS 27.0.1 was used on both systems. This might be due to potential differences between FFmpeg versions that end up being used by OBS across these two tested OS setups, this is just a guess though. -- Disable SSL/TLS under Icecast (just on the icecast `listener` you connect OBS to, you can still have another `listener` setup in the Icecast configuration for any viewers to connect with SSL/TLS if desired. You can use the adjusted config below to connect OBS to Icecast on port 8000 without SSL/TLS. +- Disable SSL/TLS under Icecast (just on the icecast `listen-socket` you connect OBS to, you can still have another `listen-socket` setup in the Icecast configuration for any viewers to connect with SSL/TLS if desired. You can use the adjusted config below to connect OBS to Icecast on port 8000 without SSL/TLS. ``` # Remove the tag from the section, and set the to 8000 -- GitLab