Archive

Posts Tagged ‘Streaming’

Trixbox Streaming Music On Hold

December 15th, 2008

Mostly for my future reference, here are the steps to configure streaming Soma FM to your holding callers.

mkdir /var/lib/asterisk/mohmp3/stream
touch /var/lib/asterisk/mohmp3/stream/stream.mp3
su asterisk
vi /etc/asterisk/musiconhold_additional.conf

Comment everything and add the following to the bottom :

[default]
mode=custom
directory=/var/lib/asterisk/mohmp3/stream
application=/usr/bin/mpg123 -q -s –mono -r 8000 -f 8192 -b 0 http://160.79.128.242:8004/

If you are using stock mpg123 in later Trixbox releases you should be fine, if you had to compile mpg123 - do not forget to modify the above path from /usr/bin/mpg123 to wherever it drops the binary (usually /usr/local/bin/mpg123).

Have fun!

Asterisk, How-To, Notes, Things To Do , ,

Video How To : Linux Shoutcast Server

June 6th, 2008

I just made this quick how to video for anyone looking to set up their own internet radio station. I do not condone streaming illegally acquired mp3’s… actually I do, Enjoy.

Download the original .ogg file here.

How-To , ,