Ezstream asl3 streaming to broadcastify

I am trying to configure ezstream to stream to Broadcastify, using asl3 on a pi3b+.

I am using the guide on the allstarlink forum to do this.

I am apparently not entering my data correctly in the appropriate fields.

The line of code in rpt.conf has been entered.

My feed on Broadcastify is supposed to be www.broadcastify.com/webplayer/47375

But, my web browser will not connect to the feed.

I'm not sure about:

<hostname>http://www.broadcastify.com</hostname>
<stream_name>Allstar Node 607813</stream_name>
<stream_url>https://www.broadcastify.com/listen/feed/47375</

Please take a look at my ezstream.xml config, and give me a little guidance:

                                                              
<ezstream>
    <servers>
        <server>
            <protocol>HTTP</protocol>
            <hostname>http://www.broadcastify.com</hostname>
            <port>80</port>
            <password>REDACTED</password>
            <tls>none</tls>
        </server>
    </servers>

    <streams>
        <stream>
            <mountpoint>/REDACTED</mountpoint>
            <format>MP3</format>
                <stream_name>Allstar Node 607813</stream_name>
                <stream_url>https://www.broadcastify.com/listen/feed/47375</stream_url>
                <stream_genre>Amateur Radio</stream_genre>
                <stream_description>Allstar Node 607813</stream_description>
                <stream_bitrate>16</stream_bitrate>
                <stream_channels>1</stream_channels>
                <stream_samplerate>22050</stream_samplerate>
                <stream_public>Yes</stream_public>
        </stream>
    </streams>

Setup Information

********** AllStarLink [ASL] Version Info **********

OS : Debian GNU/Linux 12 (bookworm)
OS Kernel : 6.12.93+rpt-rpi-v8

Asterisk : 22.9.0+asl3-3.9.3-1.deb12
ASL [app_rpt] : 3.9.3

Installed ASL packages :

Package Version
============================== ==============================
allmon3 1.8.1-1.deb12
asl3 3.18-2.deb12
asl3-asterisk 2:22.9.0+asl3-3.9.3-1.deb12
asl3-asterisk-config 2:22.9.0+asl3-3.9.3-1.deb12
asl3-asterisk-modules 2:22.9.0+asl3-3.9.3-1.deb12
asl3-menu 1.18-1.deb12
asl3-pi-appliance 1.10.1-1.deb12
asl3-tts 1.0.1-1.deb12
asl3-update-nodelist 2.0.0-1.deb12
asl-apt-repos 2.0-1.deb12
cockpit 287.1-0+deb12u3
cockpit-bridge 287.1-0+deb12u3
cockpit-networkmanager 287.1-0+deb12u3
cockpit-packagekit 287.1-0+deb12u3
cockpit-sosreport 287.1-0+deb12u3
cockpit-storaged 287.1-0+deb12u3
cockpit-system 287.1-0+deb12u3
cockpit-wifimanager 1.1.1-1.deb12
cockpit-ws 287.1-0+deb12u3
dahdi 1:3.1.0-2
dahdi-linux 1:3.4.0-11.asl.deb12

Problem solved! My hostname was incorrect.