I think a network issue can be ruled out, as the problem is really very
consistent, even on the Squeezelite-X-player on the server itself.

The hardware players I have are these:

Code:
--------------------
    Player Model: Squeezebox Boom
  Player Type: boom
  Firmware: 57
  Player IP Address: 192.168.13.140
  Player MAC Address: 00:04:20:1f:84:2c
  
  Player Model: Squeezebox Classic
  Player Type: squeezebox2
  Firmware: 137
  Player IP Address: 192.168.13.104
  Player MAC Address: 00:04:20:07:4e:3b
--------------------


Isn't it strange that really VERY shortly after the player switches from
"BUFFERING-STREAMING" to "PLAYING-STREAMING" it reports "EOF on source
stream", even though the SocketWrapper is still working at that time..?


Code:
--------------------
    [22-04-14 15:26:56.6244] Slim::Player::Pipeline::sysread (304) Attempting 
to write to pipeline writer
  [22-04-14 15:26:56.6245] Slim::Player::Pipeline::sysread (310) Wrote 17113 
bytes to pipeline writer
  [22-04-14 15:26:56.6245] Slim::Player::Pipeline::sysread (281) Pipeline 
doesn't have pending bytes - trying to get some from source
  [22-04-14 15:26:56.6405] 
Slim::Player::StreamingController::playerTrackStarted (2201) 00:04:20:07:4e:3b
  [22-04-14 15:26:56.6406] Slim::Player::StreamingController::_eventAction 
(270) 00:04:20:07:4e:3b: Started in BUFFERING-STREAMING -> 
Slim::Player::StreamingController::_Playing
  [22-04-14 15:26:56.6406] Slim::Player::StreamingController::_setPlayingState 
(2378) new playing state PLAYING
  [22-04-14 15:26:56.6407] Slim::Player::StreamingController::_Playing (368) 
Song 0 has now started playing
  [22-04-14 15:26:56.6409] Slim::Player::StreamingController::_Playing (397) 
Song queue is now 0
  [22-04-14 15:26:56.6411] Slim::Player::StreamingController::_eventAction 
(302) 00:04:20:07:4e:3b: Started - new state PLAYING-STREAMING
  [22-04-14 15:26:56.6552] Slim::Player::Pipeline::sysread (281) Pipeline 
doesn't have pending bytes - trying to get some from source
  [22-04-14 15:26:56.6556] Slim::Player::Pipeline::sysread (304) Attempting to 
write to pipeline writer
  [22-04-14 15:26:56.6557] Slim::Player::Pipeline::sysread (310) Wrote 16919 
bytes to pipeline writer
  [22-04-14 15:26:56.6557] Slim::Player::Pipeline::sysread (281) Pipeline 
doesn't have pending bytes - trying to get some from source
  [22-04-14 15:26:56.6561] Slim::Player::Pipeline::sysread (304) Attempting to 
write to pipeline writer
  [22-04-14 15:26:56.6561] Slim::Player::Pipeline::sysread (310) Wrote 17012 
bytes to pipeline writer
  [22-04-14 15:26:56.6562] Slim::Player::Pipeline::sysread (281) Pipeline 
doesn't have pending bytes - trying to get some from source
  [22-04-14 15:26:56.6564] Slim::Player::Pipeline::sysread (304) Attempting to 
write to pipeline writer
  [22-04-14 15:26:56.6565] Slim::Player::Pipeline::sysread (310) Wrote 11512 
bytes to pipeline writer
  [22-04-14 15:26:56.6566] Slim::Player::Pipeline::sysread (281) Pipeline 
doesn't have pending bytes - trying to get some from source
  [22-04-14 15:26:56.6566] Slim::Player::Pipeline::sysread (288) EOF on source 
stream
  [22-04-14 15:26:56.7041] Slim::Player::StreamingController::_eventAction 
(270) 00:04:20:07:4e:3b: StatusHeartbeat in PLAYING-STREAMING -> 
Slim::Player::StreamingController::_CheckSync
  [22-04-14 15:26:57.7075] Slim::Player::StreamingController::_eventAction 
(270) 00:04:20:07:4e:3b: StatusHeartbeat in PLAYING-STREAMING -> 
Slim::Player::StreamingController::_CheckSync
  [22-04-14 15:26:58.7057] Slim::Player::StreamingController::_eventAction 
(270) 00:04:20:07:4e:3b: StatusHeartbeat in PLAYING-STREAMING -> 
Slim::Player::StreamingController::_CheckSync
  
--------------------


Exactly at that time, there is a weird 2 second gap in the
socketwrapper-log:

Code:
--------------------
    SW: 2022-04-14 15:26:56.634 MoveDataThreadProc for step 3 got 8192 bytes, 
about to write data.
  SW: 2022-04-14 15:26:56.635 MoveDataThreadProc for step 3 about to call 
ReadFile.
  SW: 2022-04-14 15:26:56.635 MoveDataThreadProc for step 3 got 8192 bytes, 
about to write data.
  SW: 2022-04-14 15:26:58.745 MoveDataThreadProc for step 3 about to call 
ReadFile.
  SW: 2022-04-14 15:26:58.745 MoveDataThreadProc for step 3 got 8192 bytes, 
about to write data.
  SW: 2022-04-14 15:26:58.747 MoveDataThreadProc for step 3 about to call 
ReadFile.
  
--------------------


------------------------------------------------------------------------
pupvogel's Profile: http://forums.slimdevices.com/member.php?userid=38152
View this thread: http://forums.slimdevices.com/showthread.php?t=116078

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

Reply via email to