ASL3 Broadcastify not working shows offline

I have setup ASL3 beta, so far the only issue I have had is getting Broadcastify to work.

I converted the old .xml file from my previous ASL node, but that didn’t look exactly like the example, so I manually fixed it. I added the outstream command as provided in the example, but still won’t show as online. I have shut down the old ASL system (VM) Running this x86 on a VM on my Synology NAS.

Snipped from rpt.conf

[2295](node-main)
statpost_url = http://stats.allstarlink.org/uhandler
rxchannel = dahdi/pseudo
idrecording = |iKC7DMF
outstreamcmd = /bin/sh,-c,/usr/bin/lame --preset cbr 16 -r -m m -s 8 --bitwidth 16 - - | /usr/bin/ezstream -qvc /etc/ezstream.xml 2>/var/log/ezstream.log



my ezstream.xml file

"
<?xml version="1.0" encoding="UTF-8"?>

<ezstream>

  <servers>
    <server>
      <protocol>HTTP</protocol>
      <hostname>audio1.broadcastify.com</hostname>
      <port>80</port>
      <password>00hahaha5</password>
      <tls>none</tls>
    </server>
  </servers>

  <streams>
    <stream>
      <mountpoint>/6f90abwzbyjh</mountpoint>
      <format>MP3</format>
        <stream_name>North West Hub Node 2295</stream_name>
        <stream_url>http://www.radioreference.com/</stream_url>
        <stream_genre>Amateur Radio</stream_genre>
        <stream_description>North West Hub Node 2295</stream_description>
        <stream_bitrate>16</stream_bitrate>
        <stream_channels>1</stream_channels>
        <stream_samplerate>22050</stream_samplerate>
        <stream_public>Yes></stream_public>
    </stream>
  </streams>

  <intakes>
    <intake>
      <type>stdin</type>
    </intake>
  </intakes>
</ezstream>

I do not use that pw, or mount point - obscured those for security -

The /var/log/ezstream.log file is empty
running asterisk -r does not show any debug messages/errors releated to ezstream etc.

Ezstream v 1.0.2
Linux NWHUB 6.1.0-22-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.94-1 (2024-06-21) x86_64
GNU/Linux

Any idea where I am going wrong?

There’s a good chance this is my fault in the manual. Change /var/log/ezstream.log to /tmp/ezstream.log in your config and restart asterisk.

Looks like i didn’t need that.log file at all, seems to be working. Note to figure out the phone portal and iax etc

Thanks

I was experimenting with that earlier. Systemd will just log the output along with everything else in journalctl -xeu asterisk. The directions now omit it entirely.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.