rommel Wrote: 
> Hi there,
> 
> I'm running squeezeslave via launchctl and it does work for normal
> playlists of audio files.
> 
> However if I start streaming a last.fm radio stream, after the first
> song (or when pressing the skip to next-button) the audio stops and I
> have to restart the process.
> 
> My plist:
> <?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>
>       <dict>
>               <key>NetworkState</key>
>               <true/>
>       </dict>
>       <key>RunAtLoad</key>
>       <false/>
>       <key>Label</key>
>       <string>squeezeslave</string>
>       <key>ProgramArguments</key>
>       <array>
>               
> <string>/Users/rommel/Software/build/squeezeslave-0.9-95-osx/squeezeslave-intel</string>
>               <string>-o6</string>
>               <string>-m00:23:df:de:2f:0c</string>
>               <string>-r20</string>
>               <string>--retry</string>
>               <string>pelican</string>
>       </array>
> </dict>
> </plist>
> 
> Do you have an idea, what I'm doing wrong? Is it supposed to work?
> 
> Thank you for your comments!
> 
<string>-r20</string>
<string>--retry</string>

These two options are redundant, you only need one.  I'd suggest
removing <string>--retry</string>

I've been investigating this issue with 7.4.2 over the weekend.

It appears that remote streaming causes a deadlock situation in the
pthreads code.  Why it works fine when playing locally stored music and
not remote streaming has eluded me so far.  It is not OS specific as
I've been able to reproduce it on linux and Windows as well.  If you
want to use squeezeslave with remote streams you'll need to roll back
the server to version 7.3.x of squeezecenter as remote streaming works
fine there.

Bug '14740' (https://bugs.slimdevices.com/show_bug.cgi?id=14740) has
been opened for this issue.  Details of the problem can be viewed there
along with my finds so far.

Unfortunately, I'm not going to have much time over the next month to
research this issue so for now the work around is to use 7.3.x.


-- 
ralphy
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=63966

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

Reply via email to