I can't seem to get the final tweaks for my setup. I seem to have
permissions errors, mysql problems, and am not sure about my
custom-convert.conf choices.

I've read forums here and on ubuntu....

STATUS:
6.5.1 installed from slimdevices repository
mplayer 1.0RC1 compiled from source
Ubuntu 6.06 LAMP server
library scan complete, some internet radio works

ERRORS
restart (sudo /etc/init.d/slimserver restart) throws errors:

cannot write to slimserver.pref

Cache/my.cnf permission denied at MySQLHelper.pm  use of uninitialized
values at sprintf

after restart attempt  ps -aux shows:
106      15293  0.0  0.7   3652  1372 ?        Ss   12:11   0:00
/bin/bash /usr/sbin/slimserver_safe /usr
/sbin/slimserver --prefsfile /etc/slimserver/slimserver.pref --logfile
/var/log/slimserver/slimserver.log
--cachedir /var/cache/slimserver
106      15295  1.8 30.3  64332 57940 ?        S    12:11   5:44
/usr/bin/perl -w /usr/sbin/slimserver --
prefsfile /etc/slimserver/slimserver.pref --logfile
/var/log/slimserver/slimserver.log --cachedir /var/ca
che/slimserver
106      15309  0.9 12.5  97200 24056 ?        Sl   12:12   3:02
/usr/sbin/mysqld --defaults-file=/var/ca
che/slimserver/my.cnf

PLAYING AAC/ALAC with mplayer
I'm trying to restart so that changes to convert.conf take.  Here's
what I inserted to enable AAC/ALAC playback + BBC:
# mplayer config aac to wav
mov wav * *
[mplayer] -really-quiet -novideo -vo null -vc dummy -ao
pcm:nowaveheader:file=/dev/fd/4 $FILE$ 4>&1 1>&2 2>/dev/null

# AlienBBC - unix version

rtsp wav * *
        [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 $FILE$
rtsp mp3 * *
        [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 $FILE$ | [lame] --silent -r -x -q
$QUALITY$ -b $BITRATE$ - -
rtsp flc * *
        [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 $FILE$ | [flac] -cs --totally-silent
--endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100
--compression-level-0 -

# WMA for mplayer
wma wav * *
        [mplayer] -really-quiet -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=/dev/fd/3 $FILE$
wma mp3 * *
        [mplayer] -really-quiet -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [lame] --silent -r -x -q
$QUALITY$ -b $BITRATE$ - -
wma flc * *
        [mplayer] -really-quiet -vc null -vo null -cache 128 -af
volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=/dev/fd/3 $FILE$ | [flac] -cs --totally-silent
--endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100
--compression-level-0 -


-- 
bupkes
------------------------------------------------------------------------
bupkes's Profile: http://forums.slimdevices.com/member.php?userid=4446
View this thread: http://forums.slimdevices.com/showthread.php?t=29545

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to