SteveBamber wrote: 
> Looking at where the error message is coming from in Song.pm
> 
> > 
Code:
--------------------
  >   >     409                 if (! $transcoder) {
  > 410                         logError("Couldn't create command line for 
$format playback for [$url]");
  > 411                         return (undef, ($error || 
'PROBLEM_CONVERT_FILE'), $url);
  > 412                 } elsif (main::INFOLOG && $log->is_info) {
  > 413                          $log->info("Transcoder: streamMode=", 
$transcoder->{'streamMode'}, ", streamformat=", $transcoder->{'streamformat'});
  > 414                 }
--------------------
> > 
> 
> It suggests its having trouble determining the transcoder for the FLAC
> file - but not sure why this wouldn't only affect the squeeze2pnp
> plugin ?

I'm sure Phillipe will have a better answer, but  to understand LMS
decision process enable logging player.source to INFO or DEBUG and it
will shows choices examined and discarded.
LMS is looking for compatibilioty between source and player - there may
be an incompatibility between UPNP "player" and your source - not just
match audio flac but also sample rate,  sample size, source (local vs
remote) and "seek" requirements.


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=103728

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to