probonopd
2/23/2014 - 9:38 PM

Running ShairPort/ShairTunes/AirTunes on squeezeplug distro (Raspbian wheezy based) to serve to squeezelite clients on WR703n

Running ShairPort/ShairTunes/AirTunes on squeezeplug distro (Raspbian wheezy based) to serve to squeezelite clients on WR703n

# Running ShairPort/ShairTunes/AirTunes on squeezeplug distro (Raspbian wheezy based)
# to serve to squeezelite clients on WR703n

# Install in Logitech Media Server: Click on Settings, then select 
# the Plugins tab, at the bottom of the page add the repo:
# http://raw2.github.com/StuartUSA/shairport_plugin/master/public.xml

# Copy precompiled helper binary in place
sudo cp /var/lib/squeezeboxserver/cache/InstalledPlugins/\
Plugins/ShairTunes/shairport_helper/pre-compiled/\
shairport_helper-armhf /usr/local/bin/shairport_helper

# Install Perl prerequisites
cpan HTTP::Request HTTP::Message Crypt::OpenSSL::RSA IO::Socket::INET6 Net::SDP

# Restart server
/etc/init.d/logitechmediaserver restart

# Works :-)