SamY wrote: 
> Here is the log file with 2.1.12.1. Not using "underrun". I decided to
> let the whole album play this time. As you will see, the read errors all
> occur within a few seconds of 2 minutes (not 3) after the beginning of a
> new track and are completely and predictably repeatable, i.e. if I play
> the same album again, the track skips will occur at the same place in
> each track. Also note that the skips don't begin happening until the
> second track, then happen on four straight tracks, then take a break,
> etc. As I said, completely repeatable. Did you read the link I sent
> earlier about CC connections timing out after 2 minutes? Is it perhaps
> related? Let me know what else I can do to help. As noted by @bwaldron,
> the skips don't occur when using "underrun".
> 

Good and bad news. I've been able to reproduce that on my Win10 system.
I've set the right log to show you the pattern, it's easier with the
stream set to debug

Code:
--------------------
    
  ==> first track streams LMS->Bridge
  [13:08:35.448] process_strm:237 [00E4A798] strm command s
  [13:08:35.463] sq_callback:303 [00EC9698]:
        artist:Diana Krall
        album:Live In Paris
        title:I Love Being Here With You
        duration:312.466
  ==> begining to stream LMS->Bridge
  [13:08:35.466] stream_sock:614 [00E4A798] header: GET 
/stream.mp3?player=cc:cc:42:58:90:c9 HTTP/1.0
  [13:08:35.553] stream_thread:455 [00E4A798] streambuf read 65536 bytes / 
2392063
  ==> CC player requests it from bridge
  [13:08:35.587] output_http_thread:158 [00E4A798]: got HTTP connection 1188
  [13:08:35.594] handle_http:484 [00E4A798]: received GET /bridge-8.mp3 HTTP/1.1
  ==> playing
  [13:08:36.282] _SyncNotifyState:453 [00EC9698]: Cast playing
  ==> fully streamed LMS->Bridge
  [13:08:36.878] decode_thread:96 decode complete
  ==> fully sent to CC player
  [13:10:07.753] output_http_thread:390 [00E4A798]: end thread 0 (6328693 bytes)
  ==> so we request LMS for next track
  [13:10:07.820] process_strm:237 [00E4A798] strm command s
  [13:10:07.826] sq_callback:303 [00EC9698]:
        artist:Diana Krall
        album:Live In Paris
        title:Let's Fall In Love
        duration:274.173
  ==> 2nd track starts to stream LMS->Bridge
  [13:10:07.846] stream_sock:614 [00E4A798] header: GET 
/stream.mp3?player=cc:cc:42:58:90:c9 HTTP/1.0
  ==> begins at 13:10:07
  [13:10:07.886] stream_thread:455 [00E4A798] streambuf read 1212416 bytes / 
1245183
  [13:10:18.179] stream_thread:455 [00E4A798] streambuf read 8 bytes / 130328
  ... throttling down
  [13:11:14.667] stream_thread:455 [00E4A798] streambuf read 8 bytes / 126208
  [13:12:08.359] stream_thread:455 [00E4A798] streambuf read 8 bytes / 122304
  ==> 2nd track fails at 13:12:08 (so 2 minutes after starting to stream)
  ==> we are still playing 1st track! and LMS will let us play track 2, but it 
will start sending 
  ==> track 3 a bit later and the problem will continue
  [13:12:08.470] stream_thread:434 [00E4A798] error reading: Unknown error 
(10054)
  [13:12:08.470] process_strm:237 [00E4A798] strm command u
  ...
  
  ==> and you'll see that pattern repeating all the time (again, assuming the 
track are not "too short" to fit immediately inside)
  [13:13:51.398] process_strm:237 [00E4A798] strm command s
  [13:13:51.498] stream_thread:455 [00E4A798] streambuf read 1048576 bytes / 
1409023
  [13:15:52.038] stream_thread:434 [00E4A798] error reading: Unknown error 
(10054)
  [13:15:52.039] process_strm:237 [00E4A798] strm command u
  
  [13:22:22.896] process_strm:237 [00E4A798] strm command s
  [13:22:23.010] stream_thread:455 [00E4A798] streambuf read 1081344 bytes / 
1376
  [13:24:23.584] stream_thread:434 [00E4A798] error reading: Unknown error 
(10054)
  [13:24:23.584] process_strm:237 [00E4A798] strm command u
  
--------------------

On my machine, it's a systematic 2 minutes timeout (again, assuming the
track si not "too" small)



LMS 8.2 on Odroid-C4 - *SqueezeAMP!*, 5xRadio, 5xBoom, 2xDuet, 1xTouch,
1xSB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW,
2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi,  Yamaha
WX-010, AppleTV 4, Airport Express, GGMM E5, RivaArena 1 & 3
------------------------------------------------------------------------
philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

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

Reply via email to