Re: [SlimDevices: SqueezeCenter] radio.de from mysb.com not working on lms 8.0
@karlek, did the same for now! THX @bpa !!! @Michael : that is somehow great!! would love to have radio.de back and not to select the "right" streaming offer from each station. Thanks alls, I guess tis topic can be closed now :) Best, goeste goeste's Profile: http://forums.slimdevices.com/member.php?userid=69434 View this thread: http://forums.slimdevices.com/showthread.php?t=112784 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS 7.9.2 stopping
Try 7.9.3 (others been reporting similar issue and have said that moving to 7.9.3 resolved it). If it persists after that then please provide info from the Settings/Information page (exact version, operating system, SSL version). Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105 View this thread: http://forums.slimdevices.com/showthread.php?t=112798 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
[SlimDevices: SqueezeCenter] LMS 7.9.2 stopping
Hi LMS keeps stopping :( The server log has these entries: [20-08-20 15:27:07.7059] Slim::Networking::Repositories::__ANON__ (146) Failed to fetch https://repos.squeezecommunity.org/extensions.xml: Connect timed out: Bad file descriptor [20-08-20 15:27:07.7061] Slim::Networking::Repositories::__ANON__ (149) https lookup failed - trying plain text http instead: http://repos.squeezecommunity.org/extensions.xml [20-08-20 15:27:07.7073] Slim::Networking::Repositories::__ANON__ (146) Failed to fetch https://repos.squeezecommunity.org/extensions.xml: Connect timed out: Bad file descriptor [20-08-20 15:27:07.7074] Slim::Networking::Repositories::__ANON__ (149) https lookup failed - trying plain text http instead: http://repos.squeezecommunity.org/extensions.xml [20-08-20 15:27:07.7086] Slim::Networking::Repositories::__ANON__ (146) Failed to fetch https://repos.squeezecommunity.org/extensions.xml: Connect timed out: Bad file descriptor [20-08-20 15:27:07.7088] Slim::Networking::Repositories::__ANON__ (149) https lookup failed - trying plain text http instead: http://repos.squeezecommunity.org/extensions.xml [20-08-20 15:27:07.7100] Slim::Networking::Repositories::__ANON__ (146) Failed to fetch https://repos.squeezecommunity.org/extensions.xml: Connect timed out: Bad file descriptor Any idea what I should do next ? redgum's Profile: http://forums.slimdevices.com/member.php?userid=13679 View this thread: http://forums.slimdevices.com/showthread.php?t=112798 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS on MacOS 10.15 "Catalina"?
For all versions of LMS later than 7.9.3-1596358162 (Aug 3, 2020) I lose all LMS permissions to access the external drive containing my Media Folder. How would it fail? Has something changed after that particular build that requires something more to maintain permissions? I doubt it: I'm doing all development work on Catalina. Would you happen to have multiple perl versions installed? What would "perl -v" give you? What about "/usr/bin/perl5.18 -v"? -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
schup011 wrote: > Actually I added Reliable plugin only yesterday to see whether this > could help - it did not do anything to my specific problem. > > Anyway, I did it again with Reliabe Plugin deactivated. This time, it > took a little more channel switches to reproduce the situation where the > server does not provide audio. > > I see the HTTP=GLOB(0x6021268) being connected, but not disconnected. That's interesting... If you know how to do that, can you edit file Networking::Async::HTTP.pm, go to function "read_body" and replace with Code: # After reading headers, some callers may want to continue and # read the body sub read_body { my $self = shift; my $args = shift; $self->socket->set( passthrough => [ $self, $args ] ); # Timer in case the server never sends any body data my $timeout = $self->timeout || $prefs->get('remotestreamtimeout'); Slim::Utils::Timers::setTimer( $self->socket, Time::HiRes::time() + $timeout, \&_http_socket_error, $self, $args ); Slim::Networking::Select::addError( $self->socket, \&_http_socket_error ); Slim::Networking::Select::addRead( $self->socket, \&_http_read_body ); } LMS 7.9 on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, Riva 1 & 3 philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS on MacOS 10.15 "Catalina"?
Here's a new one. For all versions of LMS later than 7.9.3-1596358162 (Aug 3, 2020) I lose all LMS permissions to access the external drive containing my Media Folder. Deleting and re-selecting permissions for perl and bash after a later build install and reboot do not restore the permissions. Running the usual terminal commands 'sudo mkdir -p ~/Library/Logs/Squeezebox' & 'sudo chown $USER ~/Library/Logs/Squeezebox' don't help either. But rolling back the installation to 7.9.3-1596358162 always restores full permissions. So for now, I am trapped at that build version. Has something changed after that particular build that requires something more to maintain permissions? sgmlaw's Profile: http://forums.slimdevices.com/member.php?userid=13995 View this thread: http://forums.slimdevices.com/showthread.php?t=111037 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] 200 Playlist Limit on 8.0?
Uploaded library.db to your dropbox. There indeed are only 200 playlists in the database. Could you please enable logging for plugin.spotty, re-run an online scan, then send me the latest scanner.log? -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS 8.0 repository problem
should all be there. but you'd need activestate's commercial perlapp package to create the bundles. Can I use the free community edition, or no? I don't think there never has been a community edition of the Perl Development Kit. And ActiveState actually recommends not to use it any more for security reasons... https://www.activestate.com/blog/perl-dev-kit-pdk-now-end-of-life/ But you can still run the source code using ActivePerl 5.14 - ping me if you can't find a download. This will not allow you to "compile" (bundle) the code to one self-contained binary. But it allows you to run your own modified version of LMS. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
[SlimDevices: SqueezeCenter] Music Stops whenever 24Bit FLAC File Next In Queue
Has anyone else had an issue where LMS (running 8.0.0 - just downloaded the latest version 10 minutes ago but no change) works 100% reliably on a standard Squeezebox Receiver over Wi-Fi on the home network - to date 3 days continuous running without a problem - but the moment a 24 Bit file (about 10% of my collection is now HD) gets to the top of the queue it just hangs forever? 16 Bit files work perfectly, every time it hits a 24 Bit file it stops. I used to get occasional hang ups which I put down to the wi-fi network, but around 2 weeks ago it suddenly stopped playing the HD files at all. Any ideas of what to play with? Thanks! breacm00's Profile: http://forums.slimdevices.com/member.php?userid=69591 View this thread: http://forums.slimdevices.com/showthread.php?t=112795 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
philippe_44 wrote: > For mp3 or any stream? Because for mp3, they do by design I seem to have only MP3 with my local server. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
[SlimDevices: SqueezeCenter] 2 players cannot connect to LMS 8 on pCP (new behavior today)
After many, many months with no problems, today my Boom and a RPi cannot connect to latest (yesterday's and today's) LMS 8.0 running on a RPi4/pcp. My Radio and another RPi player can connect and play no problem. All 4 players (2 x Pi, Boom and Radio) can connect to LMS 7.9.3 running on a WIN 10 PC. Anything I can turn on in logging? This is all I have from the logs. Code: [20-08-19 18:13:30.6221] main::init (388) Starting Logitech Media Server (v8.0.0, 1597812449, Wed Aug 19 07:25:05 CEST 2020) perl 5.028000 - arm-linux-gnueabihf-thread-multi-64int[20-08-19 18:13:34.4092] Slim::Control::Request::renderAsArray (2233) Error: request should set useIxHashes in Slim::Control::Request->new() [20-08-19 18:13:34.4097] Slim::Control::Request::renderAsArray (2233) Backtrace: frame 0: Slim::Utils::Log::logBacktrace (/usr/local/slimserver/Slim/Control/Request.pm line 2233) frame 1: Slim::Control::Request::renderAsArray (/usr/local/slimserver/Slim/Plugin/CLI/Plugin.pm line 697) frame 2: Slim::Plugin::CLI::Plugin::cli_request_write (/usr/local/slimserver/Slim/Plugin/CLI/Plugin.pm line 1010) frame 3: Slim::Plugin::CLI::Plugin::cli_subscribe_notification (/usr/local/slimserver/Slim/Control/Request.pm line 2058) frame 4: (eval) (/usr/local/slimserver/Slim/Control/Request.pm line 2058) frame 5: Slim::Control::Request::notify (/usr/local/slimserver/Slim/Control/Request.pm line 859) frame 6: Slim::Control::Request::checkNotifications (/usr/local/slimserver/slimserver.pl line 709) frame 7: main::idle (/usr/local/slimserver/slimserver.pl line 678) frame 8: main::main (/usr/local/slimserver/slimserver.pl line 1211) [20-08-19 18:13:36.8941] Slim::Control::Request::renderAsArray (2233) Error: request should set useIxHashes in Slim::Control::Request->new() [20-08-19 18:13:36.8945] Slim::Control::Request::renderAsArray (2233) Backtrace: frame 0: Slim::Utils::Log::logBacktrace (/usr/local/slimserver/Slim/Control/Request.pm line 2233) frame 1: Slim::Control::Request::renderAsArray (/usr/local/slimserver/Slim/Plugin/CLI/Plugin.pm line 697) frame 2: Slim::Plugin::CLI::Plugin::cli_request_write (/usr/local/slimserver/Slim/Plugin/CLI/Plugin.pm line 1010) frame 3: Slim::Plugin::CLI::Plugin::cli_subscribe_notification (/usr/local/slimserver/Slim/Control/Request.pm line 2058) frame 4: (eval) (/usr/local/slimserver/Slim/Control/Request.pm line 2058) frame 5: Slim::Control::Request::notify (/usr/local/slimserver/Slim/Control/Request.pm line 859) frame 6: Slim::Control::Request::checkNotifications (/usr/local/slimserver/slimserver.pl line 709) frame 7: main::idle (/usr/local/slimserver/slimserver.pl line 678) frame 8: main::main (/usr/local/slimserver/slimserver.pl line 1211) [20-08-19 19:12:39.1311] Slim::Control::Commands::__ANON__ (463) Problem disconnecting client b8:27:XX:db:XX:b4 from http://192.168.1.2:9000/: Connect timed out: *Server - LMS 8.0.0 *Pi4B 4GB/Flirc case/pCP 6.1.0 18K library, playlists & LMS cache on SSD (ntfs) *Study -* Pi3B+/pCP 5.0.0/pi screen/HiFiBerry DAC+/jivelite, *Lounge* - Pi2/pCP 5.0.0 > HiFiBerry DIGI+ > AudioEngine DAC1 > AVI DM5 *Dining Room* - Squeezebox Boom *Garage* - Squeezebox Touch > Edifier R980T *Spares* - 1xTouch, 1xSB3, 1xRadio, 7xRPi kidstypike's Profile: http://forums.slimdevices.com/member.php?userid=10436 View this thread: http://forums.slimdevices.com/showthread.php?t=112793 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS 8.0 repository problem
many users have confirmed that 7.9.3 would fix this. Oh, right. I used the web page check for updates selection, not realizing this would be insufficient. So far 7.9.3 works without crashing. What was the problem? "Async TLS handshake would crash on Windows under certain circumstances." ? should all be there. but you'd need activestate's commercial perlapp package to create the bundles. Can I use the free community edition, or no? POMdev's Profile: http://forums.slimdevices.com/member.php?userid=70558 View this thread: http://forums.slimdevices.com/showthread.php?t=111658 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] 200 Playlist Limit on 8.0?
Uploaded library.db to your dropbox. Thanks again. Slackerini's Profile: http://forums.slimdevices.com/member.php?userid=6997 View this thread: http://forums.slimdevices.com/showthread.php?t=112776 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
schup011 wrote: > In my logs, it seems that the "scanning" http connection and the real > "playing" (in a working case where the server provides a valid audio > stream) overlap for a couple of seconds. For mp3 or any stream? Because for mp3, they do by design LMS 7.9 on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, Riva 1 & 3 philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
philippe_44 wrote: > Ive updated that section of LMS heavily recently. I will read this > thread but LMS does close any connection used for scanning. For most > formats, scanning has to be done before streaming starts. Only mostly in > mp3 is there streaming in parallel with scanning (and in HTTP only, not > in HTTPS). > In my logs, it seems that the "scanning" http connection and the real "playing" (in a working case where the server provides a valid audio stream) overlap for a couple of seconds. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
I will try a summary: I can reproduce a case where LMS does not close this first "scanning" Http connection. This occurs in case the server accepts the connection, but does not provide an audio stream. Player state remains buffering, and LMS does not close its connection. No matter what I do afterwards, the connection remains unless the server side closes it or LMS is restarted. And: it is http. Whether it is MP3 I am not sure, but I think you will find out reading the server logs attached above. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
I will try a summary: I can reproduce a case where LMS does not close this first "scanning" Http connection. This occurs in case the server accepts the connection, but does not provide an audio stream. Player state remains buffering, and LMS does not close its connection. No matter what I do afterwards, the connection remains unless the server side closes it or LMS is restarted. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Sonos Arc usable via AirPlay bridge oronly DLNA?
Toi toi toi! LMS server: O2 Joggler with Jivelite, Pi Zero W with PcP 6.0 Amp: Denon PMA-50 Players/Speakers: Touch, Logitech Radios, Sonos Play 1s & Beam, Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5, Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6, Avantree Priva BT transmitter castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624 View this thread: http://forums.slimdevices.com/showthread.php?t=112786 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS suddenly stops running
I knew you were going to say that! mandryka's Profile: http://forums.slimdevices.com/member.php?userid=53967 View this thread: http://forums.slimdevices.com/showthread.php?t=112791 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Sonos Arc usable via AirPlay bridge oronly DLNA?
Asking in the Sonos Forum, I got the following answer (in German): https://de.community.sonos.com/installation-und-nutzung-223378/unterstuetzt-die-sonos-arc-soundbar-airplay-1-oder-nur-airplay-2-6750208?postid=16093973#post16093973 It should work. Cheers, Rainer > On 19 Aug 2020, at 09:51, castalla > wrote: > > > God only knows. > > Ask Sonos, and hope you get a sensible reply. > > From what I read on the Sonos community forum, you could be buying into > a very expensive hit'n'miss experience. > > It may work better using the upnpbridge plugin, but again your mileage > may vary. > > > > LMS server: O2 Joggler with Jivelite, Pi Zero W with PcP 6.0 > > Amp: Denon PMA-50 > > Players/Speakers: Touch, Logitech Radios, Sonos Play 1s & Beam, > Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google > Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5, > Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6, > Avantree Priva BT transmitter > > > > > > castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624 > View this thread: http://forums.slimdevices.com/showthread.php?t=112786 > > ___ > Squeezecenter mailing list > Squeezecenter@lists.slimdevices.com > http://lists.slimdevices.com/mailman/listinfo/squeezecenter ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS suddenly stops running
Update to 7.9.3: http://downloads.slimdevices.com/nightly/index.php?ver=7.9 -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
[SlimDevices: SqueezeCenter] LMS suddenly stops running
Hello The server has stopped quitea lot over the past week. It just happened again, the clock on my computer said 16:24, here's the server log from just before > [20-08-19 15:55:38.3041] Slim::Networking::Slimproto::client_readable > (414) Client not found for slimproto msg op: STAT from 192.168.1.185 > [20-08-19 15:55:38.3538] Slim::Web::Cometd::handler (422) > errorNeedsClient: 02:50:48:dc:73:dd, status, -, 1, tags:JjaldBxKAc, > subscribe:60 > [20-08-19 16:06:52.7309] Slim::Web::Cometd::handler (422) > errorNeedsClient: 02:50:48:dc:73:dd, status, -, 1, tags:JjaldBxKAc, > subscribe:60 > [20-08-19 16:22:43.9262] Slim::Networking::Repositories::__ANON__ (146) > Failed to fetch https://repos.squeezecommunity.org/extensions.xml: > Connect timed out: Bad file descriptor > [20-08-19 16:22:43.9264] Slim::Networking::Repositories::__ANON__ (149) > https lookup failed - trying plain text http instead: > http://repos.squeezecommunity.org/extensions.xml > [20-08-19 16:22:43.9620] Slim::Networking::Repositories::__ANON__ (146) > Failed to fetch https://repos.squeezecommunity.org/extensions.xml: > Connect timed out: Bad file descriptor > [20-08-19 16:22:43.9622] Slim::Networking::Repositories::__ANON__ (149) > https lookup failed - trying plain text http instead: > http://repos.squeezecommunity.org/extensions.xml > [20-08-19 16:22:43.9638] Slim::Networking::Repositories::__ANON__ (146) > Failed to fetch https://repos.squeezecommunity.org/extensions.xml: > Connect timed out: Bad file descriptor > [20-08-19 16:22:43.9640] Slim::Networking::Repositories::__ANON__ (149) > https lookup failed - trying plain text http instead: > http://repos.squeezecommunity.org/extensions.xml and so on until I manually restart it. Suggestions appreciated about what to do? (LMS 7.9.2 on Windows 10) mandryka's Profile: http://forums.slimdevices.com/member.php?userid=53967 View this thread: http://forums.slimdevices.com/showthread.php?t=112791 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] 200 Playlist Limit on 8.0?
Don't think I'm using library view. Library views aren't a Spotty feature, but LMS library. Would my scanner or server log files help? Your library.db would be most helpful. Please see my previous response. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Albums not sorting the right way
Thanks both...how does the NAMESORT thing work and how do i configure it? You'll have to tag your files accordingly. See eg. https://community.mp3tag.de/t/mp3-namesort-artistsort-fields/17158 -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
schup011 wrote: > Maybe I am thinking too simply, but to me it's quite clear now: > > We have to check the section where LMS reads a first portion of the > stream in order to get info about bitrate, codec and so on. The > conditions to close that http connection by calling > Slim::Networking::Async::disconnect have to be reviewed. At latest when > the same player wants to stream or play something else, the connection > has to be closed. Or, in other words, LMS has to make sure that it does > not keep multiple HTTP connections "serving" one player. > > Do you agree? > > I can try to do it when I am at home after tomorrow, but I have never > really seen a single line of code of LMS and after today, I cannot test > it under these special circumstances. Ive updated that section of LMS heavily recently. I will read this thread but LMS does close any connection used for scanning. For most formats, scanning has to be done before streaming starts. Only mostly in mp3 is there streaming in parallel with scanning (and in HTTP only? Not in HTTPS). But can you do a summary of what makes you think that a change is needed? LMS 7.9 on Pi 3B+ & Odroid-C2 - *SqueezeAMP!*, 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB3. Sonos PLAY:3, PLAY:5, Marantz NR1603, Foobar2000, ShairPortW, JRiver 21, 2xChromecast Audio, Chromecast v1 and v2, Squeezelite on Pi, Yamaha WX-010, AppleTV 4, Airport Express, GGMM E5, Riva 1 & 3 philippe_44's Profile: http://forums.slimdevices.com/member.php?userid=17261 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS 8.0 repository problem
Ref my previous post in this thread about sudden stops: I can confirm that upgrading LMS from 7.9.2 to 7.9.3 fixed the problem. labrekke's Profile: http://forums.slimdevices.com/member.php?userid=69134 View this thread: http://forums.slimdevices.com/showthread.php?t=111658 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Replacement for dying NAS - suggestions?
Personally I think the PiCorePlayer 6 on a Raspberry Pi is the way to go but I installed Logitechmedia server on my QNAP server with fantastic results. It works best on the model(TS453) that the developer wrote it for but works on well on most models. I recommend reading his thread before you decide. Still I think a Raspberry pi with PiCorePlayer 6 is a better solution. Use the NAS to store music files. https://forums.slimdevices.com/showthread.php?108702-QLogitechMediaServer-for-Qnap-with-QTS-4-2-or-higher-and-x86_64-I686-X86-support-! (1) Pi 3 w/ HifiBerry Digi + Pro, piCorePlayer 6.1.0, LMS 8.0.0, WD usb drive for Music files (1) Touch, (1) Transporter, (1) Duet QLogitechMediaServer on QNAP TS-853a Tex's Profile: http://forums.slimdevices.com/member.php?userid=30118 View this thread: http://forums.slimdevices.com/showthread.php?t=112789 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] 200 Playlist Limit on 8.0?
Don't think I'm using library view. Would my scanner or server log files help? 31329 +---+ |Filename: Screen Shot 2020-08-19 at 7.47.41 AM.png | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=31329| +---+ Slackerini's Profile: http://forums.slimdevices.com/member.php?userid=6997 View this thread: http://forums.slimdevices.com/showthread.php?t=112776 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Albums not sorting the right way
mherger wrote: > > I am guessing, but the sorting algorithm may use textual rather than > > numerical sorting logic. > > Correct. And you shouldn't need to modify the name itself, but could > generate the NAMESORT value instead. > > -- > > Michael Thanks both...how does the NAMESORT thing work and how do i configure it? GuyManning's Profile: http://forums.slimdevices.com/member.php?userid=10300 View this thread: http://forums.slimdevices.com/showthread.php?t=105792 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS 8.0 repository problem
I am also now getting other messages indicating that the server is starting before the network is ready, e.g. [20-08-19 09:04:06.0751] main::init (387) Starting Logitech Media Server (v7.9.2, 1578996832, Tue Jan 14 12:09:46 WEST 2020) perl 5.014001 - MSWin32-x86-multi-thread Many users have confirmed that 7.9.3 would fix this. BTW, I cannot compile the Windows version of the software. The source package is missing essential parts to support this... Should all be there. But you'd need ActiveState's commercial PerlApp package to create the bundles. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS 8.0 repository problem
Recently, my LMS started crashing. Also, it would sometimes be hard to restart, requiring more than one try. The server logs would show [20-08-19 09:26:20.7696] Slim::Networking::Repositories::__ANON__ (146) Failed to fetch ..nolinkfirstmessage.. repos.squeezecommunity.org/extensions.xml: Connect timed out: Bad file descriptor [log line 77172] [20-08-19 09:26:20.7698] Slim::Networking::Repositories::__ANON__ (149) https lookup failed - trying plain text http instead: ..nolinkfirstmessage.. repos.squeezecommunity.org/extensions.xml ... many, many similar entries skipped ... [20-08-19 09:26:20.9965] Slim::Networking::Repositories::__ANON__ (146) Failed to fetch ..nolinkfirstmessage.. repos.squeezecommunity.org/extensions.xml: Connect timed out: Bad file descriptor [20-08-19 09:26:20.9966] Slim::Networking::Repositories::__ANON__ (149) https lookup failed - trying plain text http instead: ..nolinkfirstmessage.. repos.squeezecommunity.org/extensions.xml [log line 77379] so it is apparently requesting this connection hundreds of times in about 1/4 second! This last episode occurred after using the web page to rename some players (successful) then switching to the plugins tab (crashed). Prior to this, I suspected connectivity issues from a vpn software, which I disabled. It still happening, I then disabled "Windows Firewall" and that tricky "Base Filtering Engine" which has given me trouble in the past, but none of this has helped. I am also now getting other messages indicating that the server is starting before the network is ready, e.g. [20-08-19 09:04:06.0751] main::init (387) Starting Logitech Media Server (v7.9.2, 1578996832, Tue Jan 14 12:09:46 WEST 2020) perl 5.014001 - MSWin32-x86-multi-thread [20-08-19 09:04:06.6605] Slim::Utils::IPDetect::_init (138) Warning: Couldn't call connect() - falling back to 127.0.0.1 ... [20-08-19 09:04:34.5589] Slim::Formats::XML::gotErrorViaHTTP (339) Error: getting ..nolinkfirstmessage.. opml.radiotime.com/Index.aspx?partnerId=16 Couldn't resolve IP address for: opml.radiotime.com ... [20-08-19 09:04:51.5921] Slim::Utils::Misc::msg (1255) Warning: [09:04:51.5919] EV: error in callback (ignoring): pack_sockaddr: invalid host at /AnyEvent/DNS.pm line 1114 I must confess I have modified the server software a bit, restoring the image server..., but I don't believe that is involved (Famous last words). BTW, I cannot compile the Windows version of the software. The source package is missing essential parts to support this... POMdev's Profile: http://forums.slimdevices.com/member.php?userid=70558 View this thread: http://forums.slimdevices.com/showthread.php?t=111658 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Praise
I couldn't agree more. I've been using Squeezeboxes for so many years now and the community, dedication, support... has always been amazing. With Squeezeplay being as amazing as it is now, this is pretty much future proof as long as the community wants it to be (and we manage to have dedicated developers onboard). Thanks to everybody, really. gorman's Profile: http://forums.slimdevices.com/member.php?userid=56 View this thread: http://forums.slimdevices.com/showthread.php?t=112782 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Replacement for dying NAS - suggestions?
What are the symptoms of the dying disks ? How old is the netgear ? -- is it no longer supported ? You could go the RPi route, as suggested, with your library of music attached via external USB disk, or network share. You cld also build a new NAS using a platform like 'Freenas' (https://www.freenas.org/) - use the rpi to access library stored in the freenas box ... -- Bill Clark, Windham, VT Logitech Media Server Version: 7.9.3 - 1597698350 @ Tue Aug 18 04:13:31 CEST 2020 Hostname: ubuntu-lms - ProxMox Virtual Environment 5.4-3 | Ubuntu 16.04 xenial piCorePlayer | piCorePlayer v6.0.0 | www v0005 | linux 4.19.105-pcpCore_v7 | piCore v10.3pCP | Squeezelite v1.9.6-1206-pCP --- kappclark's Profile: http://forums.slimdevices.com/member.php?userid=29572 View this thread: http://forums.slimdevices.com/showthread.php?t=112789 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
Maybe I am thinking too simply, but to me it's quite clear now: We have to check the section where LMS reads a first portion of the stream in order to get info about bitrate, codec and so on. The conditions to close that http connection by calling Slim::Networking::Async::disconnect have to be reviewed. At latest when the same player wants to stream or play something else, the connection has to be closed. I can try to do it when I am at home after tomorrow, but I have never seen a single line of code of LMS and after today, I cannot test it under these special circumstances. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Replacement for dying NAS - suggestions?
Replace the disks and run LMS on RPi. SB Touch optical to Hegel H90, Speakers Larsen 4.2 Spare SB3 AirPlay Bridge to Audio Pro A10 Squeezelite-x connected to home LMS with ZeroTier One. SB Radio ReadyNAS 202 iPeng bernt's Profile: http://forums.slimdevices.com/member.php?userid=1342 View this thread: http://forums.slimdevices.com/showthread.php?t=112789 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
[SlimDevices: SqueezeCenter] Replacement for dying NAS - suggestions?
My trusty old Netgear NAS is dying (or at least the disks are). What can I replace it with that I can run the Logitech Media Server on (or an equivalent) for use with my Squeezebox touch? Davecow's Profile: http://forums.slimdevices.com/member.php?userid=70557 View this thread: http://forums.slimdevices.com/showthread.php?t=112789 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] radio.de from mysb.com not working on lms 8.0
@Michael: Thanks for catching up, so are we "waiting" for radio.de or mysb.com? Hope you/they can make radio.de work again. radio.de asked me to get back to them in September/early October. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] radio.de from mysb.com not working on lms 8.0
I wont wait. Kudos to @bpa. Im streaming from radio.de after I installed his plugin and set it to Germany. :) karlek's Profile: http://forums.slimdevices.com/member.php?userid=64321 View this thread: http://forums.slimdevices.com/showthread.php?t=112784 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
OK, now with netstat -p: Normal working case: Code: Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp1 0 collePlayer:43002 collePlayer:9000 CLOSE_WAIT 8562/sbpd tcp0 0 collePlayer:9000collePlayer:43002 FIN_WAIT2 - tcp0 0 192.168.0.102:445 192.168.0.101:55656 ESTABLISHED 9105/smbd tcp0 0 collePlayer:3483collePlayer:56528 ESTABLISHED 7148/perl tcp0 0 collePlayer:56528 collePlayer:3483 ESTABLISHED 8480/squeezelite tcp0 0 192.168.0.102:35144 192.168.0.102:9000 ESTABLISHED 9094/jivelite tcp0 0 192.168.0.102:9000 192.168.0.102:35144 ESTABLISHED 7148/perl tcp0208 192.168.0.102:ssh 192.168.0.101:55663 ESTABLISHED 9114/sshd: tc [priv tcp0 0 collePlayer:53236 collePlayer: ESTABLISHED 8562/sbpd tcp0 0 192.168.0.102:35190 192.168.0.102:9000 ESTABLISHED 9094/jivelite tcp0 0 192.168.0.102:445 192.168.0.101:55657 ESTABLISHED 9107/smbd tcp0 0 192.168.0.102:38244 192.168.0.100:3000 ESTABLISHED 8480/squeezelite tcp0 0 192.168.0.102:9000 192.168.0.102:35190 ESTABLISHED 7148/perl tcp0 0 collePlayer:53238 collePlayer: ESTABLISHED 8562/sbpd tcp0 0 192.168.0.102:ssh 192.168.0.101:54724 ESTABLISHED 9016/sshd: tc [priv tcp0 0 collePlayer:collePlayer:53236 ESTABLISHED 8524/pigpiod tcp0 0 collePlayer:collePlayer:53238 ESTABLISHED 8524/pigpiod Active UNIX domain sockets (w/o servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ] DGRAM 29198 1389/wpa_supplicant /var/run/wpa_supplicant/wlan0 unix 2 [ ] DGRAM 40076 9105/smbd /usr/local/var/lib/samba/private/msg.sock/9105 unix 3 [ ] STREAM CONNECTED 39961 9094/jivelite unix 3 [ ] DGRAM 7866 81/udevd unix 2 [ ] STREAM CONNECTED 39199 9016/sshd: tc [priv unix 3 [ ] STREAM CONNECTED 40183 9116/1 unix 3 [ ] STREAM CONNECTED 39202 9018/0 unix 3 [ ] STREAM CONNECTED 39962 9094/jivelite unix 3 [ ] STREAM CONNECTED 40184 9114/sshd: tc [priv unix 3 [ ] STREAM CONNECTED 39203 9016/sshd: tc [priv unix 3 [ ] DGRAM 7867 81/udevd unix 2 [ ] STREAM CONNECTED 40180 9114/sshd: tc [priv "First point of failure": Code: Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp1 0 collePlayer:43002 collePlayer:9000 CLOSE_WAIT 8562/sbpd tcp0 0 192.168.0.102:35210 192.168.0.102:9000 ESTABLISHED 9094/jivelite tcp0 0 192.168.0.102:445 192.168.0.101:55656 ESTABLISHED 9105/smbd tcp0 0 192.168.0.102:38270 192.168.0.100:3000 ESTABLISHED 8480/squeezelite tcp0 0 192.168.0.102:9000 192.168.0.102:35210 ESTABLISHED 7148/perl tcp 61 0 collePlayer:3483collePlayer:56528 ESTABLISHED 7148/perl tcp0 0 192.168.0.102:35198 192.168.0.102:9000 ESTABLISHED 9094/jivelite tcp0 0 collePlayer:56528 collePlayer:3483 ESTABLISHED 8480/squeezelite tcp0 0 192.168.0.102:35144 192.168.0.102:9000 ESTABLISHED 9094/jivelite tcp0 0 192.168.0.102:9000 192.168.0.102:35144 ESTABLISHED 7148/perl tcp0208 192.168.0.102:ssh 192.168.0.101:55663 ESTABLISHED 9114/sshd: tc [priv tcp0 0 collePlayer:53236 collePlayer: ESTABLISHED 8562/sbpd tcp0 0 192.168.0.102:38268 192.168.0.100:3000 ESTABLISHED 7148/perl tcp0 0 192.168.0.102:9000 192.168.0.102:35198 ESTABLISHED 7148/perl tcp0 0 192.168.0.102:445 192.168.0.101:55657 ESTABLISHED 9107/smbd tcp0 0 192.168.0.102:38264 192.168.0.100:3000 TIME_WAIT - tcp0 0 collePlayer:53238 collePlayer: ESTABLISHED 8562/sbpd tcp0 0 192.168.0.102:ssh 192.168.0.101:54724 ESTABLISHED 9016/sshd: tc [priv tcp0 0 collePlayer:collePlayer:53236 ESTABLISHED 8524/pigpiod tcp0 0 co
Re: [SlimDevices: SqueezeCenter] radio.de from mysb.com not working on lms 8.0
Hi all, @karlek: thanks for confirming the issue, so it is not on me :D @bpa: Thanks, def worth a try! @Michael: Thanks for catching up, so are we "waiting" for radio.de or mysb.com? Hope you/they can make radio.de work again. Best regards and your help is very much appreciated, goeste goeste's Profile: http://forums.slimdevices.com/member.php?userid=69434 View this thread: http://forums.slimdevices.com/showthread.php?t=112784 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
bpa wrote: > This is why Wireshark logs are good - it records the whole conversation > but it can be a lot of work to analyse unless you can make the network > very quiet. So it is last resort. > > Can you use the "-p" option on your netstat ? this will show program > and PID > > > > My understanding is you play VDR stream on PCP which has LMS and > Jivelite ? So WIn10 is just a files server & remote login into pcp ? No > other network functions ? Correctly. Win10 has no other functions. I use it only for (sometimes) WebGUI and for writing into this forum here :-). schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
schup011 wrote: > Please note that calling netstat takes a couple of seconds, therefore I > could not get "intermediate" states, like a connection being established > and closed shortly after. This is why Wireshark logs are good - it records the whole conversation but it can be a lot of work to analyse unless you can make the network very quiet. So it is last resort. Can you use the "-p" option on your netstat ? this will show program and PID > piCorePlayer system: "collePlayer": 192.168.0.102 > VDR streaming server: 192.168.0.100 > Win10 Laptop: 192.168.0.101 My understanding is you play VDR stream on PCP which has LMS and Jivelite ? So WIn10 is just a files server & remote login into pcp ? No other network functions ? bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] LMS 8.0 repository problem
Same issue here. I'm running Windows Server 2019. I`ve just installed 7.9.3 and will see if that helps. scoob101's Profile: http://forums.slimdevices.com/member.php?userid=4957 View this thread: http://forums.slimdevices.com/showthread.php?t=111658 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
> Is VDR using HTTP 1.1 "actively" and are TCP connection being kept open > between HTTP requests from same source ? I am not able to answer that. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
bpa wrote: > Please show netstat log and do not "assume" anything. When chasing bugs > you have to be pedantic. Confirm the TCP connection against the > originating process id and the executable of the process id. > > Is VDR using HTTP 1.1 "actively" and are TCP connection being kept open > between HTTP requests from same source ? OK. Working normal case: Code: Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 192.168.0.102:9000 192.168.0.102:35118 ESTABLISHED tcp0 0 192.168.0.102:35126 192.168.0.102:9000 ESTABLISHED tcp0 0 collePlayer:3483collePlayer:56528 ESTABLISHED tcp0 0 collePlayer:56528 collePlayer:3483 ESTABLISHED tcp1 0 collePlayer:42926 collePlayer:9000CLOSE_WAIT tcp0 0 collePlayer:53236 collePlayer: ESTABLISHED tcp0 0 192.168.0.102:9000 192.168.0.102:35124 ESTABLISHED tcp0 0 192.168.0.102:38178 192.168.0.100:3000 ESTABLISHED tcp0 0 192.168.0.102:9000 192.168.0.101:54702 ESTABLISHED tcp0 0 192.168.0.102:9000 192.168.0.102:35088 ESTABLISHED tcp0 0 192.168.0.102:445 192.168.0.101:54699 ESTABLISHED tcp0 0 192.168.0.102:35088 192.168.0.102:9000 ESTABLISHED tcp0 0 192.168.0.102:35124 192.168.0.102:9000 ESTABLISHED tcp0 0 192.168.0.102:35118 192.168.0.102:9000 ESTABLISHED tcp0 0 collePlayer:53238 collePlayer: ESTABLISHED tcp0 0 192.168.0.102:445 192.168.0.101:54703 ESTABLISHED tcp0208 192.168.0.102:ssh 192.168.0.101:54724 ESTABLISHED tcp0 0 collePlayer:collePlayer:53236 ESTABLISHED tcp0 0 collePlayer:collePlayer:53238 ESTABLISHED Active UNIX domain sockets (w/o servers) Proto RefCnt Flags Type State I-Node Path unix 2 [ ] DGRAM 38658 /usr/local/var/lib/samba/private/msg.sock/8881 unix 2 [ ] DGRAM 29198 /var/run/wpa_supplicant/wlan0 unix 2 [ ] DGRAM 35471 /usr/local/var/lib/samba/private/msg.sock/8490 unix 2 [ ] DGRAM 35486 /usr/local/var/lib/samba/private/msg.sock/8493 unix 2 [ ] DGRAM 35490 /usr/local/var/lib/samba/private/msg.sock/8494 unix 2 [ ] DGRAM 35511 /usr/local/var/lib/samba/private/msg.sock/8495 unix 2 [ ] DGRAM 35523 /usr/local/var/lib/samba/private/msg.sock/8496 unix 2 [ ] DGRAM 38648 /usr/local/var/lib/samba/private/msg.sock/8879 unix 3 [ ] DGRAM 7866 unix 2 [ ] STREAM CONNECTED 39199 unix 3 [ ] STREAM CONNECTED 39202 unix 3 [ ] STREAM CONNECTED 38602 unix 3 [ ] STREAM CONNECTED 39203 unix 3 [ ] DGRAM 7867 unix 3 [ ] STREAM CONNECTED 38603 "First point of failure": Code: Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 192.168.0.102:9000 192.168.0.102:35118 ESTABLISHED tcp0 0 192.168.0.102:35126 192.168.0.102:9000 TIME_WAIT tcp0 0 collePlayer:3483collePlayer:56528 ESTABLISHED tcp0 0 collePlayer:56528 collePlayer:3483 ESTABLISHED tcp1 0 collePlayer:42926 collePlayer:9000CLOSE_WAIT tcp0 0 collePlayer:53236 collePlayer: ESTABLISHED tcp0 0 192.168.0.102:38182 192.168.0.100:3000 ESTABLISHED tcp0 0 192.168.0.102:9000 192.168.0.102:35124 ESTABLISHED tcp0 0 192.168.0.102:9000 192.168.0.101:54702 ESTABLISHED tcp0 0 192.168.0.102:9000 192.168.0.102:35088 ESTABLISHED tcp0 0 192.168.0.102:38180 192.168.0.100:3000 ESTABLISHED tcp0 0 192.168.0.102:445 192.168.0.101:54699 ESTABLISHED tcp0 0 192.168.0.102:35088 192.168.0.102:9000 ESTABLISHED tcp0 0 192.168.0.102:35124 192.168.0.102:9000 ESTABLISHED tcp0 0 192.168.0.102:35118 192.168.0.102:9000 ESTABLISHED tcp0 0 collePlayer:53238 collePlayer: ESTABLISHED tcp0 0 1
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
schup011 wrote: > I confirmed that behaviour with netstat. Usually, when I hear the audio, > there is one connection established. During the above described "First > point of failure", I see two connections established (I assume one from > LMS, one from Squeezelite). During the second mode, I see these two > connections still active, one with state TIME_WAIT, one with state > ESTABLISHED. Please show netstat log and do not "assume" anything. When chasing bugs you have to be pedantic. Confirm the TCP connection against the originating process id and the executable of the process id. Is VDR using HTTP 1.1 "actively" and are TCP connection being kept open between HTTP requests from same source ? bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Praise
dagb wrote: > I just fired up LMS 8 after I fell off the Squeezebox train a couple of > years ago. (There were perfectly good reasons for it at the time.) > > I have not kicked the tires really hard yet, but my goodness You > guys are definitely not just keeping this thing alive! It works as great > as ever, it handles my streaming service as well as my local files, and > now also Sonos devices are handled seamlessly via the DLNA bridge. > Podcasts. ... > > And the material skin suddenly makes this thing look fabulous on a tiny > screen as well. Subject to taste, of course. I love it. > > I am very, very grateful for what you all do. I will not mention > particular names/handles, you know who you are. > > Thanks! Well, somebody should say, Hear, Hear! There are a bunch of amazingly dedicated, helpful, expert and quick folk in this Forum. I recently had horrible problems with an update of another piece of "legacy" software - Thunderbird email - that I've used for 20 or so years - no real Support Forum at all now, for some reason, even though the good folks at Mozilla are still working on it So, the SqueezeSupport here - all voluntary - is truly amazing. LMS 7.9.3 (1596893334) Win10 Control: Web GUI; sometimes OrangeSqueeze on Android phones / pads Machines / devices are in France, in two locations. a) Sagem Livebox Internal HDD (FLAC music; mp3 voice), Desktop 3 x Touch - 2 wireless, 1 LAN. (7.8.0-r16754) 3 x SB Radios [2 wireless, 1 LAN] (7.7.3-r16676) b) Freebox External SSD (all mp3), WiFi Laptop 1 x Touch LAN (Firmware:7.8.0-r16754) 1 x SB Radio, Wireless (7.7.3-r16676) 1 x Pair Riva Arenas (via Airplay LMS PlugIn) agbagb's Profile: http://forums.slimdevices.com/member.php?userid=7034 View this thread: http://forums.slimdevices.com/showthread.php?t=112782 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] radio.de from mysb.com not working on lms 8.0
I upgraded from lms 7.9 to lms 8.0.0 (1597263993). Since the upgrade the radio.de app from mysb.com i not working and just shows a 404 error... Yeah, I'll probably have to pull that service from mysb: I've been in touch with them, and they told me that they were re-building the service, and the API we'd need wasn't high on the priority list :-( whereas ROCKRADIO.com from mysb.com is working with no issues on lms 8.0.0. That's good to know. Because the other day I tried to use it, and it didn't work... -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
I have a general problem. This system here is at a holiday apartment. I am leaving tomorrow and will return only in winter. Therefore, I can do any tests until tonight, but not after that. Sorry. But I appreciate very much your help, thanks a lot! schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
bpa wrote: > OK - I have a lot on now so won't be able to look at this again until > weekend. Netstat and Wireshark are still relevant and would provide > useful info. > > Can you clarify another point - in first post you say- 'In this case, > the piCorePlayer display gets stuck at "Connection being established"'- > > In the log you say > > Code: > > > * > * Getting NO Audio, Jivelite displays pop up error message "503 Service Unavailable" *** > * > > > > To me this seems like there are at least two modes of behaviour. > > Are there multiple modes ? > If so please - provide describe the different categories - just one > line per category. Yes, there are. I described them in the log. --- There is the first point of failure. I described it at [20-08-18 21:27:14.8269] There, Jivelite only display "Connection being established". I would not rate this as a real "failure" because obviously the server does not send audio. --- --- And then, as a consequence after channel switch, with the server not being able to do it, there is the second "mode". I desdcribed it at [20-08-18 21:27:38.7170] There, the server declines to provide the channel, and the LMS displays the error message. I would not rate that as a failure, either. --- The error occurs in between, because the connection from the first point of failure is not closed. I confirmed that behaviour with netstat. Usually, when I hear the audio, there is one connection established. During the above described "First point of failure", I see two connections established (I assume one from LMS, one from Squeezelite). During the second mode, I see these two connections still active, one with state TIME_WAIT, one with state ESTABLISHED. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] radio.de from mysb.com not working on lms 8.0
RadioNet plugin has a setting for different countries as the service is available in a number of countries/languages (English, Portugal, Italy, Germany, Austria, ...). You need to restart LMS after changing a country setting to make it take effect. City, Country and genre info is available for each station under Search and Top station but not under Genres - recently this info has not been supplied by RadioNet under Genres. If you wants this info for stations under a particular genre - use search and the genre as the search string. bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=112784 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] radio.de from mysb.com not working on lms 8.0
Im still on 7.9.3 and radio.de doesnt work for me either. I tried it right now and some weeks before to no avail. There is a new plugin called radionet. That works and I found some german radio stations, I looked for. Worth a try. karlek's Profile: http://forums.slimdevices.com/member.php?userid=64321 View this thread: http://forums.slimdevices.com/showthread.php?t=112784 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
schup011 wrote: > No! Sorry! You are looking at the wrong point of the log. > > The error occurs before. The connection HTTP=GLOB(0x6021268) is never > closed by LMS!!! And playing state there is > > The one after that (0x5ffd1f0), where the VDR server declines the > connection with the 503 response, is closed properly by LMS. But the old > one is still existing at that point of time. OK - I have a lot on now so won't be able to look at this again until weekend. Can you clarify another point - in first post you say- 'In this case, the piCorePlayer display gets stuck at "Connection being established"'- In the log you say Code: * * Getting NO Audio, Jivelite displays pop up error message "503 Service Unavailable" *** * To me this seems like there are at least two modes of behaviour. Are there multiple modes ? If so please - provide describe the different categories - just one line per category. bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
bpa wrote: > No it looks like connection was closed an stream put into IDLE state. > > To check actual state of network connections and not just the last > message shown on Jivelite, use netstat > > Alternatively, if you want to check whether TCP connection is closed or > left hanging in some way after 503 response - you can use Wireshark and > log the network IP packets. Ok, confirmed with netstat. In the usual (working) case, netstat shows one connection. In the case it goes wrong, it shows two connections, both with state Established. Then after the 503 response has been sent from the server, these two connections are still there, one with state TIME_WAIT and the other one with Established. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
[SlimDevices: SqueezeCenter] Volume surge in crossfade
Is it my setup, or is crossfading hopelessly broken? While I have crossfade enabled, there is either a volume surge, or a burst of noise at the final moment of the crossfade. For example, if the crossfade is set to 10 seconds, the glitch will be at the last second, or so, of the transition. I'm running LMS v.7.9 series on Windows 10, feeding RPis running HiFIBerryOS. I'm not seeing anyone else complaining about it, so is it my setup, and if yes, is there anything I can/should do to make it work right? Thanks MarSOnEarth's Profile: http://forums.slimdevices.com/member.php?userid=69826 View this thread: http://forums.slimdevices.com/showthread.php?t=112788 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
bpa wrote: > No it looks like connection was closed an stream put into IDLE state. > > > Code: > > > [20-08-18 21:27:38.6939] Slim::Networking::Async::disconnect (251) Close Slim::Networking::Async::Socket::HTTP=GLOB(0x5ffd1f0) => 29 > [20-08-18 21:27:38.6991] Slim::Utils::Scanner::Remote::__ANON__ (192) Error: Can't connect to remote server to retrieve playlist for, http://192.168.0.100:3000/ES/1052: 503 Service Unavailable. > [20-08-18 21:27:38.7079] Slim::Player::StreamingController::_playersMessage (796) 503 Service Unavailable: http://192.168.0.100:3000/ES/1052 > > * > * Getting NO Audio, Jivelite displays pop up error message "503 Service Unavailable" *** > * > > [20-08-18 21:27:38.7170] Slim::Player::StreamingController::_setStreamingState (2386) new streaming state IDLE > > > > > No! Sorry! You are looking at the wrong point of the log. The error occurs before. The connection HTTP=GLOB(0x6021268) is never closed by LMS!!! And playing state there is The one after that (0x5ffd1f0), where the VDR server declines the connection with the 503 response, is closed properly by LMS. But the old one is still existing at that point of time. schup011's Profile: http://forums.slimdevices.com/member.php?userid=66557 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Sonos Arc usable via AirPlay bridge oronly DLNA?
God only knows. Ask Sonos, and hope you get a sensible reply. >From what I read on the Sonos community forum, you could be buying into a very expensive hit'n'miss experience. It may work better using the upnpbridge plugin, but again your mileage may vary. LMS server: O2 Joggler with Jivelite, Pi Zero W with PcP 6.0 Amp: Denon PMA-50 Players/Speakers: Touch, Logitech Radios, Sonos Play 1s & Beam, Libratone Zipp, GGMM E2 & E3, Yamaha WXAD-010, Loewe Airspeaker, Google Chromecast Audio, Home Mini & Nest Hub, Amazon Echo 2,3 and Show5, Pioneer WX-SMA1, Roberts S1, O2 Joggler, Cisco Joggler, Fiio M6, Avantree Priva BT transmitter castalla's Profile: http://forums.slimdevices.com/member.php?userid=15624 View this thread: http://forums.slimdevices.com/showthread.php?t=112786 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Streaming Radio: HTTP connection is not closed
schup011 wrote: > Yes, sure, the 503 response is the effect that the streaming server > denies a new connection, and that one (in log: HTTP=GLOB(0x5ffd1f0)) is > closed properly by LMS. But the one before (HTTP=GLOB(0x6021268)), and > that is the root cause in my opinion, is not closed. And this causes the > server to serve this connection forever. > > I guess this is because of the special situation the player or LMS is > in. The log says > > > Code: > > 20-08-18 21:27:14.4926] Slim::Player::StreamingController::_setPlayingState (2377) new playing state BUFFERING > > > > It does not reach PLAYING. It seems LMS is still waiting for the > playing state PLAYING and therefore does not close the connection. > > Don't you agree with this? No it looks like connection was closed an stream put into IDLE state. Code: [20-08-18 21:27:38.6939] Slim::Networking::Async::disconnect (251) Close Slim::Networking::Async::Socket::HTTP=GLOB(0x5ffd1f0) => 29 [20-08-18 21:27:38.6991] Slim::Utils::Scanner::Remote::__ANON__ (192) Error: Can't connect to remote server to retrieve playlist for, http://192.168.0.100:3000/ES/1052: 503 Service Unavailable. [20-08-18 21:27:38.7079] Slim::Player::StreamingController::_playersMessage (796) 503 Service Unavailable: http://192.168.0.100:3000/ES/1052 * * Getting NO Audio, Jivelite displays pop up error message "503 Service Unavailable" *** * [20-08-18 21:27:38.7170] Slim::Player::StreamingController::_setStreamingState (2386) new streaming state IDLE bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=112774 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter
Re: [SlimDevices: SqueezeCenter] Logitech Media Server Version 7.9 - stopped scanning files
It might be worth a check of the file/directory permissions of the new drive. All the issues I had so far with scanning were caused by inapproproate mount options. fvzeppelin's Profile: http://forums.slimdevices.com/member.php?userid=65388 View this thread: http://forums.slimdevices.com/showthread.php?t=112781 ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter