lamp wrote: 
> Hi - I followed the steps here:
> http://jslack.blogspot.com/2014/08/airplay.html and
> https://github.com/disaster123/shairport2_plugin/blob/master/README.md
> to install the ShairTunes2 plugin (I did not install the helper as it is
> not needed per instructions, nor are avahi-daemon needed I mac I
> believe) on my Mac mini 2009 Core 2 Duo running Yosemite, and Logitech
> Media Server v7.9 (r1432891788). The Perl Version is 5.18.2 -
> darwin-thread-multi-2level
> 
> I got as far as having my Apple iDevices seeing my Logitech Players
> (Boom, Kitchen Radio, Touch) etc, but after clicking on them in the
> Airplay it immediately went back to other output etc iPhone. When I went
> to the Server Log it shows the platform is unsupported...
> 
> Is there anything I've done wrong?
> 
> Thanks in advance.
> > 
Code:
--------------------
  >   > 
  > ….
  > [15-06-21 21:14:04.3346] Plugins::ShairTunes2::Plugin::conn_handle_request 
(447) I'm sorry your platform "darwin-thread-multi-2level" is unsupported or 
nobody has compiled a binary for it! Can't work.
  > ….
  > 
--------------------
> > 

I got the same error on a year older mac mini running Snow Leopard.
Luckily it was just a tiny silly bug, the permissions of the bundled
32-bit helper were not right. 

Try this on the command line:


Code:
--------------------
    chmod a+x 
~/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2/helperBinaries/shairport_helper-i386-osx
--------------------


After successful fix the files should like this:


Code:
--------------------
    MiniSanne:~ sanne$ cd  
~/Library/Caches/Squeezebox/InstalledPlugins/Plugins/ShairTunes2/helperBinaries
  MiniSanne:helperBinaries sanne$ ls -l
  total 5248
  -rwxr-xr-x  1 sanne  staff   655440 30 Kes 20:31 
shairport_helper-arm-gnueabihf-multi-64int
  -rwxr-xr-x  1 sanne  staff   686192 30 Kes 20:31 shairport_helper-i386-linux
  -rwxr-xr-x  1 sanne  staff    46488 30 Kes 20:31 shairport_helper-i386-osx
  -rwxr-xr-x  1 sanne  staff    50800 17 Tou 18:44 
shairport_helper-i86pc-solaris
  -rwxr-xr-x  1 sanne  staff  1184464 30 Kes 22:36 shairport_helper-x64-linux
  -rwxr-xr-x  1 sanne  staff    46652 22 Tou 21:38 shairport_helper-x64-osx
  
--------------------


The "shairport_helper-i386-osx" file missed the x's originally.

Hope this fix works for you as well.


------------------------------------------------------------------------
yahmmu's Profile: http://forums.slimdevices.com/member.php?userid=34492
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