<?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: OmroepStreamDump</title>
	<atom:link href="http://smorgasbord.gavagai.nl/2009/04/omroepstreamdump-001/feed/" rel="self" type="application/rss+xml" />
	<link>http://smorgasbord.gavagai.nl/2009/04/omroepstreamdump-001/</link>
	<description>Ambachtelijk bereide beschouwingen.</description>
	<lastBuildDate>Thu, 05 Jan 2012 20:51:42 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cillian de Róiste</title>
		<link>http://smorgasbord.gavagai.nl/2009/04/omroepstreamdump-001/comment-page-1/#comment-12044</link>
		<dc:creator>Cillian de Róiste</dc:creator>
		<pubDate>Sat, 29 Jan 2011 10:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://smorgasbord.gavagai.nl/?p=359#comment-12044</guid>
		<description>Thanks for the script! It works great, but I changed it a bit for my own use and thought you might be interested. Instead of downloading the video before playing it I wanted to just buffer it for a few seconds and then start playing it while the rest downloads. This allows me to pause and jump back etc. which wasn&#039;t possible with the live stream:
&lt;code&gt;
        pastetext = &#039;cd /media/1T/Movies/Uitzending &amp;&amp; &#039;;
        pastetext+= &quot;mplayer -dumpstream -user-agent &#039;Windows-Media-Player/11.0.6001.7000&#039; &quot;;
        pastetext+=&quot;-playlist &#039;&quot;+source+&quot;&#039; -dumpfile &#039;&quot;+titel+&quot;-&quot;+datum+&quot;.wmv&#039; &lt;/dev/null &amp; &quot;;
        pastetext+=&quot;sleep 10 &amp;&amp; kmplayer &#039;&quot;+titel+&quot;-&quot;+datum+&quot;.wmv&#039; &amp;&amp; cd -&quot;
&lt;/code&gt;
The interesting thing was that mplayer will not run in the background without that &lt;/dev/null (it expects some input). I hope this is of some interest to you or someone else. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the script! It works great, but I changed it a bit for my own use and thought you might be interested. Instead of downloading the video before playing it I wanted to just buffer it for a few seconds and then start playing it while the rest downloads. This allows me to pause and jump back etc. which wasn&#8217;t possible with the live stream:<br />
<code><br />
        pastetext = 'cd /media/1T/Movies/Uitzending &amp;&amp; ';<br />
        pastetext+= "mplayer -dumpstream -user-agent 'Windows-Media-Player/11.0.6001.7000' ";<br />
        pastetext+="-playlist '"+source+"' -dumpfile '"+titel+"-"+datum+".wmv' &lt;/dev/null &amp; &quot;;<br />
        pastetext+=&quot;sleep 10 &amp;&amp; kmplayer &#039;&quot;+titel+&quot;-&quot;+datum+&quot;.wmv&#039; &amp;&amp; cd -&quot;<br />
</code><br />
The interesting thing was that mplayer will not run in the background without that &lt;/dev/null (it expects some input). I hope this is of some interest to you or someone else. Thanks again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

