Andy, "[AO PCM] Failed to open /dev/fd/3 for writing! Could not open/initialize audio device -> no sound."
This leads me to think your unix does not have /dev/fd/3 support on by default. Some other users on the list have expienced this, I am not sure what the answer was though. Some suggested ensuring you are running bash [edit mplayer.sh to start #!/bin/bash, others was installing some additional package [linux distrib specific?] A test of whether it is working is: echo "hello" > temp.txt cp temp.txt /dev/fd/3 3>&1 1>&2 Do you see "hello" on stdout? -- Triode _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
