Streaming realaudio (mplayer)

Have anyone had experience in using mplayer or other tools to stream realaudio to telephone?

Pls kindly advise.

I have tried the suggestion from the following:
voip-info.mirrors.bsd.net/wiki/v … nhold.html

#!/bin/bash
if -n “ls /tmp/mayakpipe” ; then
rm /tmp/mayakpipe
fi
PIPE="/tmp/mayakpipe"
mkfifo $PIPE
cat $PIPE &
sleep 3
/usr/bin/mplayer rtsp://rthk4.rthk.org.hk/redundant/radio1.rm -really-quiet -quiet -ao pcm:nowaveheader,file=$PIPE -af resample=8000,channels
=1,format=mulaw | cat $PIPE
rm $PIPE

[rthk]
mode=custom
application=/etc/asterisk/mplayer.sh

but, i hear no audio

I did a google search for “streaming moh with asterisk”

google.com/search?hl=en&q=st … gle+Search