<?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>Using Linux &#187; firefox</title>
	<atom:link href="http://tommykeswick.com/linux/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://tommykeswick.com/linux</link>
	<description>Documenting my day-to-day experience</description>
	<lastBuildDate>Sun, 06 Sep 2009 04:56:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to stream the rtsp protocol in Firefox</title>
		<link>http://tommykeswick.com/linux/2008/02/22/how-to-stream-the-rtsp-protocol-in-firefox/</link>
		<comments>http://tommykeswick.com/linux/2008/02/22/how-to-stream-the-rtsp-protocol-in-firefox/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 01:34:44 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[rtsp]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2008/02/22/how-to-stream-the-rtsp-protocol-in-firefox/</guid>
		<description><![CDATA[I wanted to view a link to an rtsp:// streaming video and I would get a prompt that totem was the default application to be used. I would click OK but then it failed to launch.
Instead, I wanted to make VLC the player of choice. It wasn&#8217;t a preference I could set using the Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to view a link to an rtsp:// streaming video and I would get a prompt that totem was the default application to be used. I would click OK but then it failed to launch.</p>
<p>Instead, I wanted to make VLC the player of choice. It wasn&#8217;t a preference I could set using the Firefox GUI. So, I searched.</p>
<p>I&#8217;m using Feisty, but using modified <a href="http://ubuntuguide.org/wiki/Ubuntu:Edgy/TipsAndTricks#How_to_handle_rtsp_.28realmedia.29_protocol_in_Mozilla_Firefox" title=" How to handle rtsp (realmedia) protocol in Mozilla Firefox">instructions</a> for Edgy worked. I simply replaced the call for the RealPlayer application with one for VLC.</p>
<ul>
<li>Read <a href="#How_to_install_VLC_Multimedia_Player_with_plug-in_for_Mozilla_Firefox">#How to install VLC Multimedia Player with plug-in for Mozilla Firefox</a></li>
<li> Open your firefox.</li>
<li> Type as url: about:config</li>
</ul>
<p>Now just right click somewhere into the main window. A little box with options to choose will appear. Choose <strong>&#8220;new&#8221;</strong>, then <strong>&#8220;string&#8221;</strong>. Then copy the following line into the appearing text field:</p>
<pre>network.protocol-handler.app.rtsp</pre>
<p>Into the next text field copy this:</p>
<pre>/usr/bin/X11/vlc</pre>
<p>Now you do the same thing again, but this time you do not choose &#8220;string&#8221; but <strong>&#8220;boolean&#8221;</strong>, and the line to copy is:</p>
<pre>network.protocol-handler.external.rtsp</pre>
<p>Then set</p>
<pre>true</pre>
<p>I hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2008/02/22/how-to-stream-the-rtsp-protocol-in-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
