Last active
August 29, 2015 13:56
-
-
Save probonopd/9177678 to your computer and use it in GitHub Desktop.
Running ShairPort/ShairTunes/AirTunes on squeezeplug distro (Raspbian wheezy based) to serve to squeezelite clients on WR703n
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment