sjalloq wrote: > Hi there, > > just tried to use Squeezelite for the first time and am having as issue > I can't find a solution for. I've found lots of similar bug reports but > can't see any fixes/solutions. > > Squeezelite v1.8.6-997, Mac OS Sierra, LMS 7.7.2-007 running on Synology > DS213. > > I'm running a Logitech SB Classic that runs fine. However, trying to > run squeezelite fails with the following error: > > > Code: -------------------- > > Shareefs-MacBook-Pro:bin sjalloq$ ./squeezelite-x86_64 -d all=debug -s 10.0.0.2:9002 > > [16:09:11.742875] stream_init:294 init stream > [16:09:11.743452] stream_init:295 streambuf size: 2097152 > [16:09:11.743592] output_init_pa:493 init output > [16:09:11.743603] output_init_pa:513 requested latency: 0 > [16:09:11.773360] output_init_common:347 outputbuf size: 3528000 > [16:09:11.773407] output_init_common:371 idle timeout: 0 > [16:09:11.827675] output_init_common:411 supported rates: 384000 352800 192000 176400 96000 88200 48000 44100 32000 24000 22500 16000 12000 11025 8000 > [16:09:11.827693] _pa_open:302 opening device in PlayNice mode > [16:09:11.829620] _pa_open:330 opened device 1 - Built-in Output at 44100 latency 20 ms > [16:09:11.829707] decode_init:153 init decode > [16:09:11.829750] register_dsd:625 using dsd to decode dsf,dff > [16:09:11.829779] register_ff:770 using ffmpeg to decode alc > [16:09:11.829790] register_ff:754 using ffmpeg to decode wma,wmap,wmal > [16:09:11.829795] register_faad:641 using faad to decode aac > [16:09:11.829800] register_vorbis:334 using vorbis to decode ogg > [16:09:11.830022] register_flac:286 using flac to decode flc > [16:09:11.830031] register_pcm:414 using pcm to decode aif,pcm > [16:09:11.830041] register_mad:413 using mad to decode mp3 > [16:09:11.830044] decode_init:185 include codecs: exclude codecs: > [16:09:11.830576] slimproto:925 connecting to 10.0.0.2:9002 > [16:09:11.838608] slimproto:964 connected > [16:09:11.838648] sendHELO:138 mac: 8c:85:90:16:7a:9b > [16:09:11.838655] sendHELO:140 cap: Model=squeezelite,AccuratePlayPoints=1,HasDigitalOut=1,HasPolarityInversion=1,Firmware=v1.8.6-997,ModelName=SqueezeLite,MaxSampleRate=384000,dsf,dff,alc,wma,wmap,wmal,aac,ogg,flc,aif,pcm,mp3 > [16:09:21.859444] slimproto_run:577 error reading from socket: closed > [16:09:21.964142] slimproto:964 connected > [16:09:21.964191] sendHELO:138 mac: 8c:85:90:16:7a:9b > [16:09:21.964204] sendHELO:140 cap: Model=squeezelite,AccuratePlayPoints=1,HasDigitalOut=1,HasPolarityInversion=1,Firmware=v1.8.6-997,ModelName=SqueezeLite,MaxSampleRate=384000,dsf,dff,alc,wma,wmap,wmal,aac,ogg,flc,aif,pcm,mp3 > ^C[16:09:22.916383] slimproto_stop:1004 slimproto stop > [16:09:23.018799] decode_close:212 close decode > [16:09:23.041636] stream_close:331 close stream > [16:09:23.146178] output_close_pa:533 close output > -------------------- > > > > Any pointers as to where to debug next? Is the version of LMS I'm > running too old? > > Cheers. It appears you have 2 instances of squeezelite running or two players with the same MAC address 8c:85:90:16:7a:9b on the network.
Open a terminal and run this command. $ ps -fe | grep squeezelite 0 838 1 0 Mon11am ?? 6:36.47 /opt/squeezelite/bin/squeezelite -a 100 0 -r 96000 Do you have more than one listed? Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=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=97766 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
