<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="" color="#000000" face="Tahoma,sans-serif">Thanks Ramon, I will make a note of that for the next release. If this is popular enough we could include it.<br id="FontBreak"></font><br><b><font style="font-size:16pt;" size="4">73 Doug</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">WA3DSP</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">http://www.crompton.com/hamradio</font></b><font style="font-size:16pt;" size="4"><br></font><br><br><div><hr id="stopSpelling">Date: Sat, 25 Oct 2014 13:22:14 -0400<br>From: kp4tr.ramon@gmail.com<br>To: arm-allstar@hamvoip.org<br>Subject: [arm-allstar] Installing EZStream on BBB for Broadcastify.com<br><br>
Hello,<br>
<br>
I posted the below message on wrong allstar reflector, but may be
helpful for anyone wanting to stream audio with Allstar.<br>
<br>
To install EZStream for streaming audio, see below commands.<br>
<br>
<blockquote>cd /root<br>
pacman -S lame<br>
pacman -S pkg-config<br>
pacman -S libshout<br>
wget <a href="http://downloads.xiph.org/releases/ezstream/ezstream-0.5.6.tar.gz" target="_blank">http://downloads.xiph.org/releases/ezstream/ezstream-0.5.6.tar.gz</a><br>
tar xvzf ezstream-0.5.6.tar.gz<br>
cd ezstream-0.5.6<br>
./configure<br>
</blockquote>
<br>
If all is good, run:<br>
<blockquote> make<br>
make install <br>
</blockquote>
<br>
To add streaming audio in Allstar, add this to rpt.conf under the
node stanza, with an appropriately configured ezstream.xml<br>
<br>
<blockquote>;Stream to Broadcastify<br>
outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 16 -r -m m -s
8.0 --bitwidth 16 - - | /usr/local/bin/ezstream -c
/etc/ezstream.xml<br>
</blockquote>
<br>_______________________________________________
arm-allstar mailing list
arm-allstar@hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
Visit the BBB web page - http://www.crompton.com/hamradio/BeagleBoneBlackAllstar/</div> </div></body>
</html>