biomass wrote: 
> @bpa: I started humming 'I've got a feeling' by the Black Eyed Peas when
> I read your comment ;)
> 
> So I went looking in the Server Settings and set the (player.source) -
> Player Source Audio & Conversion Logging to 'Debug' and I created a
> playlist starting with 1 CBR mp3, and then followed by an album of VBR
> mp3 files. The skipping happened on the second track of the VBR tracks,
> it stopped around 19 seconds early. 

Editing logs is never a good idea as sometimes it is what is missing or
the order of message that indicates what is happening.  If you make a
log - give the complete and unedited log from start of test to end of
test - copied into a text file, zipped and attach to a post.

Skipping at end of a song usually means either LMS has not sent all the
data usually becuase player has told LMS to give it the next song.  So
player.source is not a great choice for "end of song" issues unless
there is transcoding.

File will be streamed using http to player so enable network.http to
INFO to see the chunks of audio sent to the player. To minimise log
message do not use WebUI or have other player active at the same time. 
YOu can see if the LMS does not send while file to player or if player
disconnected the stream.

network.protocol.slimproto to INFO will show player control messages and
buffer fullness.  The end fo a song will indicate what si happening.

The log will be something like the following "fullness" is the undecoded
data sent by LMS and output_fullness  is the decoded PCM data.  So
fullness will go to zero when no more data from LMS. Then
output_fullness will go to zero.

Code:
--------------------
    
  [19-12-08 21:31:59.0111] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=2318, output_fullness=3516408, 
elapsed=25.884
  [19-12-08 21:31:59.0118] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-strm: fullness=2318, output_fullness=3516280, 
elapsed=25.884
  [19-12-08 21:31:59.0163] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:22:00:d9: STAT-STMt: fullness=0, output_fullness=-1, elapsed=0.000
  [19-12-08 21:31:59.4651] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=3521656, 
elapsed=26.339
  [19-12-08 21:31:59.5600] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMd: fullness=0, output_fullness=3516152, 
elapsed=26.433
  [19-12-08 21:32:00.4654] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=3197792, 
elapsed=27.339
  [19-12-08 21:32:01.4644] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=2845024, 
elapsed=28.339
  [19-12-08 21:32:02.4641] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=2492128, 
elapsed=29.339
  [19-12-08 21:32:03.0066] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=2300768, 
elapsed=29.881
  [19-12-08 21:32:03.0135] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:22:00:d9: STAT-STMt: fullness=0, output_fullness=-1, elapsed=0.000
  [19-12-08 21:32:03.0137] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-strm: fullness=0, output_fullness=2300640, 
elapsed=29.882
  [19-12-08 21:32:03.4658] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=2139424, 
elapsed=30.339
  [19-12-08 21:32:04.4655] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=1786528, 
elapsed=31.339
  [19-12-08 21:32:05.4651] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=1433760, 
elapsed=32.339
  [19-12-08 21:32:06.4657] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=1080992, 
elapsed=33.339
  [19-12-08 21:32:07.0069] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=889888, elapsed=33.880
  [19-12-08 21:32:07.0090] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-strm: fullness=0, output_fullness=889760, elapsed=33.881
  [19-12-08 21:32:07.0101] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:22:00:d9: STAT-STMt: fullness=0, output_fullness=-1, elapsed=0.000
  [19-12-08 21:32:07.4644] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=728224, elapsed=34.339
  [19-12-08 21:32:08.4656] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=375328, elapsed=35.339
  [19-12-08 21:32:09.4654] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=22560, elapsed=36.339
  [19-12-08 21:32:09.5293] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMu: fullness=0, output_fullness=-1, elapsed=36.403
  [19-12-08 21:32:10.4650] Slim::Networking::Slimproto::_stat_handler (785) 
00:04:20:16:07:0e: STAT-STMt: fullness=0, output_fullness=-1, elapsed=36.403
  
--------------------


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

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

Reply via email to