<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WHMCR &#187; Bonjour</title>
	<atom:link href="http://www.whmcr.com/tag/bonjour/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whmcr.com</link>
	<description></description>
	<lastBuildDate>Thu, 08 Oct 2009 16:00:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Issues with OS X 10.5 iTunes 8.1.1 and mt-daapd (aka Firefly Media Server)</title>
		<link>http://www.whmcr.com/2009/05/issues-with-os-x-105-itunes-811-and-mt-daapd-aka-firefly-media-server/</link>
		<comments>http://www.whmcr.com/2009/05/issues-with-os-x-105-itunes-811-and-mt-daapd-aka-firefly-media-server/#comments</comments>
		<pubDate>Mon, 25 May 2009 18:01:50 +0000</pubDate>
		<dc:creator>welby</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[Avahi]]></category>
		<category><![CDATA[Bonjour]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[mt-daapd]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Rendezvous]]></category>

		<guid isPermaLink="false">http://www.whmcr.com/?p=9</guid>
		<description><![CDATA[I&#8217;ve recently upgraded my iTunes installation on my MacBookPro to 8.1.1 and to my horror found that I&#8217;m no longer able to connect to my DAAP library on my NAS.
This is rather strange as the issue has only just appeared in 8.1.1 and does not appear on my windows machines which reside on a different [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently upgraded my iTunes installation on my MacBookPro to 8.1.1 and to my horror found that I&#8217;m no longer able to connect to my DAAP library on my NAS.</p>
<p>This is rather strange as the issue has only just appeared in 8.1.1 and does not appear on my windows machines which reside on a different network, and have Bonjour / Rendezvous mDNS traffic broadcast locally by <a title="RendevousProxy" href="http://ileech.sourceforge.net/index.php?content=RendezvousProxy-News">RendevousProxy</a>. After much annoyance, I decided to do a quick check of what an older iTunes library was sending out, and comparing that to Avahi. It turns out that my Avahi configuration was missing some vital Text Records. This wasn&#8217;t an issue in previous revisions of the iTunes client, but appears to be an issue in 8.1.1.</p>
<p>I updated my daap.service file in /etc/avahi/services/ to the following</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;?xml</span> <span style="color: #000066;">version</span>=<span style="color: #ff0000;">&quot;1.0&quot;</span> <span style="color: #000066;">standalone</span>=<span style="color: #ff0000;">'no'</span><span style="color: #000000; font-weight: bold;">?&gt;</span></span><span style="color: #808080; font-style: italic;">&lt;!--*-nxml-*--&gt;</span>
<span style="color: #00bbdd;">&lt;!DOCTYPE service-group SYSTEM &quot;avahi-service.dtd&quot;&gt;</span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;service-group<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;name</span> <span style="color: #000066;">replace-wildcards</span>=<span style="color: #ff0000;">&quot;yes&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>%h<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/name<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
      <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>_daap._tcp<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
          <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>3689<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/port<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;txt-record<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>txtvers=1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/txt-record<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;txt-record<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>iTSh Version=131073<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/txt-record<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
	  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;txt-record<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>Version=196610<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/txt-record<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>  <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/service<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/service-group<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<div>And restarted Avahi for good measure and now can connect to my mt-daapd library again!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.whmcr.com/2009/05/issues-with-os-x-105-itunes-811-and-mt-daapd-aka-firefly-media-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
