<?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>SemanticMetadata.net &#187; UPnP</title>
	<atom:link href="http://www.semanticmetadata.net/category/upnp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticmetadata.net</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 16:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Clock of the Noxon</title>
		<link>http://www.semanticmetadata.net/2008/02/04/the-clock-of-the-noxon/</link>
		<comments>http://www.semanticmetadata.net/2008/02/04/the-clock-of-the-noxon/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 08:00:05 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Streaming]]></category>
		<category><![CDATA[UPnP]]></category>
		<category><![CDATA[sound hifi music upnp noxon terratec]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/02/04/the-clock-of-the-noxon/</guid>
		<description><![CDATA[As pround owner of a Terratec Noxon 2 I eventually try to use all the features Terratec offers. I&#8217;m impressed what this little thing can do for me and (in combination of a TwonkyMedia server) it replaces all HiFi stuff in my living room. It plays digital music (mainly MP3, but als OGG and AAC) [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://macde.terratec.net/images/products/NOXON_2_audio_02.jpg" alt="From Terratec.net" align="right" border="0" height="188" hspace="4" vspace="4" width="250" />As pround owner of a <a href="http://macde.terratec.net/modules.php?op=modload&amp;name=News&amp;file=article&amp;sid=3">Terratec Noxon 2</a> I eventually try to use all the features Terratec offers. I&#8217;m impressed what this little thing can do for me and (in combination of a <a href="http://www.twonkymedia.com/">TwonkyMedia</a> server) it replaces all HiFi stuff in my living room. It plays digital music (mainly MP3, but als OGG and AAC) OTA from my UPnP AV server and the USB stick plugged into its side. Shoutcast streams are stored in the favorites, which can be edited via web interface. Sound is great and connectivity just works. However there is one thing I do not manage: I never get the clock right. The Noxon has a big clock, which would definitely be a feature for my living room, but it is set automatically and is wrong all the time <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So Teratec: Where is the firmware update?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/02/04/the-clock-of-the-noxon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to compile Mediatomb 0.9 for Windows / Cygwin</title>
		<link>http://www.semanticmetadata.net/2007/04/07/how-to-compile-mediatomb-09-for-windows-cygwin/</link>
		<comments>http://www.semanticmetadata.net/2007/04/07/how-to-compile-mediatomb-09-for-windows-cygwin/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 11:00:58 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[UPnP]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/04/07/how-to-compile-mediatomb-09-for-windows-cygwin/</guid>
		<description><![CDATA[In my experience the build worked with minor difficulties: You need to download Cygwin Mediatomb source package SQLite After installing Cygwin and getting the gcc to run (I won&#8217;t help you on this), you will need to unpack SQLite3: tar xvf sqlite-&#60;version&#62;.tar.gz cd sqlite-&#60;version&#62; ./configure &#8211;disable-tcl make make sqlite3.dll make install Then you can unpack, [...]]]></description>
			<content:encoded><![CDATA[<p>In my experience the build worked with minor difficulties: You need to download</p>
<ul>
<li><a href="http://www.cygwin.com">Cygwin</a></li>
<li><a href="http://mediatomb.cc">Mediatomb</a> source package</li>
<li><a href="http://www.sqlite.org/">SQLite</a></li>
</ul>
<p>After installing Cygwin and getting the gcc to run (I won&#8217;t help you on this), you will need to unpack SQLite3:</p>
<blockquote><p><font face="monospace">tar xvf sqlite-&lt;version&gt;.tar.gz</font><br />
<font face="monospace"> cd sqlite-&lt;version&gt;</font><br />
<font face="monospace"> ./configure &#8211;disable-tcl</font><br />
<font face="monospace"> make</font><br />
<font face="monospace"> make sqlite3.dll</font><br />
<font face="monospace"> make install</font></p></blockquote>
<p>Then you can unpack, configure and make the Mediatomb server:</p>
<blockquote><p><font face="monospace">tar xvf mediatomb-0.9.0.tar.gz</font><br />
<font face="monospace"> cd mediatomb-0.9.0</font><br />
<font face="monospace"> ./configure &#8211;enable-static</font><br />
<font face="monospace"> make</font><br />
<font face="monospace"> make install</font></p></blockquote>
<p>Then you should be able to start your server with the command &#8216;mediatomb&#8217; from the Cygwin bash shell. However I couldn&#8217;t start the server, there was a strange error code <em>&#8220;ERROR: &#8216;..&#8217; not allowed in path!&#8221;.</em></p>
<p>I&#8217;d appreciate feedback if someone manages tom compile it to a running version and also if someone could include spidermonkey, libid3 and libexif in the static build. If there is a way to package all binary files needed in one zip to run it on systems without Cygwin I&#8217;d provide an installer for Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2007/04/07/how-to-compile-mediatomb-09-for-windows-cygwin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mediatomb 0.9.0 Released</title>
		<link>http://www.semanticmetadata.net/2007/04/06/mediatomb-090-released/</link>
		<comments>http://www.semanticmetadata.net/2007/04/06/mediatomb-090-released/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 09:49:59 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[UPnP]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2007/04/06/mediatomb-090-released/</guid>
		<description><![CDATA[Kind of missed it, but as they have no blog there &#8230; . The team of Mediatomb released their UPnP server in version 0.9.0 on 28th of March. Mediatomb is an UPnP AV server, which allows you to publish your multimedia files (audio, video &#38; images) in a home multimedia network. Other nodes in the [...]]]></description>
			<content:encoded><![CDATA[<p>Kind of missed it, but as they have no blog there &#8230; <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  . The team of Mediatomb released their UPnP server in version 0.9.0 on 28th of March. Mediatomb is an UPnP AV server, which allows you to publish your multimedia files (audio, video &amp; images) in a home multimedia network. Other nodes in the network may autodetect the server and play the files. Find binaries, documentation and the source of Mediatomb <a href="http://mediatomb.cc/">here</a>. Unfortunately they only provide binaries for Fedora.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2007/04/06/mediatomb-090-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

