<?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: Somebody fix this.</title>
	<atom:link href="http://ianweller.org/2009/02/10/somebody-fix-this/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianweller.org/2009/02/10/somebody-fix-this/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 07:13:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian Weller</title>
		<link>http://ianweller.org/2009/02/10/somebody-fix-this/#comment-190</link>
		<dc:creator>Ian Weller</dc:creator>
		<pubDate>Wed, 11 Feb 2009 06:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://ianweller.org/?p=396#comment-190</guid>
		<description>@Lubomir: interesting. i thought about the user agent but then i got lazy.

@Livio: I was looking for that in PackageKit but couldn&#039;t find it... so it&#039;s been included with GNOME MPlayer now?

@Austin: woo</description>
		<content:encoded><![CDATA[<p>@Lubomir: interesting. i thought about the user agent but then i got lazy.</p>
<p>@Livio: I was looking for that in PackageKit but couldn&#8217;t find it&#8230; so it&#8217;s been included with GNOME MPlayer now?</p>
<p>@Austin: woo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin</title>
		<link>http://ianweller.org/2009/02/10/somebody-fix-this/#comment-186</link>
		<dc:creator>Austin</dc:creator>
		<pubDate>Tue, 10 Feb 2009 22:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://ianweller.org/?p=396#comment-186</guid>
		<description>I recently experienced &lt;a href=&quot;http://groundstate.ca/node/1260&quot; rel=&quot;nofollow&quot;&gt;similar problems&lt;/a&gt; with a confusing asf/wmv/mms container-inside-container situation.</description>
		<content:encoded><![CDATA[<p>I recently experienced <a href="http://groundstate.ca/node/1260" rel="nofollow">similar problems</a> with a confusing asf/wmv/mms container-inside-container situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Livio</title>
		<link>http://ianweller.org/2009/02/10/somebody-fix-this/#comment-187</link>
		<dc:creator>Livio</dc:creator>
		<pubDate>Tue, 10 Feb 2009 09:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://ianweller.org/?p=396#comment-187</guid>
		<description>From MPlayer-based plugins for web browser, there&#039;s GNOME-MPlayer with its plugin.

And about Totem&#039;s ASX playback and other things around - it hurts :/ .</description>
		<content:encoded><![CDATA[<p>From MPlayer-based plugins for web browser, there&#8217;s GNOME-MPlayer with its plugin.</p>
<p>And about Totem&#8217;s ASX playback and other things around &#8211; it hurts :/ .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lubomir Rintel</title>
		<link>http://ianweller.org/2009/02/10/somebody-fix-this/#comment-189</link>
		<dc:creator>Lubomir Rintel</dc:creator>
		<pubDate>Tue, 10 Feb 2009 08:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://ianweller.org/?p=396#comment-189</guid>
		<description>In case the above snippet doesn&#039;t make sense -- seems like WordPress omited part of it considering it a HTML tag or whatever. You can get the point there though -- having the user-agent line in both of the config files.</description>
		<content:encoded><![CDATA[<p>In case the above snippet doesn&#8217;t make sense &#8212; seems like WordPress omited part of it considering it a HTML tag or whatever. You can get the point there though &#8212; having the user-agent line in both of the config files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lubomir Rintel</title>
		<link>http://ianweller.org/2009/02/10/somebody-fix-this/#comment-188</link>
		<dc:creator>Lubomir Rintel</dc:creator>
		<pubDate>Tue, 10 Feb 2009 08:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://ianweller.org/?p=396#comment-188</guid>
		<description>Last time I checked, with archive of one of Slovak televisions, they were checking the user agent. I&#039;ve set this in my wife&#039;s kickstart back then:

# Mplayer
mkdir -p /etc/skel/.mplayer
cat &gt;/etc/skel/.mplayer/config &lt;/etc/skel/.mplayer/mplayerplug-in.conf &lt;&lt;EOF
user-agent=NSPlayer/10.0.0.1337
EOF

The reason for that was that MPlayer by default sent just &quot;NSPlayer&quot; (w/o version) which satisfied only some servers IIRC. I think mplayerplug-in has been obsoleted since then, but there&#039;s another mplayer-based mozilla plugin for your firefox around that you can use as a replacement for Totem one (but maybe Totem will do too if configured -- haven&#039;t checked).</description>
		<content:encoded><![CDATA[<p>Last time I checked, with archive of one of Slovak televisions, they were checking the user agent. I&#8217;ve set this in my wife&#8217;s kickstart back then:</p>
<p># Mplayer<br />
mkdir -p /etc/skel/.mplayer<br />
cat &gt;/etc/skel/.mplayer/config &lt;/etc/skel/.mplayer/mplayerplug-in.conf &lt;&lt;EOF<br />
user-agent=NSPlayer/10.0.0.1337<br />
EOF</p>
<p>The reason for that was that MPlayer by default sent just &#8220;NSPlayer&#8221; (w/o version) which satisfied only some servers IIRC. I think mplayerplug-in has been obsoleted since then, but there&#8217;s another mplayer-based mozilla plugin for your firefox around that you can use as a replacement for Totem one (but maybe Totem will do too if configured &#8212; haven&#8217;t checked).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
