<?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>Hacking With Gum &#187; XUbuntu</title>
	<atom:link href="http://hackingwithgum.com/tag/xubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackingwithgum.com</link>
	<description>A Hardware Hacking Blog</description>
	<lastBuildDate>Tue, 23 Mar 2010 00:47:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building A Boxee TV Station</title>
		<link>http://hackingwithgum.com/2009/06/01/building-a-boxee-tv-station/</link>
		<comments>http://hackingwithgum.com/2009/06/01/building-a-boxee-tv-station/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 02:09:53 +0000</pubDate>
		<dc:creator>cheffner</dc:creator>
				<category><![CDATA[TV]]></category>
		<category><![CDATA[Boxee]]></category>
		<category><![CDATA[DTV]]></category>
		<category><![CDATA[TV Transmitter]]></category>
		<category><![CDATA[VCR]]></category>
		<category><![CDATA[XUbuntu]]></category>

		<guid isPermaLink="false">http://hackingwithgum.com/?p=16</guid>
		<description><![CDATA[With the mandated DTV date soon approaching, I got a digital converter box along with an amplified antenna and hooked it all up to my existing analog TV only to discover how terrible DTV really is. Given the soon-to-be obsolescence of my analog TVs and the deplorable state of DTV, I started looking around for [...]]]></description>
			<content:encoded><![CDATA[<p>With the mandated DTV date soon approaching, I got a digital converter box along with an amplified antenna and hooked it all up to my existing analog TV only to discover how <a href="http://hackingwithgum.com/2009/06/01/just-how-bad-is-dtvjust-how-bad-is-dtv/">terrible</a> DTV really is. Given the soon-to-be obsolescence of my analog TVs and the deplorable state of DTV, I started looking around for alternatives (besides spending an extra $50/month on cable, of course). I ended up essentially building my own Boxee-based cable channel that I can watch on every TV in the house using an old laptop and VCR.</p>
<p><span id="more-16"></span></p>
<p>This is actually a very simple project; you likely have everything you need already:</p>
<ol>
<li>A computer; I used an old laptop that I had laying around.</li>
<li>A VCR with an audio / video input.</li>
<li>A video <a href="http://www.monoprice.com/products/product.asp?c_id=101&amp;cp_id=10114&amp;cs_id=1011407&amp;p_id=4724&amp;seq=1&amp;format=2">converter</a> to convert from your computer&#8217;s S-Video / VGA output to composite.</li>
<li>Coax to connect your VCR to your TV.</li>
</ol>
<p>VCRs basically contain small transmitters that modulate audio and video NTSC signals, usually on VHF channels 3 or 4; this is why you can simply plug the VCR output into the antenna input of your TV. We&#8217;ll use the VCR to modulate the audio and video coming from the computer into a signal that the TV understands. You can also use a video card with TV out, but the VCR had three distinct advantages for me:</p>
<ol>
<li>I had a spare VCR laying around.</li>
<li>Using the VCR lets me watch Hulu <em>and</em> my old VHS tapes.</li>
<li>Using a VCR lets me easily hook up other composite video sources to my system.</li>
</ol>
<p>If you don&#8217;t already have a VCR laying around, chances are you can take one off your friend&#8217;s hands, or pick one up from a thrift store for a few bucks. You can also buy a <a href="http://www.camcor.com/cgi-bin/cat/id=1128366216&amp;fg=118075039">TV modulator</a> if you want, but for a quarter of the price you can get a used VCR that does the same thing.</p>
<p>Before we look at hooking up the hardware, it&#8217;s easier if you install the software first. I used Xubuntu 8.10 as my OS; I first tried the more recent 9.04 version, but Boxee kept crashing. Everything works fine in 8.10 though. To get Boxee, you&#8217;ll first have to go sign up at Boxee&#8217;s <a href="http://boxee.tv">Web site</a> (it&#8217;s free), then login and follow the download instructions. They have instructions on editing your /etc/apt/sources.list file for Ubuntu distros, so just follow the right one for your release version and run:</p>
<blockquote><p>$ sudo apt-get update &amp;&amp; sudo apt-get install boxee<br />&nbsp;</p></blockquote>
<p>Once that is finished, you will also want to install the proprietary drivers for your video card (if needed). In Xubuntu this can be done by navigating to <em><strong>Applications</strong><strong> -&gt; System -&gt; Hardware Drivers</strong></em>:</p>
<p style="text-align: center;">
<div id="attachment_96" class="wp-caption aligncenter" style="width: 242px"><a href="http://hackingwithgum.com/wp-content/uploads/2009/06/xubuntu_hw_drivers.jpg"><img class="size-full wp-image-96" title="Installing video card driver" src="http://hackingwithgum.com/wp-content/uploads/2009/06/xubuntu_hw_drivers.jpg" alt="Installing video card driver" width="232" height="352" /></a><p class="wp-caption-text">Installing video card driver</p></div>
<p>With your software installed, make sure Boxee is running properly by starting it from <strong><em>Applications -&gt; Multimedia -&gt; Boxee</em></strong>, or by executing it from the command line:</p>
<blockquote><p>$ /opt/boxee/Boxee<br />&nbsp;</p></blockquote>
<p>The Boxee interface is pretty intuitive, but if you want help with Boxee-specific configuration options, visit the <a href="http://forum.boxee.tv/">Boxee forums</a>. Since my PC was going to be dedicated to running Boxee, I wanted Boxee to start automatically on boot up. For this I first enabled automatic login for my user account; if you didn&#8217;t check this option during the Xubuntu installation, you can set it by navigating to <em><strong>Applications -&gt; Settings -&gt; Login Window -&gt; Security</strong></em>.</p>
<p>Next, I configured XFCE to start Boxee on login by creating a ~/.config/autostart/Boxee.Desktop file with the following contents:</p>
<blockquote><p>[Desktop Entry]<br />
Type=Application<br />
Exec=/opt/boxee/Boxee<br />
Hidden=False<br />
Terminal=False<br />
StartupNotify=False<br />
Version=0.9.4<br />
Encoding=UTF-8<br />
Name=Boxee</p></blockquote>
<p>Now that you have Boxee up and running, you have to get the video output from your PC to the VCR. If you have an S-Video output on your PC, you can <a href="http://www.epanorama.net/circuits/svideo2cvideo.html">build</a> an S-Video to composite adapter. A friend of mine had given me an S-Video / composite switch box a while back, so I just used that (if you don&#8217;t have S-Video, you can get a VGA to S-Video/composite/VGA converter for less than $30 from <a href="http://www.monoprice.com/products/product.asp?c_id=101&amp;cp_id=10114&amp;cs_id=1011407&amp;p_id=4724&amp;seq=1&amp;format=2">monoprice</a>):</p>
<div id="attachment_61" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1476.jpg"><img class="size-medium wp-image-61" title="RadioShack S-Video Switch Box" src="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1476-300x225.jpg" alt="S-Video to composite converter / switch-box" width="300" height="225" /></a><p class="wp-caption-text">S-Video to composite converter / switch-box</p></div>
<p>You&#8217;ll need some adapters to connect your 1/4&#8243; audio out line on the computer to the single RCA jack on the VCR. I found some adapters at a local thrift store for a few cents each:</p>
<p style="text-align: center;">
<div id="attachment_62" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1479.jpg"><img class="size-medium wp-image-62" title="1/4&quot; to RCA Adapter" src="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1479-300x171.jpg" alt="1/4&quot; Headphone to RCA Adapter" width="300" height="171" /></a><p class="wp-caption-text">1/4&quot; headphone to RCA adapter</p></div>
<p>Now hook up your computer&#8217;s audio output to the VCR&#8217;s audio input, the computer&#8217;s S-Video output to the VCR&#8217;s video input, and the &#8220;to TV&#8221; coax connector on the VCR to the &#8220;from antenna&#8221; coax connector on the TV:</p>
<div id="attachment_63" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1478.jpg"><img class="size-medium wp-image-63" title="Switch Box Audio &amp; Video" src="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1478-300x225.jpg" alt="S-Video and RCA audio wired to the switch box" width="300" height="225" /></a><p class="wp-caption-text">S-Video and RCA audio wired to the switch box</p></div>
<div id="attachment_64" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1480.jpg"><img class="size-medium wp-image-64" title="VCR hook ups" src="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1480-300x225.jpg" alt="Video and audio VCR inputs with coax TV output" width="300" height="225" /></a><p class="wp-caption-text">Video and audio VCR inputs with coax TV output</p></div>
<p>Since my house was already wired for cable, I connected the coax out from VCR to one of the cable splitters outside the house so I could get my own Boxee cable channel that I can watch on any TV that&#8217;s hooked up to a cable outlet:</p>
<div id="attachment_94" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1499.jpg"><img class="size-medium wp-image-94" title="Coax hookup" src="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1499-300x225.jpg" alt="Coax hookup" width="300" height="225" /></a><p class="wp-caption-text">Coax hookup</p></div>
<p>Most VCRs will have channel selection buttons on the front panel that controls the signal input channel; make sure this is set to the correct channel for your external <em>input</em> signal (usually this will be channel &#8220;AUX1&#8243; or &#8220;AUX2&#8243;). Select your TV <em>output</em> channel on both the VCR (usually via a switch on the back) and your TV and you&#8217;re ready to go:</p>
<div id="attachment_95" class="wp-caption aligncenter" style="width: 310px"><a href="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1500.jpg"><img class="size-medium wp-image-95" title="Boxee Hulu TV" src="http://hackingwithgum.com/wp-content/uploads/2009/06/cimg1500-300x225.jpg" alt="Boxee TV" width="300" height="225" /></a><p class="wp-caption-text">Boxee TV</p></div>
]]></content:encoded>
			<wfw:commentRss>http://hackingwithgum.com/2009/06/01/building-a-boxee-tv-station/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

