Hi,

I am new to the party. I am using piCorePlayer 7 with an RaspberryPi 2
(B) and a Logilink 7.1 USB Soundbox. Network via USB WiFi (vendor
Edimax).

I start 7 squeezelite instances and stop the original one via
bootlocal.sh in the following way:


Code:
--------------------
    
  pkill squeezelite
  
  /usr/local/bin/squeezelite -n "room1" -o monofrontl -a 80:::0: -m 
ab:cd:ef:12:34:01 -C 1 -z
  /usr/local/bin/squeezelite -n "room2" -o monofrontr -a 80:::0: -m 
ab:cd:ef:12:34:02 -C 1 -z
  /usr/local/bin/squeezelite -n "room3" -o stereosurround -a 80:::0: -m 
ab:cd:ef:12:34:03 -C 1 -z
  /usr/local/bin/squeezelite -n "room4" -o monocenterl -a 80:::0: -m 
ab:cd:ef:12:34:05 -C 1 -z
  /usr/local/bin/squeezelite -n "room5" -o monocenterr -a 80:::0: -m 
ab:cd:ef:12:34:06 -C 1 -z
  /usr/local/bin/squeezelite -n "room6" -o monobackl -a 80:::0: -m 
ab:cd:ef:12:34:07 -C 1 -z
  /usr/local/bin/squeezelite -n "room7" -o monobackr -a 80:::0: -m 
ab:cd:ef:12:34:08 -C 1 -z
--------------------


1) Maybe there is a better way to not have the initial instance than
killing it?

2) The problem I ran into is that after some time (about 1.5 days) the
piCorePlayer goes into bad behaviour with following symptoms:
* Playing music (streamed by LMS on a seperate device) sounds very
choppy with interruptions every few seconds.
* Unable to ssh or even ping the device. HTTP also not reachable. Seems
like the network stack is broken with only the tcp connection to the LMS
being still alive.
* Controlling the squeezelite instance (start/stop music...) still
possible via LMS.

To fix it, I power the device off and on and then it runs again.

Any ideas? As a system running in memory, I guess it is not easy to get
some logs...

Thanks in advance for your help.


------------------------------------------------------------------------
Rothaar's Profile: http://forums.slimdevices.com/member.php?userid=71905
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

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

Reply via email to