Hi - I'm just trying to set up squeezelite on my linux squeezebox media
server (ubuntu 14.04)

When I install the 'Local Player' plugin, the log files come out like
this:


Code:
--------------------
    
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/LocalPlayer/Bin/squeezelite-x86-64
 -d all=debug -f /var/log/squeezeboxserver/localplayer.log 
  [08:57:39.293099] stream_init:290 init stream
  [08:57:39.293267] stream_init:291 streambuf size: 2097152
  [08:57:39.294475] output_init_alsa:637 init output
  [08:57:39.294497] output_init_alsa:660 requested alsa_buffer: 40 alsa_period: 
4 format: any mmap: 1
  [08:57:39.294515] output_init_common:341 outputbuf size: 3528000
  Home directory not accessible: Permission denied
  [08:57:39.308514] ALSA parse_card:768 cannot find card '0'
  [08:57:39.308532] ALSA _snd_config_evaluate:4248 function 
snd_func_card_driver returned error: No such file or directory
  [08:57:39.308539] ALSA snd_func_concat:392 error evaluating strings
  [08:57:39.308544] ALSA _snd_config_evaluate:4248 function snd_func_concat 
returned error: No such file or directory
  [08:57:39.308549] ALSA snd_func_refer:1251 error evaluating name
  [08:57:39.308554] ALSA _snd_config_evaluate:4248 function snd_func_refer 
returned error: No such file or directory
  [08:57:39.308559] ALSA snd_config_expand:4727 Evaluate error: No such file or 
directory
  [08:57:39.308566] ALSA snd_pcm_open_noupdate:2239 Unknown PCM default
  [08:57:39.308573] test_open:124 playback open error: No such file or directory
  [08:57:39.308578] output_init_common:372 unable to open output device
--------------------


If I try to run it outside of the server I get this:


Code:
--------------------
    
  guy@terrahawk:~$ squeezelite -d all=info
  [09:03:25.945662] stream_init:264 init stream
  [09:03:25.946985] output_init_alsa:623 init output
  [09:03:25.947004] output_init_alsa:645 requested alsa_buffer: 40 alsa_period: 
4 format: any mmap: 1
  [09:03:25.953319] output_init_common:378 supported rates: 192000 176400 96000 
88200 48000 44100 32000 24000 22500 16000 12000 11025 8000 
  [09:03:25.953460] output_init_alsa:655 unable to lock memory: Cannot allocate 
memory
  [09:03:25.955475] decode_init:129 init decode
  [09:03:25.955506] output_thread:465 open output device: default
  [09:03:25.955603] register_dsd:618 using dsd
  [09:03:25.956955] alsa_open:234 opened device default using format: S32_LE 
sample rate: 44100 mmap: 0
  [09:03:25.956997] alsa_open:313 buffer: 40 period: 4 -> buffer size: 1764 
period size: 441
  [09:03:25.957162] register_pcm:382 using pcm
  [09:03:25.957259] discover_server:694 sending discovery
  [09:03:25.957541] discover_server:705 got response from: 192.168.1.100:3483
  [09:03:25.967181] slimproto:777 connecting to 192.168.1.100:3483
  [09:03:25.967247] slimproto:807 connected
  [09:03:25.967265] slimproto:823 local player
  [09:03:25.967278] sendHELO:117 mac: 50:e5:49:e7:df:f2
  [09:03:25.968762] process:464 setd
  [09:03:25.968821] process:464 setd
  [09:03:25.968858] process:464 aude
  [09:03:25.968873] process_aude:363 enable spdif: 1 dac: 1
  [09:03:25.968891] process:464 audg
  [09:03:25.968905] process_audg:380 audg gainL: 3840 gainR: 3840 adjust: 1
  [09:03:26.068639] slimproto_run:515 error reading from socket: closed
  [09:03:26.168876] slimproto:807 connected
  [09:03:26.168920] slimproto:823 local player
  [09:03:26.168938] sendHELO:117 mac: 50:e5:49:e7:df:f2
  [09:03:26.169769] process:464 setd
  [09:03:26.169821] process:464 setd
  [09:03:26.169848] process:464 aude
  [09:03:26.169864] process_aude:363 enable spdif: 1 dac: 1
  [09:03:26.170009] process:464 audg
  [09:03:26.170055] process_audg:380 audg gainL: 3840 gainR: 3840 adjust: 1
  [09:03:26.270244] slimproto_run:515 error reading from socket: closed
  
--------------------


The last 10 lines repeat forever..

When running squeezelite on my mac laptop it works fine - connects to
the server and remote and so on and plays fine.

Any clues where to go from here? I'm a bit of a linux newbie.. I am
guessing in the first instance - there's some permissions error going on
- the process isn't able to connect to the pulse-audio server? The
second one - not sure!

Thanks for the great project!


------------------------------------------------------------------------
guybowden's Profile: http://forums.slimdevices.com/member.php?userid=63104
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to