<?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> &#187; multimedia</title>
	<atom:link href="http://www.oojahtech.com/tag/multimedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oojahtech.com</link>
	<description></description>
	<lastBuildDate>Thu, 22 Jul 2010 17:16:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>4gigs of RAM on Fedora 12 32bit</title>
		<link>http://www.oojahtech.com/2009/12/03/4gigs-of-ram-on-fedora-12-32bit-1/</link>
		<comments>http://www.oojahtech.com/2009/12/03/4gigs-of-ram-on-fedora-12-32bit-1/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 20:00:19 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Other Distrobutions]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[PAE stands for Physician Address Extension and is an option for the Linux kernel which will allow you to access 4gig of RAM on a 32 bit kernel setup. install as root: yum install kernal-PAE Reboot the computer and a new kernel option, indicated by the suffix PAE, is available. Boot that kernel. In the [...]]]></description>
			<content:encoded><![CDATA[<p>PAE stands for Physician Address Extension and is an option for the Linux kernel which will allow you to access 4gig of RAM on a 32 bit kernel setup.  </p>
<p>install as root:</p>
<blockquote><p>yum install kernal-PAE</p></blockquote>
<p>Reboot the computer and a new kernel option, indicated by the suffix PAE, is available. Boot that kernel. In the terminal type:</p>
<blockquote><p>free -m</p></blockquote>
<p>and you should see a print out with a number close to  4025 listed under total.</p>
<p>as root remove the default kernel:</p>
<blockquote><p>
yum remove kernel</p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/12/03/4gigs-of-ram-on-fedora-12-32bit-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multimedia codecs, Flash, and encytpted DVDs on Fedora 12</title>
		<link>http://www.oojahtech.com/2009/12/01/multimedia-codecs-flash-and-encytpted-dvds-on-fedora-12/</link>
		<comments>http://www.oojahtech.com/2009/12/01/multimedia-codecs-flash-and-encytpted-dvds-on-fedora-12/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 19:24:52 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Other Distrobutions]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Fedora likes to maintain a free (as in beer) policy when it comes to its own repositories. Upon first install Fedora 12 needs some tweaking to get some video and audio files to play. Some work is also needed to play encrypted DVDs. Fortunately the folks at RPM Fusion have what you need. in command [...]]]></description>
			<content:encoded><![CDATA[<p>Fedora likes to maintain a free (as in beer) policy when it comes to its own repositories. Upon first install Fedora 12 needs some tweaking to get some video and audio files to play. Some work is also needed to play encrypted DVDs. Fortunately the folks at <a href="http://www.rpmfusion.org/">RPM Fusion</a> have what you need.</p>
<p>in command line:</p>
<blockquote><p>su -c &#8216;rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&#8217;</p></blockquote>
<p>to validate the new repository download the <a href="http://rpmfusion.org/keys">appropriate key</a></p>
<p>as root:</p>
<blockquote><p>
rpm &#8211;import RPM-GPG-KEY-rpmfusion-free-fedora-12<br />
rpm &#8211;import RPM-GPG-KEY-rpmfusion-nonfree-fedora-12<br />
yum update<br />
yum install &#65279;lsdvd libdvdnav libdvdread ffmpeg gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-bad-extras gstreamer-plugins-ugly
</p></blockquote>
<p>To get flash to work you must <a href="http://get.adobe.com/flashplayer/">download the .tar.gz</a> from Adobe&#8217;s website.</p>
<p>Now extract it:</p>
<blockquote><p>tar -xvf install_flash_player_10_linux.tar.gz </p></blockquote>
<p>as root copy to the plugins:</p>
<blockquote><p>cp libflashplayer.so /usr/lib/mozilla/plugins/</p></blockquote>
<p>To play encrypted DVDs you need libdvdcss; however, it is unavalible at RPM fusion so wee will have to install from the livna.org repocetories.</p>
<p>as root:</p>
<blockquote><p>
rpm -Uvh http://rpm.livna.org/livna-release.rpm <br />
yum install libdvdcss 
</p></blockquote>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/12/01/multimedia-codecs-flash-and-encytpted-dvds-on-fedora-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video with Firefox on Debian</title>
		<link>http://www.oojahtech.com/2009/07/10/video-with-firefox-on-debian/</link>
		<comments>http://www.oojahtech.com/2009/07/10/video-with-firefox-on-debian/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:54:46 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[if using the defualt iceweasle build , just install xine-totem and video will embed within the browser. However,  I use a browser package other then what Debian provides so I have to copy mozplugger from Ubuntu becouse the debian repo wants to install iceweasle with it. sudo dpkg -i mozplugger_1.10.2-2ubuntu1_amd64.deb cd /usr/lib/firefox-3.5/plugins/ sudo ln -s [...]]]></description>
			<content:encoded><![CDATA[<p>if using the defualt iceweasle build , just install xine-totem and video will embed within the browser. However,  I use a browser package other then what Debian provides so I have to <a href="http://packages.ubuntu.com/intrepid/mozplugger" target="_blank">copy mozplugger from Ubuntu</a> becouse the debian repo wants to install iceweasle with it.</p>
<blockquote><p>sudo dpkg -i mozplugger_1.10.2-2ubuntu1_amd64.deb<br />
cd /usr/lib/firefox-3.5/plugins/<br />
sudo ln -s /etc/lib/mozilla/mozplugger.so</p></blockquote>
<p>alternatively I instal mplayer-nogui to use the mplayer engine with mozplugger from Ubuntu (does not have player controls).</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/10/video-with-firefox-on-debian/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting the best out of Totem on Debian</title>
		<link>http://www.oojahtech.com/2009/07/09/getting-the-best-out-of-totem-on-debian/</link>
		<comments>http://www.oojahtech.com/2009/07/09/getting-the-best-out-of-totem-on-debian/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 18:54:54 +0000</pubDate>
		<dc:creator>fishbowl</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Tutorial & How-To's]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[totem]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I like to use Totem with the xine engine because of it&#8217;s simple interface, and I have experienced it is easier to configure totem with xine then with the default gstreamer. To get the full use of your video watching fallow the directions at Debian Multimedia, then type at terminal: sudo apt-get install totem-xine w64codecs [...]]]></description>
			<content:encoded><![CDATA[<p>I like to use Totem with the xine engine because of it&#8217;s simple interface, and I have experienced it is easier to configure totem with xine then with the default gstreamer. To get the full use of your video watching fallow the directions at <a href="http://debian-multimedia.org/" target="_blank">Debian Multimedia</a>, then type at terminal:</p>
<p>sudo apt-get install totem-xine w64codecs</p>
<p>Replace w64codecs with w32codecs if you are running a 32 bit system. This package allows you to play a multitude of Video formats.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.oojahtech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.oojahtech.com/2009/07/09/getting-the-best-out-of-totem-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
