superstar19 wrote: 
> Thanks. Yes, LMS (and I assume therefore Shairtunes) is running on my
> desktop PC which is wired directly via ethernet to my xfinity whole
> house router.
> 
> Here is the log:
> 
> > 
Code:
--------------------
  >   > [22-01-16 16:37:12.1224] 
Plugins::ShairTunes2W::Plugin::revoke_publishPlayers (410) Stop old publish 
players services:1404
  > [22-01-16 16:37:13.1246] 
Plugins::ShairTunes2W::Plugin::revoke_publishPlayers (410) Stop old publish 
players services:5604
  > [22-01-16 16:37:14.1343] 
Plugins::ShairTunes2W::Plugin::revoke_publishPlayers (410) Stop old publish 
players services:9492
  > [22-01-16 16:37:15.1450] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for Squeezebox Touch with 00:04:20:22:17:46, PID 
Proc::Background=HASH(0xc0385e4) will be terminated.
  > [22-01-16 16:37:15.1457] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for La Cocina with 00:04:20:07:eb:3a, PID 
Proc::Background=HASH(0xc1e0764) will be terminated.
  > [22-01-16 16:37:15.1464] Plugins::ShairTunes2W::Plugin::removePlayer (358) 
publisher for Squeezebox Radio with 00:04:20:2b:51:c5, PID 
Proc::Background=HASH(0xc707264) will be terminated.
  > [22-01-16 16:37:15.1481] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51720
  > [22-01-16 16:37:15.1645] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  > [22-01-16 16:37:15.1713] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "Squeezebox Touch"
  > [22-01-16 16:37:15.4311] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0xc1e33ac) with proc 
Proc::Background=HASH(0xc42f7ec)
  > [22-01-16 16:37:15.4315] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51721
  > [22-01-16 16:37:15.4476] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  > [22-01-16 16:37:15.4546] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "La Cocina"
  > [22-01-16 16:37:15.4578] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::Squeezebox2=ARRAY(0xc30760c) with proc 
Proc::Background=HASH(0x1023430c)
  > [22-01-16 16:37:15.4581] Plugins::ShairTunes2W::Plugin::createListenPort 
(398) Created listener on port 51723
  > [22-01-16 16:37:15.4738] Plugins::ShairTunes2W::Plugin::publishPlayer (440) 
avahi-publish-player not in path
  > [22-01-16 16:37:15.4809] Plugins::ShairTunes2W::Plugin::publishPlayer (443) 
start dns-sd "Squeezebox Radio"
  > [22-01-16 16:37:15.4839] Plugins::ShairTunes2W::Plugin::addPlayer (346) 
create client Slim::Player::SqueezePlay=ARRAY(0xc01cc24) with proc 
Proc::Background=HASH(0xc1db65c)
  > 
--------------------
> > 

Maybe there is an issue with dns-sd. Try to edit
C:\ProgramData\Squeezebox\Cache\InstalledPlugins\Plugins\ShairTunes2W\Plugin.pm,
line 443 you should see

Code:
--------------------
    
  if ( $path = which('mDNSPublish') ) {
  $log->info( "start mDNSPublish \"$apname\"" );
                $mDNShelper = $path;
  eval { $proc = Proc::Background->new($path, $id, "_raop._tcp", @params ); };
                return $proc if $proc;
  $log->warn( "start mDNSPublish failed" );
  }
  $log->info( "mDNSPublish not in path" ) if (!$@);
  
--------------------

Remove all that or comment it out by doing this

Code:
--------------------
    
  =comment
  if ( $path = which('mDNSPublish') ) {
  $log->info( "start mDNSPublish \"$apname\"" );
                $mDNShelper = $path;
  eval { $proc = Proc::Background->new($path, $id, "_raop._tcp", @params ); };
                return $proc if $proc;
  $log->warn( "start mDNSPublish failed" );
  }
  
  $log->info( "mDNSPublish not in path" ) if (!$@);
  =cut
  
--------------------



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=106289

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

Reply via email to