chriskrems wrote: 
> 
> > 
Code:
--------------------
  >   > root@OpenWrt:~# /usr/bin/squeezeslave -o0 10.0.0.80 -d slimproto -P 9000
  > 
  > 
--------------------
> > 
> 
> any remarks?

don't use port 9000 (that's the web ui), use 3483 (which is the default
anyway, so no need to specify it)

try

Code:
--------------------
    /usr/bin/squeezeslave -o 0 -d all 10.0.0.80
  
--------------------


Check if it connects:

Code:
--------------------
    
  slimproto_connect: (10.0.0.80, 3483)
  proto_close: state 1
  proto_close: not connected
  proto_thread: state=2
  proto_sigpipe: MSG_NOSIGNAL
  proto_connect: connected to 10.0.0.80
  proto_thread: state=3
  
--------------------


Check if the audio device is correct (and try another one, e.g. 5)

Code:
--------------------
    
  output_thread: PortAudio initialized
  paDeviceInfo->deviceid 9
  paDeviceInfo->maxOutputChannels 128
  outputParameters.suggestedLatency 0.046440
  paDeviceInfo->defaultHighOutputLatency 0.046440
  paDeviceInfo->defaultLowOutputLatency 0.042653
  paDeviceInfo->defaultSampleRate 44100.000000
  
--------------------



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=100008

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

Reply via email to