Posts: 3,627
Joined: Sep 2009
Reputation:
118
Ok, you're on the right track.
You don't need to daemonize, just:
./squeezelite -l to list the outputs
the ./squeezelite -o DEVICE -m MACID -s SERVER
where DEVICE is the device string given from the -l (see examples above!) - mac ID is something like 11:22:33:44:55:66 (just make this up) and -s 192.168.0.15 assuming that is where LMS is running.
and then post here exactly what it says
In your log I see you have sort of done this?
Attempting to start player: ['/home/pi/.xbmc/addons/script.xsqueeze/resources/bin/arm/squeezelite', '-m', '00:00:00:32:ae:45', '-o', 'hdmi:CARD=PCH,DEV=0', '-s', '192.168.0.15']
...what output does the equivalent give from the command line?
Have you looked at the wiki re: (section 3,2)
3.2 If you are using Raspberry Pi (tried with Raspbmc):
You may need to add the alsa module manually via an ssh connection:
sudo modprobe snd-bcm2835
(and use:
echo "snd-bcm2835" | sudo tee -a /etc/modules
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a
*full debug log*.
Posts: 7
Joined: May 2012
Reputation:
0
Ok... All is good right now.
I have retried the bcm2835 command line, I have reseted the xsqueeze settings, type my Lms IP address. Xsqueeze has started correctly but with lag in audio. So I tried some delay and the -a:500:10:24:0 works perfectly for me, with no delay between my ipeng player on iPad and xsqueeze.
Thanks for your help, and thanks for your great plug!!
Posts: 432
Joined: Jan 2013
Reputation:
2
Just rebuilt a new machine and the Squeeze addon you made Bossanova is now incompatible
Any ideas?
Thanks
N
Posts: 3,627
Joined: Sep 2009
Reputation:
118
Incompatible with what? What do you mean?
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a
*full debug log*.
Posts: 432
Joined: Jan 2013
Reputation:
2
The latest build of openelec
OpenELEC Beta - Generic x86_64 Version:3.95.6
I have 3.95.5
Addon says incompatible
Posts: 3,627
Joined: Sep 2009
Reputation:
118
Probably just need to force refresh your repos.
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a
*full debug log*.
Posts: 3,627
Joined: Sep 2009
Reputation:
118
Full xbmc debug log please (see xbmc wiki if you don't know how)
Windows works very fine with this in general so no idea off the top of my head
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a
*full debug log*.
Posts: 3,627
Joined: Sep 2009
Reputation:
118
Hmm strange one.
I am guessing a permissions error maybe - it's trying to create a directory as it normally would, and failing:
11:09:47 T:6436 ERROR: XFILE::CDirectory::Create - Error creating C:\Users\David\AppData\Roaming\XBMC\userdata\addon_data\script.xsqueeze\runtokens\
Can you create that manually? Is xbmc running as the same user you installed it with, with admin privileges?
Addons I wrote &/or maintain:
OzWeather (Australian BOM weather) | Check Previous Episode | Playback Resumer | Unpause Jumpback | XSqueezeDisplay | (Legacy - XSqueeze & XZen)
Sorry, no help w/out a
*full debug log*.