Thorden wrote: 
> Thanks! 
> 
> It seems to work, but not certain there is sound since I am 120 miles
> away from the unit right now. Will be there Friday night to verify.

Sorry for being sceptical but Squeezelite also "seemed" to work but
didn't.  Personally I didn't expect audio output - "daemon" mode could
mean  it expects to be "controlled" by another appliucation (e.g. a GUI
interface).  The next step I suggest is to omit the "-daemon"


> The command results in this:
> 
> Reading config file /usr/local/etc/mplayer/mplayer.conf
> : No such file or directory
> get_path('') -> '/var/services/homes/admin/.mplayer/'
> get_path('config') -> '/var/services/homes/admin/.mplayer/config'
> Reading config file /var/services/homes/admin/.mplayer/config
> Start playing music in background.
> 
Normal for mplayer.  Nothing special.


> Does the avahi-daemon have anything to do with this? 
No avahi protocol is something entirely separate - IIRC used to identify
services available on different devices (e.g. apple Airplay)  

>  "-v" after mplayer does not change any output.

Strange - as it is a standard option and usually more than one "-v"
gives more output.  

Code:
--------------------
    
  /var/packages/AudioStation/target/bin/mplayer -v -v -gapless-audio  -ao alsa 
-unique USB -daemon .........
  
--------------------


If audio is not playing (i.e. if "daemon" is slave mode) then it might
make sense no output which means trying with no "-daemon" is definitely
something to try.

It may be worth trying the following to get mplayer to display some of
the supported options.

Code:
--------------------
    
  /var/packages/AudioStation/target/bin/mplayer -h
  /var/packages/AudioStation/target/bin/mplayer -ao help
  
--------------------


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

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

Reply via email to