atca wrote: 
> no continues to play on LMS but no noise, static or hiss - literally no
> signal. no debug messages on the server log.
> 
> Where will ecasounds output print to if it executes from the
> custom-convert.conf? I assume I just need to drop the -q parameter?
> 
> at the moment the best quality is using the pipe but still with a 30
> second delay, as you expected moving the pipe to a ramdisk made no
> difference.

LMS thinks everything is OK so no message from it.

To get debug message from ecasound you need to use "-D" to get output to
stderr as well as "-dd" or -"d:x".  Since you are running LMS as a
service, to redirect stderr you need to change the conf file to run
shell script (e.g. ecasound.sh in a Bin directory of the waveinpu
plugin).  The shell script ecasound.sh would have a command something
like
ecasound "$@" 2>/tmp/ecasound.log

The shell script may need to be more complicated depending on ecasound
default use of stdin and stdout.  I usually just run LMS from a shell
prompt and get message from subprocesses (e.g.ecasound) in the same
window but you need to have the various directories and ownerships setup
properly to do this.


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

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

Reply via email to