<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: slimp3slave &#8211; finally working</title>
	<atom:link href="http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/</link>
	<description>"For a moment, nothing happened. Then, after a second or so, nothing continued to happen." -- HHGTTG</description>
	<lastBuildDate>Wed, 18 Jan 2012 09:29:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tim Bishop</title>
		<link>http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/comment-page-1/#comment-704</link>
		<dc:creator>Tim Bishop</dc:creator>
		<pubDate>Fri, 01 Sep 2006 09:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/#comment-704</guid>
		<description>I&#039;ve used softsqueeze too, but it&#039;s a java application and the extra overheads there are annoying. I did see mention of a C version, but haven&#039;t found out any more about that.

Sadly I can&#039;t find the sources for softsqueeze - otherwise I might be able to figure out the MAC address sending routines and add them to slimp3slave :-)

It is tempting to just buy a SqueezeBox though!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used softsqueeze too, but it&#8217;s a java application and the extra overheads there are annoying. I did see mention of a C version, but haven&#8217;t found out any more about that.</p>
<p>Sadly I can&#8217;t find the sources for softsqueeze &#8211; otherwise I might be able to figure out the MAC address sending routines and add them to slimp3slave <img src='http://www.bishnet.net/tim/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>It is tempting to just buy a SqueezeBox though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arne</title>
		<link>http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/comment-page-1/#comment-703</link>
		<dc:creator>Arne</dc:creator>
		<pubDate>Fri, 01 Sep 2006 08:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/#comment-703</guid>
		<description>softsqueeze might be able to solve this problem: 
http://sourceforge.net/project/showfiles.php?group_id=105169.
Although i did not find any sources to compile it for the zaurus ...
But i think it&#039;s woth a look because you can send your MAC with: http://www.mail-archive.com/slimserver-de@lists.slimdevices.com/msg01408.html</description>
		<content:encoded><![CDATA[<p>softsqueeze might be able to solve this problem:<br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=105169" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=105169</a>.<br />
Although i did not find any sources to compile it for the zaurus &#8230;<br />
But i think it&#8217;s woth a look because you can send your MAC with: <a href="http://www.mail-archive.com/slimserver-de@lists.slimdevices.com/msg01408.html" rel="nofollow">http://www.mail-archive.com/slimserver-de@lists.slimdevices.com/msg01408.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Bishop</title>
		<link>http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/comment-page-1/#comment-698</link>
		<dc:creator>Tim Bishop</dc:creator>
		<pubDate>Thu, 31 Aug 2006 17:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/#comment-698</guid>
		<description>The problem appears to be that slimp3slave doesn&#039;t send a mac address. In the slimserver config the slimp3slave client appears as &quot;00:00:00:00:00:00&quot;. Looking at slimp3slave.c there appears to be an array for the mac address, but it&#039;s unset. Fiddling with that has no effect, so I&#039;d need to know more about the protocol before I could fix it...</description>
		<content:encoded><![CDATA[<p>The problem appears to be that slimp3slave doesn&#8217;t send a mac address. In the slimserver config the slimp3slave client appears as &#8220;00:00:00:00:00:00&#8243;. Looking at slimp3slave.c there appears to be an array for the mac address, but it&#8217;s unset. Fiddling with that has no effect, so I&#8217;d need to know more about the protocol before I could fix it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arne</title>
		<link>http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/comment-page-1/#comment-697</link>
		<dc:creator>Arne</dc:creator>
		<pubDate>Thu, 31 Aug 2006 16:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.bishnet.net/tim/blog/2006/07/13/slimp3slave-finally-working/#comment-697</guid>
		<description>Hi Tim, 
congrats for your home audio system!
I am using a similar setup, except that i&#039;m using a sharp zaurus with slimp3slave (http://katastrophos.net/andre/blog/2005/10/14/slimp3slave-for-zaurus/) .
My problem now seems to be, that slimserver can&#039;t differentiate between two slimp3slaves. Did you ever try to connect a second one to your server?

best whishes from germany</description>
		<content:encoded><![CDATA[<p>Hi Tim,<br />
congrats for your home audio system!<br />
I am using a similar setup, except that i&#8217;m using a sharp zaurus with slimp3slave (<a href="http://katastrophos.net/andre/blog/2005/10/14/slimp3slave-for-zaurus/" rel="nofollow">http://katastrophos.net/andre/blog/2005/10/14/slimp3slave-for-zaurus/</a>) .<br />
My problem now seems to be, that slimserver can&#8217;t differentiate between two slimp3slaves. Did you ever try to connect a second one to your server?</p>
<p>best whishes from germany</p>
]]></content:encoded>
	</item>
</channel>
</rss>

