<?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>Dag Olav Prestegarden &#187; movies</title>
	<atom:link href="http://dagolav.prestegarden.com/tag/movies/feed/" rel="self" type="application/rss+xml" />
	<link>http://dagolav.prestegarden.com</link>
	<description>Ramblings on technology and daily life.</description>
	<lastBuildDate>Mon, 28 Sep 2009 20:43:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mplayer doesn&#8217;t stream from stdin without cache setting</title>
		<link>http://dagolav.prestegarden.com/mplayer-not-eager-to-stream-from-stdin/</link>
		<comments>http://dagolav.prestegarden.com/mplayer-not-eager-to-stream-from-stdin/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:41:53 +0000</pubDate>
		<dc:creator>Dag Olav Prestegarden</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[tv series]]></category>

		<guid isPermaLink="false">http://dagolav.prestegarden.com/?p=24</guid>
		<description><![CDATA[I just noticed that mplayer no longer wants to stream from stdin when I unrared my files straigth to mplayer using
unrar p -inul some_multipart.rar &#124; mplayer -
like I&#8217;ve often done before, giving me errors like this instead:
Cannot seek backward in linear streams!
Seek failed
This behaviour has probably existed for a while, however I haven&#8217;t noticed it [...]]]></description>
			<content:encoded><![CDATA[<p>I just noticed that mplayer no longer wants to stream from stdin when I unrared my files straigth to mplayer using</p>
<pre>unrar p -inul some_multipart.rar | mplayer -</pre>
<p>like I&#8217;ve often done before, giving me errors like this instead:</p>
<pre>Cannot seek backward in linear streams!
Seek failed</pre>
<p>This behaviour has probably existed for a while, however I haven&#8217;t noticed it before since I&#8217;ve actually been using a workaround for this anyways. To play streams from stdin, a quick fix is to set cache size manually. E.g. like this:</p>
<pre>unrar p -inul some_multipart.rar | mplayer - -cache 8092</pre>
<p>Cache size can be set to whatever you like it to it seems, so feel free to customize it to your own preferences and bandwith.</p>
]]></content:encoded>
			<wfw:commentRss>http://dagolav.prestegarden.com/mplayer-not-eager-to-stream-from-stdin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
