I must apologise - it was my mistake. For some reason I failed to correctly install the mplayer.sh script from the archive. After correctly installing that it's all working fine.
Sorry for the confusion - it's now working very well for me. Thanks, Stuart bpa wrote: > It looks like your /dev/fd is OK - so may be the problem is something > with mplayer.sh. The RTSP line in custom-convert.conf "create" > /dev/fd/3 by redirecting output to 3. > > Below is the one line version (no mplayer.sh) which should work with > Mplayer 1.0rc1. It can used in the first part of the RTSP lines in > custom-convert.conf > > > Code: > -------------------- > > [mplayer] -really-quiet -vc null -vo null -cache 128 -bandwith 10000000 -af > volume=0,resample=44100:0:1,channels=2 -ao pcm:nowaveheader:file=/dev/fd/4 > $FILE$ 4>&1 1>/dev/null > > -------------------- > > > You shouldn't use /dev/fd/1 as the output as mplayer also output text > message to STDOUT (although not many since 1.0rc1) and so you can get > burst of noise. > > > _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
