Stable = last tested by Logitech.  2018 is the build due to minor
library updates and to enable to run with newer OS releases - not the
last time LMS code was added which was about 2015.

After Logitech left LMS to community - all releases are beta since there
is nobody going through a test suite.

Good that Favoriutes is the same as preset so not a buttong issue.

Not sure what good Softsqueeze or Squeezelite
(https://sourceforge.net/projects/lmsclients/files/squeezelite/ )  or
SQueezeplay (
https://sourceforge.net/projects/lmsclients/files/squeezeplay/  ) would
do - LMS does the initial contact with the station and it is LMS which
has the delay.

To see what LMS is doing and where time is spent you need to enable
logging open WebUI Setting/Advanced/Logging and set player.source,
player.streaming and player.streaming.direct all to INFO and click
Apply.

Note the time, then play the atl750 stream - once it starts, clear the
playlist and note the time.  Open the server.log and copy the entries
between start time and stop time you noted.  

You should get a log like the following - you can see that between
requesting the stream and data arriving it is about 3 secs.

Code:
--------------------
    
  [19-07-05 19:00:23.6709] Slim::Player::Song::new (108) index 0 -> 
http://streaming.cmgdigital.com/atl750/atl750.mp3
  [19-07-05 19:00:23.6714] 
Slim::Player::StreamingController::_setStreamingState (2387) new streaming 
state TRACKWAIT
  [19-07-05 19:00:23.6730] Slim::Player::StreamingController::_playersMessage 
(797) Getting stream info...: http://streaming.cmgdigital.com/atl750/atl750.mp3
  [19-07-05 19:00:23.6733] Slim::Player::Song::getNextSong (229) 
http://streaming.cmgdigital.com/atl750/atl750.mp3
  [19-07-05 19:00:23.6734] Slim::Player::Song::getNextSong (251) scanning URL 
http://streaming.cmgdigital.com/atl750/atl750.mp3
  [19-07-05 19:00:25.4139] Slim::Player::Song::__ANON__ (267) Track updated by 
scan: http://streaming.cmgdigital.com/atl750/atl750.mp3 -> 
http://ad-oom-cmg.streamguys1.com/atl750/atl750.mp3
  [19-07-05 19:00:25.4144] Slim::Player::Song::getNextSong (229) 
http://ad-oom-cmg.streamguys1.com/atl750/atl750.mp3
  [19-07-05 19:00:25.4147] Slim::Player::StreamingController::_nextTrackReady 
(745) 00:04:20:16:07:0e: nextTrack will be index 0
  [19-07-05 19:00:25.4151] Slim::Player::StreamingController::_Stream (1211) 
Song queue is now 0
  [19-07-05 19:00:25.4153] Slim::Player::StreamingController::_Stream (1214) 
00:04:20:16:07:0e: preparing to stream song index 0
  [19-07-05 19:00:25.4156] Slim::Player::Song::open (364) 
http://ad-oom-cmg.streamguys1.com/atl750/atl750.mp3
  [19-07-05 19:00:25.4175] Slim::Player::TranscodingHelper::getConvertCommand2 
(443) Error: Didn't find any command matches for type: mp3
  [19-07-05 19:00:25.4179] Slim::Player::Song::open (388) seek=false time=0 
canSeek=0SEEK_ERROR_MP3_UNKNOWN_DURATION
  [19-07-05 19:00:25.4185] Slim::Player::TranscodingHelper::getConvertCommand2 
(446) Matched: mp3->mp3 via: -
  [19-07-05 19:00:25.4188] Slim::Player::Song::open (409) Transcoder: 
streamMode=I, streamformat=mp3
  [19-07-05 19:00:25.4191] Slim::Player::Song::open (462) Opening stream (no 
direct streaming) using Slim::Player::Protocols::HTTP 
[http://ad-oom-cmg.streamguys1.com/atl750/atl750.mp3]
  [19-07-05 19:00:25.9070] Slim::Player::Song::open (483) URL is a song 
(audio): http://ad-oom-cmg.streamguys1.com/atl750/atl750.mp3, type=mp3
  [19-07-05 19:00:25.9085] Slim::Player::StreamingController::_Stream (1283) 
00:04:20:16:07:0e: stream
  [19-07-05 19:00:25.9114] Slim::Player::StreamingController::_Stream (1320) 
Song queue is now 0
  [19-07-05 19:00:25.9119] Slim::Player::StreamingController::_setPlayingState 
(2378) new playing state BUFFERING
  [19-07-05 19:00:25.9123] 
Slim::Player::StreamingController::_setStreamingState (2387) new streaming 
state STREAMING
  [19-07-05 19:00:25.9290] Slim::Player::Squeezebox2::directHeaders (471) 
Processing headers for direct streaming:
  HTTP/1.1 200 OK
  Server: Logitech Media Server (7.9.2 - TRUNK)
  Connection: close
  Content-Type: audio/mpeg
  
  [19-07-05 19:00:26.0357] Slim::Player::Player::_buffering (1145) Buffering... 
0 / 40960
  [19-07-05 19:00:26.0359] Slim::Player::Player::_buffering (1146)   +output... 
2352632 / 1764000
  
--------------------


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

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

Reply via email to