troffasky wrote: 
> Squeezelite has always been running on a different system to LMS.  I
> have tried it on two different systems.
> 
> FLAC was transcoded to 320k MP3 if my reading of this is correct:
> 
> [20-05-26 23:32:42.3947] Slim::Player::Song::open (558) Tokenized
> command: "/usr/share/squeezeboxserver/Bin/x86_64-linux/flac" -dcs --
> "/home/stuff/mp3s/television/01 See No Evil.flac" | "/bin/lame" --silent
> -q 9 --abr 320 - - & |
> 
> 
> TSF Jazz and Bassdrive are both 128k MP3.

Thanks for clarification - I think the issue being checked is why is
Squeelizte buffer not being filled. Assumption is 65536 is the SlIMP3
buffer threshold and  180224 is the squeezelite threshold

Code:
--------------------
    
  [20-05-26 23:31:55.7623] Slim::Player::Player::_buffering (1144) Buffering... 
36200 / 65536
  [20-05-26 23:31:55.7632] Slim::Player::Player::_buffering (1144) Buffering... 
0 / 180224
  [20-05-26 23:31:55.8260] Slim::Player::StreamingController::playerBufferReady 
(2278) 00:04:20:04:12:ff
  [20-05-26 23:31:55.8262] Slim::Player::StreamingController::_setPlayingState 
(2377) new playing state WAITING_TO_SYNC
  [20-05-26 23:31:56.0633] Slim::Player::Player::_buffering (1144) Buffering... 
129400 / 65536
  [20-05-26 23:31:56.0640] Slim::Player::Player::_buffering (1144) Buffering... 
0 / 180224
  [20-05-26 23:31:56.3641] Slim::Player::Player::_buffering (1144) Buffering... 
129400 / 65536
  [20-05-26 23:31:56.3648] Slim::Player::Player::_buffering (1144) Buffering... 
135510 / 180224
  [20-05-26 23:31:56.6650] Slim::Player::Player::_buffering (1144) Buffering... 
129400 / 65536
  [20-05-26 23:31:56.6656] Slim::Player::Player::_buffering (1144) Buffering... 
141302 / 180224
  [20-05-26 23:31:56.9609] Slim::Player::TranscodingHelper::getConvertCommand2 
(442) Error: Didn't find any command matches for type: mp3
  [20-05-26 23:31:56.9659] Slim::Player::Player::_buffering (1144) Buffering... 
129400 / 65536
  [20-05-26 23:31:56.9667] Slim::Player::Player::_buffering (1144) Buffering... 
144000 / 180224
  .
  .
  .
  [20-05-26 23:32:42.1104] Slim::Player::Player::_buffering (1144) Buffering... 
129400 / 65536
  [20-05-26 23:32:42.1114] Slim::Player::Player::_buffering (1144) Buffering... 
144000 / 180224
  
--------------------


I know transcoding fairly well but I am not that familiar with sync
stuff. I think Philippe has worked a lot with Sync through Groups
plugin.

Normally playing will not start until threshold is reached so question
is why is more data not being sent to Squeezelite - Possibilities:  is
it because no data available to send from input source or because can't
send data because of network issue ??

Can you check if any difference depending on which player is Master ?

To check buffer theory I'll see if there are problems when syncing with
squeezelite with a small internal buffer.


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

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

Reply via email to