PDA

View Full Version : alien dies playing rm feed



jarome
2006-05-13, 04:11
Streaming: Launching /usr/bin/mplayer -really-quiet -vc null -vo null -bandwidth 10000000 -cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/3 rtsp://red-cedar.wkar.msu.edu/encoder/wkarfm.rm
/usr/local/slimserver/Bin/mplayer.sh: line 23: 5224 Terminated $app $* 3>&1 1>&2

What am I doing wrong?

SUSE 10.1 Slimserver 6.2.2

bpa
2006-05-13, 05:11
The actual command runs ok on my SuSe 9.3 system so check out.

1. Is mplayer in /usr/bin
2. Can you run the mplayer command from a shell prompt.
3. Check protections, user id etc. for mplayer, mplayer.sh and /dev/fd. Make sure all AlienBBC files have same userid etc as the main slimserver.

jarome
2006-05-13, 07:51
I think they changed the link.
http://www.wkar.org/metafilz/wkarfm.ram
works now. I was using
rtsp://red-cedar.wkar.msu.edu/encoder/wkarfm.rm

bpa
2006-05-13, 08:53
That URL uses an old RealAudio codec ATRAC3 which is not built into mplayer so you need to have loaded the essential codecs library.

The first time your mplayer terminated probably because it couldn't find the external codec.

The .ram URL resolves down to
rtsp://red-cedar.wkar.msu.edu/encoder/wkarfm.rm
which is the same as the first time so that it not the issue.