Broadcast to shoutcast with libretime-4.5.0

Describe the problem
I’ve sucessfully installed libretime-4.5.0 on PVS then I’ve installed 2 different Shoutcast Server, SHOUTcast Server Version 1.9.8/Linux (Remote server) and SHOUTcast Server Version v2.6.1.777/posix(linux x64) on the same PVS that Libre Time is installed. I cannot get libretime-4.5.0 to stream the same mp3 to either of the shoutcast server

I’ve tried with the Shoutcast output from the yan file, I’ve tried with the relay option from the Icecast config file and I’ve also tried with a custome liquidsoap script.

To reproduce
Steps to reproduce the behavior.

after changing the sudo nano /etc/libretime/config.yml

shoutcast: 
- enabled: true 
host: "66.45.230.248" 
port: 8089 
source_password: "R7f3Lx92QaK8:1" 
name: "Haiti Rap Kreyol" genre: "Rap Kreyol" 
public_url: "http://66.45.230.248:8088/stream" 
website: "https://haitirapkreyol.com" 
admin_user: "admin" 
admin_password: "Z5n1Yp47WsM2" 
audio: 
format: "mp3" 
bitrate: 128

could not parse configuration: Unrecognized option “description” under “.stream.outputs.shoutcast.0”. Available options are “admin_password”, “admin_user”, “audio”, “enabled”, “genre”, “host”, “kind”, “mobile”, “name”, “port”, “public_url”, “source_password”, “source_user”, “website”.

sudo nano /etc/icecast2/icecast.xml

and I’ve entered the following relay details for the version 1.9.8/Linux

<relay>
    <server>82.145.63.6</server>
    <port>10360</port>
    <mount>/stream</mount>
    <local-mount>/shoutcast.mp3</local-mount>
    <on-demand>0</on-demand>

    <password>492151210dj</password>
    <relay-shoutcast-metadata>1</relay-shoutcast-metadata>
</relay>

Expected behavior
I want libretime-4.5.0 to broadcast via Icecast2 and Shoutcast simultaniously.

Relevant log output or error messages

SHOUTcast Log (Tailing)

<03/15/26@16:18:08> [SHOUTcast] DNAS/Linux v1.9.8 (Feb 28 2007) starting up...
<03/15/26@16:18:08> [main] pid: 11243
<03/15/26@16:18:08> [main] loaded config from etc/server.conf
<03/15/26@16:18:08> [main] initializing (usermax:5000 portbase:10360)...
<03/15/26@16:18:08> [main] No ban file found (etc/sc_serv.ban)
<03/15/26@16:18:08> [main] No rip file found (etc/sc_serv.rip)
<03/15/26@16:18:08> [main] opening source socket
<03/15/26@16:18:08> [main] source thread starting
<03/15/26@16:18:08> [main] opening client socket
<03/15/26@16:18:08> [source] listening for connection on port 10361
<03/15/26@16:18:08> [main] Client Stream thread [0] starting
<03/15/26@16:18:08> [main] client main thread starting
<03/15/26@16:18:09> [main] SIGHUP; Flushing Log Files
<03/15/26@16:53:17> [dest: 66.45.230.248] Invalid resource request(/stream)

Liquidsoap 1.4.4LibreTime version
The version of LibreTime you are running. You can find the LibreTime version on the Settings > Status page.

LibreTime version: (4.5.0)

Installation method and OS / Environment
Operating system: (Ubuntu 20.04)
Method: (Installer script) Liquidsoap 1.4.4

How can I braodcast to icecast2 and Shoutcast at the same time using libretime-4.5.0 with Liquidsoap 1.4.4?