I managed to get the shairport plugin running on my dockstar with
squeezeplug.

I've attached the shairport_helper armel binary which you need to
install in /usr/local/bin.


Code:
--------------------
    tar -C /usr/local/bin -xzf shairport_helper-armel.tar.gz
--------------------


There is a static binary as well which has no shared library
dependencies.  To use this instead


Code:
--------------------
    cd /usr/local/bin
  rm shairport_helper 
  mv shairport_helper-static shairport_helper
--------------------


I also had to install the following debian packages


Code:
--------------------
    apt-get install libcrypt-openssl-rsa-perl libio-socket-inet6-perl 
libwww-perl avahi-utils libio-socket-ssl-perl
--------------------


and download and install


Code:
--------------------
    wget http://www.inf.udec.cl/~diegocaro/rpi/libnet-sdp-perl_0.07-1_all.deb
  
  dpkg -i libnet-sdp-perl_0.07-1_all.deb
--------------------


Make sure you replace /etc/avahi/avahi-daemon.conf with StuartUSA's
config and restart the avahi-daemon before restarting LMS


Code:
--------------------
    [server]
  use-ipv4=yes
  use-ipv6=no
  
  [wide-area]
  enable-wide-area=yes
  
  [publish]
  publish-aaaa-on-ipv4=no
  publish-a-on-ipv6=no
  
  [reflector]
  
  [rlimits]
  rlimit-core=0
  rlimit-data=4194304
  rlimit-fsize=0
  rlimit-nofile=300
  rlimit-stack=4194304
  rlimit-nproc=3
--------------------


+-------------------------------------------------------------------+
|Filename: shairport_helper-armel.tar.gz                            |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=15567|
+-------------------------------------------------------------------+


Ralphy

*1*-Touch, *4*-Classics, *2*-Booms, *1*-Reverted UE Radio
*1*-Squeezeslave, *2*-Squeezeplays, *5*-Squeezelites
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=100379

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to