Re: [SlimDevices: SqueezeCenter] LMS 8.1.1 and Max2Play / Napster-Problem

2021-06-08 Thread justwords


now the problem has returned for me, with lms 8.1.x it said the
squeezebox i am using is not supported, i should use squeezebox 2. Of
course i use squeezebox radio. I updgraded to the new nightly build of
lms 8.2 and now it behaves with the same problem i reported when i
started this thread. It loads the cover art, seems to play the song but
there is no sound. Could the community firmware for squeezebox radio be
the problem? Or did the fix in 8.1.1 vanish somehow?



Logitech Media Server Version in Max2Play 7.9 (Raspberry 3B, 4 x
Squeezebox Radio, 1 x Squeezebox Boom, 2 x Squeezebox Duet, iPeng (iOS),
Squeeze Play (Android). Amazon Echo, 3 x Echo Dot (sadly not connected
to LMS).

justwords's Profile: http://forums.slimdevices.com/member.php?userid=52020
View this thread: http://forums.slimdevices.com/showthread.php?t=113593

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No Audio output

2021-06-08 Thread onlinegill


Man in a van wrote: 
> @'*onlinegill*'
> (https://forums.slimdevices.com/member.php?71843-onlinegill)   
> 
> This is what I do, and is based on installing Squeezelite by 
> 
> > 
Code:

  >   > sudo apt install squeezelite

> > 
> 
> If you install just by wget and dpkg then I guess the first and last
> lines (sudo /etc/init.d/squeezelite stop / start) are not required.
> 
> Squeezelite is maintained by Ralphy at
> 
> https://sourceforge.net/projects/lmsclients/files/squeezelite/
> 
> go to the Linux folder and select the appropiate version required, in
> this case, this is what I use for Linux Mint 
> 
> https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.9.1386-x86_64.tar.gz/download
> 
> copy the download link and insert into the following script, delete
> "/download"
> 
> > 
Code:

  >   > sudo /etc/init.d/squeezelite stop
  > wget -O squeezelite.tgz 
https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.9.1386-x86_64.tar.gz
  > sudo tar -C /usr/bin -zxvf squeezelite.tgz
  > sudo chmod a+x /usr/bin/squeezelite
  > sudo /etc/init.d/squeezelite start
  > 

> > 
> 
> #If running with no sound, repeat
> 
> > 
Code:

  >   > sudo /etc/init.d/squeezelite restart

> > 
> 
> I have done this a few times now, and do it whilst listening to the
> player on headphones, I post it all in one block.
> 
> Your milage/kilometers may vary.
> 
> Check the player version of squeezelite before and after at LMS
> Settings > Information > scroll down to the player info.
> 
> You can update, as and when, by repeating the procedure and changing
> the version number
> 
> I hope this is usefull :)
> 
> ronnie

Thank you 

Player Model: SqueezeLite

Player Type: squeezelite

Firmware: v1.9.9-1386



onlinegill's Profile: http://forums.slimdevices.com/member.php?userid=71843
View this thread: http://forums.slimdevices.com/showthread.php?t=114681

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] UPnP Bridge to Foobar2k Failing Intermittently

2021-06-08 Thread typecrazy789


For anybody curious, somebody suggested offline to change stream length
in the bridge config to -1, and lo and behold, it's been running for
nearly 24 hours straight now.



typecrazy789's Profile: http://forums.slimdevices.com/member.php?userid=68049
View this thread: http://forums.slimdevices.com/showthread.php?t=114683

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Music streaming stops intermittently

2021-06-08 Thread ralphy


Thanks for taking the time to research what's happening.  Sorry, it's
taken so long for me to reply.  There is a lot of information to digest
and I wanted to take the time to review it all.

One thought I had was if enabling tcp keep alive would prevent the
server closing the socket.  I've sent you a PM with a test windows
squeezelite build that enables 30 second tcp keep alives on the
streaming socket.  It's 32bit since my 64bit build laptop is waiting for
a replacement power adapter to arrive.

You should see this in the squeezelite debug log.


Code:

[13:52:01.701] set_keepalive:294 tcp keepalive enabled



and I've included a patch file in the zip with the code change.



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *2*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=LL5P6365KQEXN=CA_name=Squeezebox%20client%20builds_code=USD=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=114661

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] No Audio output

2021-06-08 Thread Man in a van


@'*onlinegill*'
(https://forums.slimdevices.com/member.php?71843-onlinegill) 

This is what I do, and is based on installing Squeezelite by 


Code:

sudo apt install squeezelite



If you install just by wget and dpkg then I guess the first and last
lines (sudo /etc/init.d/squeezelite stop / start) are not required.

Squeezelite is maintained by Ralphy at

https://sourceforge.net/projects/lmsclients/files/squeezelite/

go to the Linux folder and select the appropiate version required, in
this case, this is what I use for Linux Mint 

> https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.9.1386-x86_64.tar.gz/download

copy the download link and insert into the following script, delete
"/download"


Code:

sudo /etc/init.d/squeezelite stop
  wget -O squeezelite.tgz 
https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.9.1386-x86_64.tar.gz
  sudo tar -C /usr/bin -zxvf squeezelite.tgz
  sudo chmod a+x /usr/bin/squeezelite
  sudo /etc/init.d/squeezelite start
  



#If running with no sound, repeat


Code:

sudo /etc/init.d/squeezelite restart



I have done this a few times now, and do it whilst listening to the
player on headphones, I post it all in one block.

Your milage/kilometers may vary.

Check the player version of squeezelite before and after at LMS Settings
> Information > scroll down to the player info.

You can update, as and when, by repeating the procedure and changing the
version number

I hope this is usefull :)

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=114681

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter