Triode wrote:
> 96/24 flac works for me on a pi. I'd like to see the two logs side by
> side with differences in them before commenting further.. The logs that
> are posted suggest another process is running on the same mac address as
> they repeat diconnecting and reconnecting to the server.
>
> Edit: Its also possible the machine is running out of memory - it would
> be useful to see the output of top.
I had not looked at the logs...... But anyway I tested on my Pi.
24Bit Flac's play fine on the built in sound on the Pi. My USB dac's
don't support 24bit, so I can't test it there.
I'm using the -m {MAC:Address} on the squeezelite command line, so that
I can keep the player names straight in the LMS(especially when testing
with hardwire and Wifi). But I was having a hard with duplicating the
MAC addresses, so I used this in my shell script to start. It also
allows me to plug in any off my DAC's or just use the Built-in Pi audio.
Since the Mac Address of eth0 will always be there, I'm using that.
This is running on Tinycore, but is very similar on my Raspbian card.
MAC="$(ifconfig |grep 'eth0' |tr -s ' ' |cut -d ' ' -f5)"
DAC="$(/mnt/mmcblk0p2/squeezelite -l |grep 'front' |tr -s ' ' | cut -d '
' -f2)"
if [ "$DAC" == "" ]; then
DAC="$(/mnt/mmcblk0p2/squeezelite -l |grep ' default' |tr -s ' '
| cut -d ' ' -f2)"
fi
/mnt/mmcblk0p2/squeezelite -m ${MAC} -a 80:4 -o ${DAC}
------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=97046
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix