<?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>david winter &#187; vlc</title>
	<atom:link href="http://davidwinter.me.uk/articles/tag/vlc/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidwinter.me.uk</link>
	<description>you were expecting someone else?</description>
	<lastBuildDate>Mon, 28 Jun 2010 20:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Watching Freeview (DVB-T) TV with VLC Player on Ubuntu</title>
		<link>http://davidwinter.me.uk/articles/2008/02/08/watching-freeview-dvb-t-tv-with-vlc-player-on-ubuntu/</link>
		<comments>http://davidwinter.me.uk/articles/2008/02/08/watching-freeview-dvb-t-tv-with-vlc-player-on-ubuntu/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 16:56:17 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[freeview]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://davidwinter.me.uk/articles/2008/02/08/watching-freeview-dvb-t-tv-with-vlc-player-on-ubuntu/</guid>
		<description><![CDATA[Watching TV on my desktop. What do I want to be able to do? Watch all Freeview (DVB-T) channels. Be able to pause, rewind, and forward to live TV. Schedule programs to record. See the TV listings for the channels I have. Fullscreen or windowed viewing. I was able to do all of the above [...]]]></description>
			<content:encoded><![CDATA[<p>Watching TV on my desktop. What do I want to be able to do?</p>

<ul>
<li>Watch all <a href="http://www.freeview.co.uk/home">Freeview</a> (DVB-T) channels.</li>
<li>Be able to pause, rewind, and forward to live TV.</li>
<li>Schedule programs to record.</li>
<li>See the TV listings for the channels I have.</li>
<li>Fullscreen or windowed viewing.</li>
</ul>

<p>I was able to do all of the above using <a href="http://www.elgato.com/elgato/int/mainmenu/home.en.html">EyeTV</a> on my Mac. However, I&#8217;m trying to make the complete switch to <a href="http://www.ubuntu.com">Ubuntu</a>, and an open-source alternative is needed.</p>

<p><span id="more-75"></span></p>

<p>I initially setup <a href="http://www.mythtv.org/">MythTV</a>. It consists of two parts, a server and a client. Multiple clients around the home (or over the internet) can connect to the server. That was a little over-the-top for my needs, but MythTV is a very popular choice for TV on Linux, and does do most of the things I want from the list above, hence my decision to use it.</p>

<p>Once installed, I had TV playing perfectly. Though, when I wanted to start doing some work, while still watching TV, it was a little annoying that I couldn&#8217;t find anyway of watching the TV in a window&#8211;only fullscreen. Trying to find a solution on IRC, some users said there was an option to play TV in a window, however, when I tried to enable the option numerous times, I had no luck.</p>

<p>At this point I thought that my journey to Ubuntu was over. I needed TV on my computer, and if I couldn&#8217;t watch it in a window while doing other things, then I&#8217;d have to keep my Mac around to do that.</p>

<p>I&#8217;m not too sure how I stumbled across it, but I found a web page explaining that you could use <a href="http://www.videolan.org/vlc/">VLC Player</a> to tune into a TV card! And since then, for the last few hours, I&#8217;ve been working on getting that working. At the moment, it only ticks off a few of the boxes, but I&#8217;m sure, with a bit more Googling, I&#8217;ll be able to get the other things functioning. With the following, I can watch all my Freeview channels, in full screen or in a window.</p>

<h2>Setting it all up</h2>

<p>Assuming that you have your TV card drivers installed, you can start off with:</p>

<pre><code>sudo apt-get install dvb-utils vlc
</code></pre>

<p>That installs VLC and the DVB programs needed to scan for your channels.</p>

<p>Now, find the digital transmitter nearest to you by visiting <a href="http://www.digitaluk.co.uk/postcodechecker/">DigitalUK</a>. Enter in your postcode, and the result you get back will tell you which transmitter you&#8217;re feeding off of. If you&#8217;re not in the UK, I&#8217;m not sure how you can find your closest one&#8211;<a href="http://google.com">Google</a> is your friend.</p>

<p>You can see a list of the UK transmitters by doing:</p>

<pre><code>ls /usr/share/doc/dvb-utils/examples/scan/dvb-t/ | grep uk-
</code></pre>

<p>Now find the filename that matches your transmitter, and substitute <code>uk-CrystalPalace</code> for it.</p>

<pre><code>scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/uk-CrystalPalace -o zap | tee ~/channels.conf
</code></pre>

<p>The above command will scan for channels that your TV card can pick-up, and store the configuration in a file. This file VLC then uses to tune in.</p>

<p>Now open up VLC. <strong>File</strong> > <strong>Quick Open File</strong>. Browse to <code>channels.conf</code> and open. Live TV should now start playing. To see a list of channels to switch between, go to <strong>View</strong> > <strong>Playlist</strong>. </p>

<p><a href="/wp-content/uploads/2008/02/tv-vlc.png" rel="lightbox" title="Watching TopGear from Freeview in VLC player" class="image_link"><img src="/wp-content/uploads/2008/02/tv-vlc.thumbnail.png" alt="VLC Player" /></a></p>

<p>To speed things up when wanting to launch the TV each time, you can create a launcher. I&#8217;ll create it on the Desktop for examples sake. Right click, and select <strong>Create Launcher</strong>. Give it a name, like TV, and in the Command text box, enter <code>vlc /path/to/channels.conf</code>. Hit ok, and you&#8217;re done. Now double click on the launcher and VLC will launch, and you&#8217;ll have the TV back on.</p>

<p>That&#8217;s it! Now all that is left for me to do, is to see if there is a way I can get the other things on my list operational; pause, schedule, tv listings. I&#8217;ll report back on here with any developments I find. Tune in again next week for more exciting adventures with Ubuntu!</p>

<p>What TV app do you use on Ubuntu?</p>
]]></content:encoded>
			<wfw:commentRss>http://davidwinter.me.uk/articles/2008/02/08/watching-freeview-dvb-t-tv-with-vlc-player-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
