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.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=38868

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

Reply via email to