AngloCuencano wrote: 
> Here's the log showing attempts to play two different streams.
> 
> > 
Code:
--------------------
  >   > [20-11-07 09:14:26.6961] Slim::Player::StreamingController::_Stream 
(1210) Song queue is now 0
  > [20-11-07 09:14:26.6967] Slim::Player::StreamingController::_Stream (1213) 
74:da:38:8f:7d:7e: preparing to stream song index 0
  > [20-11-07 09:14:26.6974] Slim::Player::Song::open (367) 
sounds://_p08wnvkp_p08wnvfr_0
  > [20-11-07 09:14:26.6985] Slim::Player::Song::open (391) seek=false time=0 
canSeek=1
  > [20-11-07 09:14:26.7002] 
Slim::Player::TranscodingHelper::getConvertCommand2 (467) Error: Didn't find 
any command matches for type: aac
  > [20-11-07 09:14:26.7008] Slim::Player::Song::open (413) Error: Couldn't 
create command line for aac playback for [sounds://_p08wnvkp_p08wnvfr_0]
  > [20-11-07 09:14:26.7015] Slim::Player::StreamingController::_playersMessage 
(796) Unsupported sample-rate: sounds://_p08wnvkp_p08wnvfr_0
  > [20-11-07 09:14:26.7025] Slim::Player::StreamingController::_willRetry 
(1408) no retry data
  > [20-11-07 09:14:26.7030] 
Slim::Player::StreamingController::_setStreamingState (2386) new streaming 
state IDLE
  > [20-11-07 09:14:26.7038] Slim::Player::StreamingController::nextsong (889) 
The next song is number 0, was 0
  > 0
--------------------
> > 

I've played the same stream at 96k with transcoding and recorded the
following log (below for reference).  From your log there does seem to
be a fundamental problem with finding a transcoding command from aac to
flac


Code:
--------------------
    
  [20-11-07 14:33:22.1023] Slim::Player::StreamingController::_Stream (1213) 
00:04:20:2c:fa:10: preparing to stream song index 0
  [20-11-07 14:33:22.1070] Slim::Player::Song::open (367) 
sounds://_p08wnvkp_p08wnvfr_0
  [20-11-07 14:33:22.1133] Slim::Player::Song::open (391) seek=false time=0 
canSeek=1
  [20-11-07 14:33:22.1229] Slim::Player::TranscodingHelper::getConvertCommand2 
(470) Matched: aac->flc via: [faad] -q -w -f 1 $FILE$ | [flac] -cs 
--totally-silent --compression-level-0 --ignore-chunk-sizes -
  [20-11-07 14:33:22.1271] Slim::Player::Song::open (412) Transcoder: 
streamMode=I, streamformat=flc
  [20-11-07 14:33:22.1308] Slim::Player::Song::open (468) Opening stream (no 
direct streaming) using Plugins::BBCSounds::ProtocolHandler 
[sounds://_p08wnvkp_p08wnvfr_0]
  [20-11-07 14:33:22.1374] Slim::Player::Song::open (489) URL is a song 
(audio): sounds://_p08wnvkp_p08wnvfr_0, type=aac
  [20-11-07 14:33:22.1442] 
Slim::Player::TranscodingHelper::tokenizeConvertCommand2 (641) Using command 
for conversion: "/usr/local/slimserver/Bin/armhf-linux/faad" -q -w -f 1 - | 
"/usr/local/slimserver/Bin/armhf-linux/flac" -cs --totally-silent 
--compression-level-0 --ignore-chunk-sizes -
  [20-11-07 14:33:22.1483] Slim::Player::Song::open (565) Tokenized command: 
"/usr/local/slimserver/Bin/armhf-linux/faad" -q -w -f 1 - | 
"/usr/local/slimserver/Bin/armhf-linux/flac" -cs --totally-silent 
--compression-level-0 --ignore-chunk-sizes -
  [20-11-07 14:33:22.2565] Slim::Player::StreamingController::_Stream (1282) 
00:04:20:2c:fa:10: stream
  
--------------------


------------------------------------------------------------------------
expectingtofly's Profile: http://forums.slimdevices.com/member.php?userid=63263
View this thread: http://forums.slimdevices.com/showthread.php?t=113045

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

Reply via email to