bpa;387039 Wrote: 
> SSODS has a patched mplayer and the AlienBBC custom-convert.conf is
> wrong for the SSODS mplayer as it uses stdin and not /dev/fd/3 through
> mplayer.sh.

Any idea where this patched mplayer might be or how to install it
etc.?
I've looked on SSODS and Alien etc. but i can't find it - sadly i've
little Linux experience, so i'm largely in the dark here...

The AlienBBC custom-convert.conf seems to use /dev/fd/3. I've included
it below. Do you see anything obviously wrong with it that i might need
to change?

# AlienBBC - unix version
# 
rtsp wav * *
        # R
        [mplayer.sh] -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 * *
        # RB:{BITRATE=-B %B}
        [mplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000
-cache 128 -af volume=0 -ao pcm:file=/dev/fd/3 $FILE$ | [lame] --silent
-q $QUALITY$ $BITRATE$ - -
rtsp flc * *
        # R
        [mplayer.sh] -really-quiet -vc null -vo null -bandwidth 10000000
-cache 128 -af volume=0 -ao pcm:file=/dev/fd/3 $FILE$ | [flac] -cs
--totally-silent --compression-level-0 -

# 
# WMA for mplayer pre7 or later
wma wav * *
        # FRT:{START=-ss %s}U:{DURATION=-endpos %w}
        [mplayer.sh] -really-quiet -vc null -vo null $START$ $DURATION$ -cache
128 -af volume=0,resample=44100:0:1,channels=2 -ao
pcm:nowaveheader:file=/dev/fd/3 $FILE$
wma mp3 * *
        # FRB:{BITRATE=-B %B}T:{START=-ss %s}U:{DURATION=-endpos %w}
        [mplayer.sh] -really-quiet -vc null -vo null $START$ $DURATION$ -cache
128 -af volume=0 -ao pcm:file=/dev/fd/3 $FILE$ | [lame] --silent -q
$QUALITY$ $BITRATE$ - -
wma flc * *
        # FRT:{START=-ss %s}U:{DURATION=-endpos %w}
        [mplayer.sh] -really-quiet -vc null -vo null $START$ $DURATION$ -cache
128 -af volume=0 -ao pcm:file=/dev/fd/3 $FILE$ | [flac] -cs
--totally-silent --compression-level-0 -


-- 
[email protected]
------------------------------------------------------------------------
[email protected]'s Profile: 
http://forums.slimdevices.com/member.php?userid=23201
View this thread: http://forums.slimdevices.com/showthread.php?t=58531

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

Reply via email to