<?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>The Lazy Sys Admin&#187; alsa</title>
	<atom:link href="http://www.thelazysysadmin.net/tag/alsa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelazysysadmin.net</link>
	<description>Why do things the hard way?</description>
	<lastBuildDate>Mon, 07 Jun 2010 22:24:09 +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>Mythtv MPlayer Playback Issue with Ubuntu Karmic Koala</title>
		<link>http://www.thelazysysadmin.net/2010/01/mythtv-mplayer-playback-issue-with-ubuntu-karmic-koala/</link>
		<comments>http://www.thelazysysadmin.net/2010/01/mythtv-mplayer-playback-issue-with-ubuntu-karmic-koala/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 07:08:29 +0000</pubDate>
		<dc:creator>Jon Smith</dc:creator>
				<category><![CDATA[MythTV]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[playback]]></category>

		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=766</guid>
		<description><![CDATA[I have just finished upgrading my Mythtv setup to Ubuntu 9.10 and mostly everything still works (I upgraded from 8.10). Luckily the only thing that broke was lirc and it was the old config pointing at the incorrect /dev entry. The biggest problem was when I played video from inside mythtv using mplayer the video [...]]]></description>
			<content:encoded><![CDATA[<p>I have just finished upgrading my Mythtv setup to Ubuntu 9.10 and mostly everything still works (I upgraded from 8.10). Luckily the only thing that broke was lirc and it was the old config pointing at the incorrect /dev entry. The biggest problem was when I played video from inside mythtv using mplayer the video locked up. It acted like it was paused, you could seek and the video would advance but it would never play.</p>
<p>After searching through forums and mailing lists I was unable to find an answer so I started looking into mplayer itself. If i used mplayer on it&#8217;s own while Mythtv was running the same problem would occur. If I exited Mythtv then mplayer functioned perfectly. I found a possible idea from the Ubuntu forums whereby someone else was having slight playback issues (no mention of Mythtv though).</p>
<p>The problem appears to be with the audio driver mplayer tries to use. On my system it comes up with an error about pulse (that is something to fix some other time). To fix this I told mplayer to use ALSA instead, and it worked!!</p>
<p>So to fix with MythTV go into the Setup -&gt; Media Settings -&gt; Video Settings -&gt; Player Settings then set Default Video Player to</p>
<pre class="brush: plain;">
mplayer -fs -zoom -ontop -ao alsa %s
</pre>
<p>Alternatively you could just add</p>
<pre class="brush: plain;">-ao alsa</pre>
<p>before the <strong>%s</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelazysysadmin.net/2010/01/mythtv-mplayer-playback-issue-with-ubuntu-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
