<?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>LittleQ &#187; media</title>
	<atom:link href="http://littleq.net/tag/media/feed/" rel="self" type="application/rss+xml" />
	<link>http://littleq.net</link>
	<description>The Pursuit of Value</description>
	<lastBuildDate>Tue, 15 Mar 2011 17:49:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Media Center revisited</title>
		<link>http://littleq.net/2010/03/media-center-revisited/</link>
		<comments>http://littleq.net/2010/03/media-center-revisited/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:16:12 +0000</pubDate>
		<dc:creator>pablo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[d510]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://littleq.net/?p=43</guid>
		<description><![CDATA[I recently wrote a post about my new media center, running off my laptop, well, while that setup was sweet and all, there was some sort of hole in it, that is, my laptop went belly up&#8230; That was quite unfortunate, but it gave me the possibility to play with some new stuff, namely ITX [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wrote a post about my new media center, running off my laptop, well, while that setup was sweet and all, there was some sort of hole in it, that is, my laptop went belly up&#8230;</p>
<p>That was quite unfortunate, but it gave me the possibility to play with some new stuff, namely ITX setups.</p>
<p><span id="more-43"></span>I have finished yesterday building my ITX box, an Intel D510mo with an Atom D510 processor (dual with hyperthreading so 4 threads), 2 GB of RAM at 800 Mhz, WiFi PCI card on a Vitsuba Blackbox case, with a generic DVD-RW.</p>
<p>The setup is very sweet, I had lots of troubles building the system, at one point I thought my motherboard was faulty and I had to take it back to the store, but it seems the motherboard was ok, it was simply a matter of the mother producing a short while sitting in the case because of a mislocated screw in the case.</p>
<p>After the case was done I proceeded to install Ubuntu Karmic 9.10, to my surprise I had lots of troubles installing it, I had to perform the installation booting the netinstall through PXE (since I was out of CDs and all stores were closed). Once I was able to install Ubuntu I found that Ubuntu didn&#8217;t support the video card in the motherboard, and during the boot sequence the screen would go blank and there was pretty much nothing I could do about it.</p>
<p>Googling around I found other users with the same problem and determined to go with the same solution others had used&#8230; saying goodbye to Ubuntu and the beautiful Debian and APT world and totally selling out to the Fedora and Red Hat town (notice my strong bias :p).</p>
<p>I went through the horrible Fedora installation experience which is like getting hit on the ballsack while driving on a bike with no seat, configured GDM to autostart (which amazingly is not supported through gdm-config) and then I proceeded to build XBMC (since there is no XBMC build for non debian distributions (well done, and no, I&#8217;m not being ironic)).</p>
<p>It turns out building something like XBMC with support for many different codecs is not as straightforward as imaginable, who would have thought?! (now I am being ironic).</p>
<p>Here are some tips for others:</p>
<p><strong>* Add extra repositories</strong> (Fedora sucks)<br />
<code>su -c 'rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'<br />
su -c "rpm -ivh http://rpm.livna.org/livna-release.rpm"</code></p>
<p><strong>* Install extra packages</strong> (Fedora blows)<br />
<code>yum -y install ccache subversion git gcc-c++ boost-devel mesa-libGL-devel glew-devel libmad-devel libjpeg-devel libsamplerate-devel libogg-devel libvorbis-devel freetype-devel fontconfig-devel bzip2-devel fribidi-devel sqlite-devel mysql-devel libpng-devel pcre-devel lzo-devel libcdio-devel libsmbclient-devel SDL-devel SDL_image-devel SDL_mixer-devel enca-devel jasper-devel libmms-devel libXt-devel libXtst-devel libXmu-devel libXinerama-devel libcurl-devel dbus-devel hal-devel pulseaudio-libs-devel pulseaudio-libs-zeroconf faac-devel avahi-devel ffmpeg-devel a52dec-devel libdca-devel faad2-devel mpeg2dec-devel libass-devel libmpcdec-devel flac-devel wavpack-devel python-devel cmake gperf unzip make libtool flex bison libtiff-devel avbin-devel libmicrohttpd-devel libdvdcss-devel faad2-devel</code></p>
<p><strong>* Fix paths</strong> (Fedora reeks)<br />
<code>ln -s /usr/lib/mysql/libmysqlclient.so.16.*.* /usr/lib/libmysqlclient.so</code></p>
<p><strong>* Get XBMC</strong><br />
<code>svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk/</code></p>
<p><strong>* Build XBMC</strong><br />
<code>./bootstrap<br />
./configure --disable-debug --enable-external-libfaad --enable-external-libdts --enable-mid --enable-profiling --enable-external-libmad --enable-external-liba52 --enable-external-libmpeg2 --enable-external-libass --enable-external-libvorbis --enable-external-libogg --enable-external-libmpcdec --enable-external-libflac --enable-external-libwavpack --enable-external-python<br />
make -j 4<br />
make install</code></p>
<p>Note that the make -j 4 command might succeed but not finish, I have found a few times that when using make in parallel even with multiple cores it will skip files, you want to use make -j 4 a few times to accelerate the process but do make sure its actually finished running make.</p>
]]></content:encoded>
			<wfw:commentRss>http://littleq.net/2010/03/media-center-revisited/feed/</wfw:commentRss>
		<slash:comments>178</slash:comments>
		</item>
		<item>
		<title>XBMC</title>
		<link>http://littleq.net/2010/02/xbmc/</link>
		<comments>http://littleq.net/2010/02/xbmc/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 14:30:11 +0000</pubDate>
		<dc:creator>pablo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://littleq.net/?p=14</guid>
		<description><![CDATA[We have recently bought a couch for my place and so we decided to spin off our multi purpose monitor to a new media set, we don&#8217;t watch much television, but we do enjoy movies and series, so I bought a new LCD screen and had a small piece of furniture custom made to serve [...]]]></description>
			<content:encoded><![CDATA[<p>We have recently bought a couch for my place and so we decided to spin off our multi purpose monitor to a new media set, we don&#8217;t watch much television, but we do enjoy movies and series, so I bought a new LCD screen and had a small piece of furniture custom made to serve as a TV stand.</p>
<p>I used my old laptop, a Toshiba 15&#8243; Dual Core 2Ghz 2.5 G to serve the media, I have to say, I installed the latest available Ubuntu (9.10) and tested a few media centers. After much playing around I sticked to <a href="http://www.xbmc.org/">XBMC</a>, its a great media center, originally designed for X-box, that allows you to manage all of your music, videos, pictures, etc. You can even check the weather and watch youtube right from your media center!</p>
<p>Recommended addons: A remote control (a physical one, you can pick those up for a few bucks at ebay), a remote control for your iPhone, there&#8217;s a $3 app <a href="http://www.collect3.com.au/xbmc-remote/">&#8220;XBMC Remote&#8221;</a> that&#8217;s great, you can see the synopsis of movies right in your iphone <img src='http://littleq.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://littleq.net/2010/02/xbmc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

