<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Digital TV on Dapper with my Hauppauge WinTV Nova-T card</title>
	<atom:link href="http://www.artificialworlds.net/blog/2007/05/10/digital-tv-on-dapper-with-my-hauppauge-wintv-nova-t-card/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artificialworlds.net/blog/2007/05/10/digital-tv-on-dapper-with-my-hauppauge-wintv-nova-t-card/</link>
	<description>Four in the morning, still writing Free Software</description>
	<lastBuildDate>Thu, 18 Feb 2010 09:15:46 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy Balaam</title>
		<link>http://www.artificialworlds.net/blog/2007/05/10/digital-tv-on-dapper-with-my-hauppauge-wintv-nova-t-card/comment-page-1/#comment-67</link>
		<dc:creator>Andy Balaam</dc:creator>
		<pubDate>Tue, 15 May 2007 10:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.artificialworlds.net/blog/?p=68#comment-67</guid>
		<description>Some Googling suggests the &quot;-cache&quot; option.  I&#039;ll try that tonight.   Seems like the best way to do it if gmplayer co-operates.</description>
		<content:encoded><![CDATA[<p>Some Googling suggests the &#8220;-cache&#8221; option.  I&#8217;ll try that tonight.   Seems like the best way to do it if gmplayer co-operates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Bailey</title>
		<link>http://www.artificialworlds.net/blog/2007/05/10/digital-tv-on-dapper-with-my-hauppauge-wintv-nova-t-card/comment-page-1/#comment-66</link>
		<dc:creator>Charles Bailey</dc:creator>
		<pubDate>Tue, 15 May 2007 09:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.artificialworlds.net/blog/?p=68#comment-66</guid>
		<description>You only tried gmplayer to take the shine of my &#039;rulage&#039;.</description>
		<content:encoded><![CDATA[<p>You only tried gmplayer to take the shine of my &#8216;rulage&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Balaam</title>
		<link>http://www.artificialworlds.net/blog/2007/05/10/digital-tv-on-dapper-with-my-hauppauge-wintv-nova-t-card/comment-page-1/#comment-65</link>
		<dc:creator>Andy Balaam</dc:creator>
		<pubDate>Tue, 15 May 2007 06:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.artificialworlds.net/blog/?p=68#comment-65</guid>
		<description>It works except gmplayer complains &quot;Seek failed&quot; as it starts.  If I use mplayer instead it&#039;s fine but for radio channels that gives me no window to close when I want the noise to stop.

Why is gmplayer so annoying?</description>
		<content:encoded><![CDATA[<p>It works except gmplayer complains &#8220;Seek failed&#8221; as it starts.  If I use mplayer instead it&#8217;s fine but for radio channels that gives me no window to close when I want the noise to stop.</p>
<p>Why is gmplayer so annoying?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Balaam</title>
		<link>http://www.artificialworlds.net/blog/2007/05/10/digital-tv-on-dapper-with-my-hauppauge-wintv-nova-t-card/comment-page-1/#comment-61</link>
		<dc:creator>Andy Balaam</dc:creator>
		<pubDate>Mon, 14 May 2007 11:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.artificialworlds.net/blog/?p=68#comment-61</guid>
		<description>I&#039;ll try it tonight.  If it works, you rule.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try it tonight.  If it works, you rule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Bailey</title>
		<link>http://www.artificialworlds.net/blog/2007/05/10/digital-tv-on-dapper-with-my-hauppauge-wintv-nova-t-card/comment-page-1/#comment-60</link>
		<dc:creator>Charles Bailey</dc:creator>
		<pubDate>Mon, 14 May 2007 09:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.artificialworlds.net/blog/?p=68#comment-60</guid>
		<description>What about:
#!/bin/bash
TMPFILE=~/Desktop/tvfifo
mkfifo $TMPFILE
mplayer -dumpstream -dumpfile &quot;$TMPFILE&quot; &quot;dvb://$1&quot;  &amp;
sleep 5
mplayer -zoom &quot;$TMPFILE&quot;
kill %1
rm -f &quot;$TMPFILE&quot;
Might be lighter on disc usage.  No particular reason to delete and recreate the fifo every time, though.</description>
		<content:encoded><![CDATA[<p>What about:<br />
#!/bin/bash<br />
TMPFILE=~/Desktop/tvfifo<br />
mkfifo $TMPFILE<br />
mplayer -dumpstream -dumpfile &#8220;$TMPFILE&#8221; &#8220;dvb://$1&#8243;  &amp;<br />
sleep 5<br />
mplayer -zoom &#8220;$TMPFILE&#8221;<br />
kill %1<br />
rm -f &#8220;$TMPFILE&#8221;<br />
Might be lighter on disc usage.  No particular reason to delete and recreate the fifo every time, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
