Thank you, Ralphy for your answer and all the helpful information.
I'll have another look into the code asap and I'll keep you informed.
Results 51 to 60 of 140
-
2012-05-29, 07:42 #51Junior Member
- Join Date
- Apr 2011
- Posts
- 5
-
2012-06-05, 01:19 #52
Here's another squeezeslave-as-a-service setup script. This one will configure a squeezeslave service for debian distros and for fedora. Mostly, I worked this up as an exercise in creating an interactive service install script using whiptail and to create a script that supported both sysv style init scripts as well as systemd unit files. It turned out to be a much bigger chore than I anticipated. Anyway, here it is, in the attached zip file. And this is what the whiptail setup menu looks like:
-
2012-06-23, 03:51 #53Junior Member
- Join Date
- Dec 2011
- Posts
- 14
squeezeslave hangs after iddle
Hi,
I have a problem already reported by other people about squeezeslave that seems to hang after inactivity. I run squeezeslave on an linux/arm device using version 1.2.337 from http://code.google.com/p/squeezeslave/downloads/list. The problem is reproducible : I get it each time when a song ends and there is nothing more to play. Then I must stop squeezeslave using kill -9 and start it again. I use an usb audio card (same problem with the 2 different cards), so it is a generic driver, and I think I cannot upgrade it. I use the latest archlinux for arm device :
3.1.10-11-ARCH
My device is an iconnect from iomega (http://archlinuxarm.org/forum/viewtopic.php?f=27&t=1472)
Can you help me ?
Ty
Minscof
-
2012-06-30, 10:30 #54Junior Member
- Join Date
- Dec 2011
- Posts
- 14
I didn't find a solution to my trouble with squeezeslave, so I switch to squeezeplay + xvfb and it is perfect.
See https://aur.archlinux.org/packages.php?ID=56769 to get squeezeplay for archlinux, just need to add xvfb (a dummy xserver)
-
2012-07-16, 11:36 #55
Quick (trivial) question about squeezeslave-1.2-365-osx running on my 2011 Mac-Mini, OS X Lion:
Despite using --name HDMI or --output 2 with squeezeslave, I can't get any sound if there is a stereo-miniplug plugged into the headphone socket. VLC, if it's ouput is set to HDMI, doesn't have this problem and I'll get sound from my HDMI connected monitor's speakers. Any idea why this should be so?
Anyway, I'm finding that booting into Lion is such a PITA that I'm finding excuses not to do so. Lion doesn't play well with my KVM [unlike windows 7 or Fedora on the same hardware] so I end up having to now switch both video AND audio connectors.
-
2012-07-17, 04:00 #56
Do you see the same behaviour with r345?
I updated the portaudio library in r365 and I've noticed a couple other "weird" issues with the windows build as well.
Can you provide the output from -L with r365 so I can try to reproduce on my mini as well?Ralphy
1-Touch, 4-Classics, 2-Booms, 2-Squeezeslaves, 3-Squeezeplays, 3-Squeezelites
Squeezeslave donations always appreciated.
-
2012-07-17, 07:11 #57
./squeezeslave-1.2-345 -L (with mini-plug in headphone socket)
./squeezeslave-1.2-345 -L (WITHOUT mini-plug in headphone socket)Code:Output devices: * 1: (Core Audio) Built-in Output (2/12) 2: (Core Audio) HDMI (3/12)
./squeezeslave-1.2-365 -L (with mini-plug in headphone socket)Code:Output devices: 1: (Core Audio) Built-in Output (2/12) * 2: (Core Audio) HDMI (3/12)
./squeezeslave-1.2-345 -L (WITHOUT mini-plug in headphone socket)Code:Output devices: * 1: (Core Audio) Built-in Output (2/12) 2: (Core Audio) HDMI (3/12)
--so no difference there.Code:Output devices: 1: (Core Audio) Built-in Output (2/12) * 2: (Core Audio) HDMI (3/12)
Running squeezeslave-1.2-345 with the following plist:
..it seems to exhibit the same behavior as 365.Code:<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>KeepAlive</key> <true/> <key>OnDemand</key> <false/> <key>RunAtLoad</key> <true/> <key>Label</key> <string>Squeezeslave</string> <key>ProgramArguments</key> <array> <string>/usr/local/bin/squeezeslave-1.2-345</string> <string>--retry</string> <string>--output 2</string> <string>--debuglog /var/tmp/squeezeslave.log</string> <string>--debug slimaudio_output</string> <string>--mac 00:04:20:9b:61:1a</string> <string>localhost</string> </array> </dict> </plist>
Interestingly, if I launchctl squeezeslave with the mini-plug out, it plays (as expected) -- but continues playing if I then plug in the mini-plug. With the mini-plug remaining in, if I launchctl unload & then load, it doesn't play.
So...perhaps this is an annoying quirk of OS X Lion more than anything else. Still, I'd like to know how VLC manages to work around this problem.
-
2012-07-17, 19:21 #58Member
- Join Date
- Feb 2010
- Posts
- 62
Updated OpenWRT Packages

(Downloads code.google)
Updated packages for 'Backfire' and added 'Attitude Adjustment'.
Any package questions/problems feel free to PM me.
Thanks again to Ralphy for his hard work on Squeezeslave and continued guidance.
~MusicManiac
-
2012-07-19, 09:05 #59Ralphy
1-Touch, 4-Classics, 2-Booms, 2-Squeezeslaves, 3-Squeezeplays, 3-Squeezelites
Squeezeslave donations always appreciated.
-
2012-07-19, 15:43 #60

Reply With Quote

