<?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>Gareth Halfacree &#187; upnp</title>
	<atom:link href="http://gareth.halfacree.co.uk/tag/upnp/feed" rel="self" type="application/rss+xml" />
	<link>http://gareth.halfacree.co.uk</link>
	<description>&#34;Work hard, have fun, enjoy.&#34;</description>
	<lastBuildDate>Wed, 02 Feb 2011 11:04:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Xbox 360 and miniDLNA</title>
		<link>http://gareth.halfacree.co.uk/2009/09/xbox-360-and-minidlna</link>
		<comments>http://gareth.halfacree.co.uk/2009/09/xbox-360-and-minidlna#comments</comments>
		<pubDate>Sun, 20 Sep 2009 13:34:45 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[upnp]]></category>

		<guid isPermaLink="false">http://gareth.halfacree.co.uk/?p=348</guid>
		<description><![CDATA[Since my PC blew up - and took Windows with it - I've been gradually making the switch to using Linux as my everyday desktop operating system.  Although I've been using it on my laptops and netbooks for years, I've usually kept Windows on ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://gareth.halfacree.co.uk/wp-content/uploads/2009/09/minidlna.png"><img class="alignright size-thumbnail wp-image-349" title="miniDNLA config" src="http://gareth.halfacree.co.uk/wp-content/uploads/2009/09/minidlna-150x150.png" alt="miniDNLA config" width="150" height="150" /></a>Since my PC blew up &#8211; and took Windows with it &#8211; I&#8217;ve been gradually making the switch to using Linux as my everyday desktop operating system.  Although I&#8217;ve been using it on my laptops and netbooks for years, I&#8217;ve usually kept Windows on the desktop for one simple reason: <a title="TVersity" href="http://tversity.com/" target="_blank">TVersity</a>.</p>
<p>TVersity is an excellent UPnP media server which works perfectly with my media playback devices &#8211; the PS3, the Xbox 360, and the Roku SoundBridge in the bedroom.  Sadly, it&#8217;s Windows only &#8211; and most of the Linux equivalents have left me cold.</p>
<p>I stumbled across a small daemon called <a title="SourceForge - MiniDLNA" href="http://sourceforge.net/projects/minidlna/" target="_self">miniDLNA</a>, written by a Netgear engineer for the company&#8217;s ReadyNAS range of network attached storage devices, which works like a charm as a TVersity replacement, with one exception &#8211; the damn thing refuses to be seen by the Xbox 360.  Thankfully, I&#8217;ve figured out why.</p>
<p>In the configuration file &#8211; /etc/minidlna.conf &#8211; the software makes reference to a &#8220;presentation URL,&#8221; which by default is commented out.  This results in an invalid default of http://192.168.0.1:80/, which everything <em>except</em> the Xbox 360 happily ignores.  The 360, however, decides to go visit this URL &#8211; and falls over.</p>
<p>To fix the issue, simply change the line to the IP address of your server and the port you&#8217;ve got miniDLNA working on &#8211; 8200 by default.  The entire line should end up reading:</p>
<blockquote><p><code lang="bash"># default presentation url is http address on port 80<br />
presentation_url=http://192.168.0.20:8200/</code></p></blockquote>
<p>Once that&#8217;s done, restart miniDLNA and everything should spring into life.</p>
<p class="wp-flattr-button"></p>]]></content:encoded>
			<wfw:commentRss>http://gareth.halfacree.co.uk/2009/09/xbox-360-and-minidlna/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

