Triode wrote: > OK this is good - it shows you can connect to the helper app. So the > question would be do you see any debug entries when a player tries to > connect? If not is the player actually connected to the same network?
Not sure which of the lines are debug entries (I've set the Helper App Logging to Streaming debug) Here's what appears when running the test: During the "Streaming from spotify" phase, the log shows a number of entries under 'music delivery' (with obviously many more frames than copied below): ... [22:02:08.219358] music_delivery:427 called with num_frames: 2048 [22:02:08.219396] music_delivery:577 streamed frames: 12533760 can't write: 0 rate: 67055 / 44100 [22:02:08.220450] music_delivery:427 called with num_frames: 2048 [22:02:08.220486] music_delivery:577 streamed frames: 12535808 can't write: 0 rate: 67066 / 44100 [22:02:08.411757] music_delivery:427 called with num_frames: 2048 [22:02:08.411864] music_delivery:577 streamed frames: 12537856 can't write: 0 rate: 67008 / 44100 [22:02:08.412934] music_delivery:427 called with num_frames: 2048 [22:02:08.412975] music_delivery:577 streamed frames: 12539904 can't write: 0 rate: 67019 / 44100 [22:02:08.413983] music_delivery:427 called with num_frames: 1949 [22:02:08.414019] music_delivery:577 streamed frames: 12541853 can't write: 0 rate: 67029 / 44100 [22:02:08.414072] music_delivery:427 called with num_frames: 22 [22:02:08.414140] music_delivery:577 streamed frames: 12541875 can't write: 0 rate: 67029 / 44100 ... Then in the next, final test phase, when it displays "Player can't connect" then "Unable to stream", the following entries appear: [22:02:08.414206] end_of_track:632 end of track [22:02:08.414237] _streambuf_flush:363 state STREAMING -> FLUSHING [22:02:08.414322] _streambuf_reset:84 state FLUSHING -> IDLE [22:02:08.421049] main:539 new connection [22:02:08.421310] main:591 req: streamtest.json res: spotify:track:4m1B88bynbZIVnrDsUINYc par: (null) prot: HTTP/1.1 auth: (null) [22:02:08.421419] main:898 streambuf_newstream: streamtest (2) [22:02:08.421453] streambuf_newstream:154 newstream - streamtest (2) [22:02:08.421483] streambuf_newstream:158 state IDLE -> WAITING [22:02:08.421600] main:1631 Now playing: Big Pimpin' [22:02:08.453910] main:539 new connection [22:02:08.525527] main:591 req: browse.json res: spotify:track:4m1B88bynbZIVnrDsUINYc par: (null) prot: HTTP/1.0 auth: (null) [22:02:08.525720] main:1050 queuing track browse [22:02:08.525783] process_track:1229 process track [22:02:08.525977] process_track:1253 browse track: ok [22:02:08.576385] music_delivery:427 called with num_frames: 2048 [22:02:08.576512] music_delivery:427 called with num_frames: 2048 [22:02:08.704420] music_delivery:427 called with num_frames: 2048 [22:02:08.706235] music_delivery:427 called with num_frames: 2048 [22:02:08.707947] music_delivery:427 called with num_frames: 2048 [22:02:08.709666] music_delivery:427 called with num_frames: 2048 [22:02:08.709751] music_delivery:427 called with num_frames: 2048 [22:02:08.910069] music_delivery:427 called with num_frames: 2048 [22:02:09.103457] music_delivery:427 called with num_frames: 2048 [22:02:09.302853] music_delivery:427 called with num_frames: 2048 [22:02:09.503249] music_delivery:427 called with num_frames: 2048 [22:02:09.702655] music_delivery:427 called with num_frames: 2048 [22:02:09.903051] music_delivery:427 called with num_frames: 2048 [22:02:10.103478] music_delivery:427 called with num_frames: 2048 [22:02:10.302888] music_delivery:427 called with num_frames: 2048 [22:02:10.503283] music_delivery:427 called with num_frames: 2048 [22:02:10.702655] music_delivery:427 called with num_frames: 2048 [22:02:10.903058] music_delivery:427 called with num_frames: 2048 [22:02:11.103461] music_delivery:427 called with num_frames: 2048 [22:02:11.315809] music_delivery:427 called with num_frames: 2048 [22:02:11.503197] music_delivery:427 called with num_frames: 2048 [22:02:11.721170] music_delivery:427 called with num_frames: 2048 [22:02:11.902992] music_delivery:427 called with num_frames: 2048 [22:02:12.124263] music_delivery:427 called with num_frames: 2048 [22:02:12.302660] music_delivery:427 called with num_frames: 2048 [22:02:12.523174] music_delivery:427 called with num_frames: 2048 [22:02:12.702571] music_delivery:427 called with num_frames: 2048 [22:02:12.903000] music_delivery:427 called with num_frames: 2048 [22:02:12.903133] music_delivery:445 streamtest - player did not connect within timeout [22:02:12.903248] music_delivery:564 error writing [22:02:12.903300] music_delivery:566 state WAITING -> WRITEERROR [22:02:12.903374] music_delivery:577 streamed frames: 2048 can't write: 0 rate: 0 / 44100 [22:02:12.905768] music_delivery:427 called with num_frames: 2048 [22:02:12.905883] music_delivery:577 streamed frames: 4096 can't write: 0 rate: 0 / 44100 [22:02:12.908405] music_delivery:427 called with num_frames: 2048 [22:02:12.908526] music_delivery:577 streamed frames: 6144 can't write: 0 rate: 0 / 44100 [22:02:12.910488] music_delivery:427 called with num_frames: 2048 [22:02:12.910658] main:1614 resetting streambuf [22:02:12.910864] _streambuf_reset:84 state WRITEERROR -> IDLE [22:02:12.911035] music_delivery:432 streambuf is reset - ignoring frames ... Finally, the display in the selected squeeze player's web interface shows the track's title and cover and the following lines appear in the log: ... [22:02:20.809444] main:539 new connection [22:02:20.813759] main:591 req: cover.jpg res: spotify:image:4ade09d9edaaecbfcc60e6431aee6bcb371408c5 par: (null) prot: HTTP/1.0 auth: (null) [22:02:20.890879] main:539 new connection [22:02:20.895559] main:591 req: cover.jpg res: spotify:image:4ade09d9edaaecbfcc60e6431aee6bcb371408c5 par: (null) prot: HTTP/1.0 auth: (null) [22:02:20.920255] write_cover:96 cover fetch: No error [22:02:20.920645] write_cover:96 cover fetch: No error Does any of that mean anything to you? Thanks! http://baroquedub.co.uk/ ------------------------------------------------------------------------ baroquedub's Profile: http://forums.slimdevices.com/member.php?userid=20938 View this thread: http://forums.slimdevices.com/showthread.php?t=99281 _______________________________________________ plugins mailing list plugins@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/plugins