Could someone please fill me in on the proper format for outstreamcmd. I have ezstream installed and functional, feeding an Icecast server. I assume the command goes in the node stanza. I tried outstreamcmd="/usr/bin/ezstream -c /etc/ezstream.xml" but I just get errors ERROR[1434]: app_rpt.c:5318 startoutstream: exec of /usr/bin/ezstream -c /etc/ezstream.xml failed. Any help would be appreciated, Thanks, Steve
Finally got a chance to try this out. Works perfectly, thanks for sending it along. I added --highpass 0.2 to knock out PL that some nodes pass to the network. It colors the audio a bit but it's better than the rumbling speakers on my computer. outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 16 --highpass 0.2 -r -m m -s 8 --bitwidth 16 - - | /usr/bin/ezstream -c /etc/ezstream.xml Steve On 11/22/2010 13:52, Ken wrote:
Mine looks like this:
outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 16 -r -m m -s 8.0 --bitwidth 16 - - | /usr/bin/ezstream -c /etc/ezstream.xml
Could someone please fill me in on the proper format for outstreamcmd.
participants (2)
-
Ken -
Steve Passmore