<?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>Sharpee's Space</title>
	<atom:link href="http://www.sharpee.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.sharpee.com/wordpress</link>
	<description>Linux, Technology, Life</description>
	<lastBuildDate>Sun, 08 Aug 2010 18:05:25 +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>Stream Videos to Android (Part 2) HTC EVO</title>
		<link>http://www.sharpee.com/wordpress/?p=425</link>
		<comments>http://www.sharpee.com/wordpress/?p=425#comments</comments>
		<pubDate>Sun, 08 Aug 2010 17:59:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Phone]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=425</guid>
		<description><![CDATA[Went a slightly different route but got reliable video streaming to finally work on my phone from my movie server at home:
Obtain Market App: VLC Stream &#38; Convert 
Start up VLC on host computer (On port 8091):
vlc -I http &#8211;http-host :8091
Start app VLC Stream &#38; Convert
- Select Menu / Connect
- Enter your IP &#60;hostname&#62; and [...]]]></description>
			<content:encoded><![CDATA[<p>Went a slightly different route but got reliable video streaming to finally work on my phone from my movie server at home:</p>
<p>Obtain Market App: VLC Stream &amp; Convert <img class="alignright size-full wp-image-426" title="qr" src="http://www.sharpee.com/wordpress/wp-content/uploads/2010/08/qr.png" alt="qr" width="215" height="215" /></p>
<p>Start up VLC on host computer (On port 8091):</p>
<p>vlc -I http &#8211;http-host :8091</p>
<p>Start app VLC Stream &amp; Convert</p>
<p>- Select Menu / Connect</p>
<p>- Enter your IP &lt;hostname&gt; and 8091 port</p>
<p>To fix audio lag go to: Menu-&gt;Settings-&gt;Stream rtsp-&gt;Synchronize on audio</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=425</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream Motion Webcam out to Flash Video website</title>
		<link>http://www.sharpee.com/wordpress/?p=418</link>
		<comments>http://www.sharpee.com/wordpress/?p=418#comments</comments>
		<pubDate>Sun, 08 Aug 2010 17:29:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=418</guid>
		<description><![CDATA[Use linux motion:
http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
Use the video loopback plugin
http://www.lavrsen.dk/twiki/bin/view/Motion/VideoFourLinuxLoopbackDevice
Setup vlc with FLV stream:
vlc -v v4l:///dev/video2 --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{access=http,dst=0.0.0.0:8080/stream.flv}"
Obtain flash video app:
http://www.video-flash.de/flv-flash-fullscreen-video-player/
Hit website and whoila!
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-423" title="cam" src="http://www.sharpee.com/wordpress/wp-content/uploads/2010/08/cam1.jpg" alt="cam" width="642" height="517" />Use linux motion:</p>
<p><a href="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome">http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome</a></p>
<p>Use the video loopback plugin</p>
<p><a href="http://www.lavrsen.dk/twiki/bin/view/Motion/VideoFourLinuxLoopbackDevice">http://www.lavrsen.dk/twiki/bin/view/Motion/VideoFourLinuxLoopbackDevice</a></p>
<p>Setup vlc with FLV stream:</p>
<pre>vlc -v v4l:///dev/video2 --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{access=http,dst=0.0.0.0:8080/stream.flv}"</pre>
<p>Obtain flash video app:</p>
<p><a href="http://www.video-flash.de/flv-flash-fullscreen-video-player/">http://www.video-flash.de/flv-flash-fullscreen-video-player/</a></p>
<p>Hit website and whoila!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=418</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a PKCS .p12 certificate</title>
		<link>http://www.sharpee.com/wordpress/?p=416</link>
		<comments>http://www.sharpee.com/wordpress/?p=416#comments</comments>
		<pubDate>Fri, 06 Aug 2010 01:45:48 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=416</guid>
		<description><![CDATA[Needed to import a certificate to use OpenVPN on Android.
Using Openssl:
openssl pkcs12 -export -in private-cert.crt -inkey private-key.key -certfile ca.crt -name &#8220;[friendly name]&#8221; -out new-cert.p12
]]></description>
			<content:encoded><![CDATA[<p>Needed to import a certificate to use OpenVPN on Android.</p>
<p>Using Openssl:<br />
openssl pkcs12 -export -in private-cert.crt -inkey private-key.key -certfile ca.crt -name &#8220;[friendly name]&#8221; -out new-cert.p12</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=416</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fifth Element: Who is Finger?</title>
		<link>http://www.sharpee.com/wordpress/?p=409</link>
		<comments>http://www.sharpee.com/wordpress/?p=409#comments</comments>
		<pubDate>Sun, 18 Jul 2010 22:41:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Fun]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=409</guid>
		<description><![CDATA[Just happened to be watching the HD version one of my favorite Sci-Fi movies &#8220;Fifth Element&#8221; and noticed again the scene where Corbin is talking with his boss &#8220;Finger&#8221;.   At one point he picks up a picture of the mysterious person and it would appear that a bit of the picture is disclosed.   I took [...]]]></description>
			<content:encoded><![CDATA[<p>Just happened to be watching the HD version one of my favorite Sci-Fi movies &#8220;Fifth Element&#8221; and noticed again the scene where Corbin is talking with his boss &#8220;Finger&#8221;.   At one point he picks up a picture of the mysterious person and it would appear that a bit of the picture is disclosed.   I took a few stills to try and get a glimpse of what the movie producers used as a picture. Looks like it was a legit picture, just never got to see it from the camera angle.</p>
<p>Here they are (Around frame 26,000 if you would like to peak as well):</p>
<p><img class="aligncenter size-full wp-image-410" title="overview" src="http://www.sharpee.com/wordpress/wp-content/uploads/2010/07/overview.png" alt="overview" width="800" height="478" />Front side:</p>
<p><img class="aligncenter size-full wp-image-412" title="frontside1" src="http://www.sharpee.com/wordpress/wp-content/uploads/2010/07/frontside11.png" alt="frontside1" width="361" height="414" />Backside (translucent).  You can almost make out someone with a handle-bar mustache.</p>
<p><img class="aligncenter size-full wp-image-413" title="backside" src="http://www.sharpee.com/wordpress/wp-content/uploads/2010/07/backside.png" alt="backside" width="454" height="379" />Picture of Corbin Dallas at the time for a frame of reference:</p>
<p><img class="aligncenter size-full wp-image-414" title="corbinwedding" src="http://www.sharpee.com/wordpress/wp-content/uploads/2010/07/corbinwedding.png" alt="corbinwedding" width="967" height="577" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=409</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CyanogenMod ROM coming to an EVO near you</title>
		<link>http://www.sharpee.com/wordpress/?p=407</link>
		<comments>http://www.sharpee.com/wordpress/?p=407#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:41:08 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=407</guid>
		<description><![CDATA[
http://twitpic.com/24li6n
]]></description>
			<content:encoded><![CDATA[<p><img src="http://s3.amazonaws.com/twitpic/photos/large/128654159.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&#038;Expires=1278950035&#038;Signature=K6qrRkCcjaRjakB4fmIdQC90tJ0%3D" alt="Froyo on Evo" /></p>
<p><a href="http://twitpic.com/24li6n">http://twitpic.com/24li6n</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=407</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2005 Acura TL Door handle cover</title>
		<link>http://www.sharpee.com/wordpress/?p=405</link>
		<comments>http://www.sharpee.com/wordpress/?p=405#comments</comments>
		<pubDate>Thu, 08 Jul 2010 11:14:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Auto]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=405</guid>
		<description><![CDATA[The 2005 TL appears to have a design flaw with the door handle cover coming off and getting lost.  If you are under warranty (which I doubt at this point) you can try to get them to fix it under &#8220;goodwill&#8221;, however, for me it is worth the $12 to get it sent to you [...]]]></description>
			<content:encoded><![CDATA[<p>The 2005 TL appears to have a design flaw with the door handle cover coming off and getting lost.  If you are under warranty (which I doubt at this point) you can try to get them to fix it under &#8220;goodwill&#8221;, however, for me it is worth the $12 to get it sent to you online from here:</p>
<p><a href="http://www.acuraautomotiveparts.org/acura/jsp/mws/prddisplay.jsp?catcgry1=TL&amp;catcgry2=2005&amp;catcgry3=4DR+BASE+%28NAVIGATION%29&amp;catcgry4=KA5AT&amp;catcgry5=FRONT+DOOR+LOCKS+-+OUTER+HANDLE&amp;ListAll=All&amp;vinsrch=no&amp;systemcomp=&amp;prdrefno=157935&amp;quantity=1&amp;act=additem&amp;hidSwitch=&amp;hidIrno=&amp;vinnoT=&amp;trans=&amp;trim=&amp;view=normal&amp;count=2">http://www.acuraautomotiveparts.org/acura/jsp/mws/prddisplay.jsp?catcgry1=TL&amp;catcgry2=2005&amp;catcgry3=4DR+BASE+%28NAVIGATION%29&amp;catcgry4=KA5AT&amp;catcgry5=FRONT+DOOR+LOCKS+-+OUTER+HANDLE&amp;ListAll=All&amp;vinsrch=no&amp;systemcomp=&amp;prdrefno=157935&amp;quantity=1&amp;act=additem&amp;hidSwitch=&amp;hidIrno=&amp;vinnoT=&amp;trans=&amp;trim=&amp;view=normal&amp;count=2</a></p>
<p>Door Cover defect service bulletin:</p>
<p><a href="http://www.in.honda.com/Rjanisis/pubs/SB/B07-043.PDF">http://www.in.honda.com/Rjanisis/pubs/SB/B07-043.PDF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=405</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watching Streaming Video on Android HTC EVO Phone</title>
		<link>http://www.sharpee.com/wordpress/?p=395</link>
		<comments>http://www.sharpee.com/wordpress/?p=395#comments</comments>
		<pubDate>Thu, 24 Jun 2010 15:50:17 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=395</guid>
		<description><![CDATA[Trying to figure out a way to view live TV / Movies / Video from my A/V devices at home on my Android HTC EVO Phone.
To play a movie:
Start VLC client on Ubuntu:
# vlc -v video.avi -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320, height=180,acodec=mp4a,ab=64,vb=384}:rtp{dst=,port=4555,sdp=rtsp://server:4555/stream.sdp,mp4a-latm}"
 
Start Movie Client Stream on Android:
- Open browser
- Browse to &#8220;rtsp://server:4555/stream.sdp&#8221;
- Watch stream!
To Watch [...]]]></description>
			<content:encoded><![CDATA[<p>Trying to figure out a way to view live TV / Movies / Video from my A/V devices at home on my Android HTC EVO Phone.</p>
<p>To play a movie:</p>
<p style="text-align: left;">Start VLC client on Ubuntu:</p>
<p style="text-align: left;"><code># vlc -v video.avi -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320, height=180,acodec=mp4a,ab=64,vb=384}:rtp{dst=,port=4555,sdp=rtsp://server:4555/stream.sdp,mp4a-latm}"</code></p>
<p style="text-align: left;"><code> </code><br />
Start Movie Client Stream on Android:<br />
- Open browser<br />
- Browse to &#8220;rtsp://server:4555/stream.sdp&#8221;<br />
- Watch stream!</p>
<p style="text-align: left;">To Watch live TV:<br />
<code>vlc -v vlc -v v4l2:///dev/video0 :v4l2-standard=3:v4l2-standard=45056 :v4l2-chroma= :v4l2-input=1 :v4l2-audio-input=0 :v4l2-io=1 :v4l2-width=640 :v4l2-height=480 -I dummy --sout "#transcode{vcodec=h264,venc=x264{no-cabac,level=12,vbv-maxrate=384,vbv-bufsize=1000,keyint=75,ref=3,bframes=0},width=320, height=180,acodec=mp4a,ab=64,vb=384}:rtp{dst=,port=4555,sdp=rtsp://192.168.13.5:4555/stream.sdp,mp4a-latm}"</code></p>
<p>Start Movie Client Stream on Android:<br />
- Open browser<br />
- Browse to &#8220;rtsp://server:4555/stream.sdp&#8221;<br />
- Watch stream!</p>
<p>I am seeing about a 1/2 sec lag on audio and am looking into that.  Any help would be appreciated!</p>
<p>vlc -v v4l2:///dev/video0 :v4l2-standard=3:v4l2-standard=45056 :v4l2-chroma= :v4l2-input=0 :v4l2-audio-input=0 :v4l2-io=1 :v4l2-width=640 :v4l2-height=480 :v4l2-tuner=0 :v4l2-tuner-frequency=673250</p>
<p>&#8212;&#8212;&#8211;<br />
References:</p>
<p>Obtain Streaming Video Player (yxPlayer):<br />
<a href="http://mobilesoft.kr/android.html">http://mobilesoft.kr/android.html</a></p>
<p>Try broadcasting from VLC:<br />
<a href="http://www.videolan.org/doc/streaming-howto/en/ch04.html">http://www.videolan.org/doc/streaming-howto/en/ch04.html</a></p>
<p>Once I get a working solution, ill update this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=395</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Encode Videos for HTC EVO 4G</title>
		<link>http://www.sharpee.com/wordpress/?p=391</link>
		<comments>http://www.sharpee.com/wordpress/?p=391#comments</comments>
		<pubDate>Tue, 22 Jun 2010 12:22:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Phone]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=391</guid>
		<description><![CDATA[http://www.knowyourcell.com/htc/htc-evo-4g/evo-4g-guides/487469/how_to_convert_videos_and_transfer_them_to_the_htc_evo_4g.html
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.knowyourcell.com/htc/htc-evo-4g/evo-4g-guides/487469/how_to_convert_videos_and_transfer_them_to_the_htc_evo_4g.html">http://www.knowyourcell.com/htc/htc-evo-4g/evo-4g-guides/487469/how_to_convert_videos_and_transfer_them_to_the_htc_evo_4g.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=391</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1987 Ford E150 &#8211; Reading Trouble Codes from computer</title>
		<link>http://www.sharpee.com/wordpress/?p=388</link>
		<comments>http://www.sharpee.com/wordpress/?p=388#comments</comments>
		<pubDate>Sun, 13 Jun 2010 04:32:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=388</guid>
		<description><![CDATA[My Father-In-Law&#8217;s van was having issues driving down here, so we decided to interrogate the computer about the issue.  Here is how I did it.
http://broncozone.com/topic/14269-code-reader/page__p__74587&#entry74587
http://www.troublecodes.net/Ford/
]]></description>
			<content:encoded><![CDATA[<p>My Father-In-Law&#8217;s van was having issues driving down here, so we decided to interrogate the computer about the issue.  Here is how I did it.</p>
<p>http://broncozone.com/topic/14269-code-reader/page__p__74587&#entry74587</p>
<p>http://www.troublecodes.net/Ford/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=388</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Android SDK Eclipse plugin on Ubuntu 10.04</title>
		<link>http://www.sharpee.com/wordpress/?p=385</link>
		<comments>http://www.sharpee.com/wordpress/?p=385#comments</comments>
		<pubDate>Sat, 12 Jun 2010 20:43:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Phone]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sharpee.com/wordpress/?p=385</guid>
		<description><![CDATA[Started to work on developing some Android applications on my Ubuntu 10.04 (Lucid) machine and ran into a few complications during installation of the Eclipse plugin.  Started getting a dependency for &#8220;org.eclipse.gef&#8221; when trying to follow Google&#8217;s instructions.
Here is how I did it:
- Ensure Eclipse is installed (sudo apt-get install eclipse)
- Run Eclipse
- Select [...]]]></description>
			<content:encoded><![CDATA[<p>Started to work on developing some <a href="http://developer.android.com/index.html">Android</a> applications on my Ubuntu 10.04 (Lucid) machine and ran into a few complications during installation of the Eclipse plugin.  Started getting a dependency for &#8220;org.eclipse.gef&#8221; when trying to follow Google&#8217;s instructions.</p>
<p>Here is how I did it:<br />
- Ensure Eclipse is installed (sudo apt-get install eclipse)<br />
- Run Eclipse<br />
- Select &#8220;Help&#8221; -> &#8220;Install New Software&#8230;&#8221;<br />
>>>Repeat the following for the list of repositories<<<br />
- Select "Add"<br />
- Enter the Name and Location of the following<br />
Name: Android Plugin<br />
Location: https://dl-ssl.google.com/android/eclipse/<br />
>><br />
Name: Data Tools<br />
Location: http://download.eclipse.org/datatools/updates<br />
>><br />
Name: Web Tools<br />
Location: http://download.eclipse.org/webtools/updates/<br />
>><br />
Name: EMF<br />
Location: http://download.eclipse.org/modeling/emf/updates/releases/<br />
>><br />
Name: GEF<br />
Location: http://download.eclipse.org/tools/gef/updates/releases/<br />
>>><br />
(You should now be in the &#8220;Install&#8221; Dialog after adding the above)<br />
- Select &#8220;Android Plugin&#8221; from the &#8220;Work With:&#8221;<br />
- Check &#8220;Developer Tools&#8221;<br />
- Select &#8220;Next&#8221; button and follow to the end</p>
<p>Viola.  Hopefully a working Android Plugin for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharpee.com/wordpress/?feed=rss2&amp;p=385</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
