<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
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 moz-do-not-send="true"
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>
</body>
</html>