<?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>Tsung.暴躁 &#187; Life</title>
	<atom:link href="http://tsung.bz/category/life/feed/" rel="self" type="application/rss+xml" />
	<link>http://tsung.bz</link>
	<description>How To Rock On?</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://tsung.bz/?pushpress=hub'/>
		<item>
		<title>Ubuntu下安装AirVideo服务器</title>
		<link>http://tsung.bz/2010/07/27/install-airvideo-server-under-ubuntu/</link>
		<comments>http://tsung.bz/2010/07/27/install-airvideo-server-under-ubuntu/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 16:56:01 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[AirVideo]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://tsung.bz/?p=277</guid>
		<description><![CDATA[准备环境 &#160; sudo apt-get install libmp3lame-dev libfaad-dev libx264-dev faac faad lame mpeg4ip-server git-core pkg-config &#160; 下载AirVideo源码，http://www.inmethod.com/air-video/licenses.html。选最新的2.5 配置安装，注意这边enable disable前面都是两个短杠。这个主题有点bug &#160; ./configure &#8211;enable-pthreads &#8211;disable-shared &#8211;enable-static &#8211;enable-gpl &#8211;enable-libx264 &#8211;enable-libmp3lame &#8211;enable-libfaad &#8211;disable-decoder=aac make sudo make install &#160; 下载服务器jar包，http://inmethod.com/air-video/download/linux/alpha3/AirVideoServerLinux.jar 下载配置文件，http://inmethod.com/air-video/download/linux/alpha1/test.properties 配置文件大致如下： &#160; path.ffmpeg = /usr/local/bin/ffmpeg path.mp4creator = /usr/bin/mp4creator path.faac = /usr/bin/faac password = subtitles.encoding = windows-1250 subtitles.font = Verdana folders [...]]]></description>
			<content:encoded><![CDATA[<p>准备环境</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> libmp3lame-dev libfaad-dev libx264-dev faac faad lame mpeg4ip-server git-core pkg-config</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
</ol>
</div>
<p>下载AirVideo源码，<a href="http://www.inmethod.com/air-video/licenses.html">http://www.inmethod.com/air-video/licenses.html</a>。选最新的2.5<br />
配置安装，注意这边enable disable前面都是两个短杠。这个主题有点bug</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">./configure &#8211;enable-pthreads &#8211;disable-shared &#8211;enable-static &#8211;enable-gpl &#8211;enable-libx264 &#8211;enable-libmp3lame &#8211;enable-libfaad &#8211;disable-<span class="re2">decoder=</span>aac</div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">make</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">sudo</span> <span class="kw2">make</span> <span class="kw2">install</span></div>
</li>
<li class="li2">
<div class="de2">&nbsp;</div>
</li>
</ol>
</div>
<p>下载服务器jar包，<a href="http://inmethod.com/air-video/download/linux/alpha3/AirVideoServerLinux.jar">http://inmethod.com/air-video/download/linux/alpha3/AirVideoServerLinux.jar</a></p>
<p>下载配置文件，<a href="http://inmethod.com/air-video/download/linux/alpha1/test.properties">http://inmethod.com/air-video/download/linux/alpha1/test.properties</a></p>
<p>配置文件大致如下：</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">path.ffmpeg = /usr/<span class="kw3">local</span>/bin/ffmpeg</div>
</li>
<li class="li1">
<div class="de1">path.mp4creator = /usr/bin/mp4creator</div>
</li>
<li class="li1">
<div class="de1">path.faac = /usr/bin/faac</div>
</li>
<li class="li2">
<div class="de2">password =</div>
</li>
<li class="li1">
<div class="de1">subtitles.encoding = windows<span class="nu0">-1250</span></div>
</li>
<li class="li1">
<div class="de1">subtitles.font = Verdana</div>
</li>
<li class="li1">
<div class="de1">folders = Movies:/home//Videos,Series:/Volumes/Data/Series</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
</ol>
</div>
<p>启动</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1">java -jar AirVideoServerLinux.jar-a3 <span class="kw3">test</span>.properties</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2010/07/27/install-airvideo-server-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>朝鲜 1:2 巴西</title>
		<link>http://tsung.bz/2010/06/16/%e6%9c%9d%e9%b2%9c-12-%e5%b7%b4%e8%a5%bf/</link>
		<comments>http://tsung.bz/2010/06/16/%e6%9c%9d%e9%b2%9c-12-%e5%b7%b4%e8%a5%bf/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 20:54:24 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[BRA]]></category>
		<category><![CDATA[KDPR]]></category>
		<category><![CDATA[WorldCup]]></category>

		<guid isPermaLink="false">http://tsung.bz/?p=237</guid>
		<description><![CDATA[没有什么知名的球星,却带来如此精彩的比赛.. 比起天朝国猪,差太远了..从巴西人眼里就能看出来 晚安地球!]]></description>
			<content:encoded><![CDATA[<p>没有什么知名的球星,却带来如此精彩的比赛..<br />
比起天朝国猪,差太远了..从巴西人眼里就能看出来<br />
晚安地球!</p>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2010/06/16/%e6%9c%9d%e9%b2%9c-12-%e5%b7%b4%e8%a5%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>下个月开始android开发</title>
		<link>http://tsung.bz/2010/05/28/%e4%b8%8b%e4%b8%aa%e6%9c%88%e5%bc%80%e5%a7%8bandroid%e5%bc%80%e5%8f%91/</link>
		<comments>http://tsung.bz/2010/05/28/%e4%b8%8b%e4%b8%aa%e6%9c%88%e5%bc%80%e5%a7%8bandroid%e5%bc%80%e5%8f%91/#comments</comments>
		<pubDate>Fri, 28 May 2010 13:17:23 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://tsung.bz/2010/05/28/%e4%b8%8b%e4%b8%aa%e6%9c%88%e5%bc%80%e5%a7%8bandroid%e5%bc%80%e5%8f%91/</guid>
		<description><![CDATA[This is first time to post something through wordpress for iPad. But app crashed when I changed IME to Chinese! 后来发现是不能切换输入法。。最近更新的版本终于可以了，不过程序还是容易崩溃]]></description>
			<content:encoded><![CDATA[<p>This is first time to post something through wordpress for iPad. But app crashed when I changed IME to Chinese!<br />
后来发现是不能切换输入法。。最近更新的版本终于可以了，不过程序还是容易崩溃</p>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2010/05/28/%e4%b8%8b%e4%b8%aa%e6%9c%88%e5%bc%80%e5%a7%8bandroid%e5%bc%80%e5%8f%91/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>入手ipad</title>
		<link>http://tsung.bz/2010/05/12/ipad-in-hand/</link>
		<comments>http://tsung.bz/2010/05/12/ipad-in-hand/#comments</comments>
		<pubDate>Wed, 12 May 2010 02:25:05 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[ipad]]></category>

		<guid isPermaLink="false">http://tsung.bz/?p=207</guid>
		<description><![CDATA[哈，多亏了@avenger的帮忙，我淘宝已经弃用很久了，没好的支付方式～ 第二天快递就到了，顺丰还是不错阿。。只不过后面突然发现自己支付密码忘了，可怜的卖家，您多等几天吧～ 先注册了个美国帐号下载免费应用（地区换为美国，随便找个免费应用，点安装，提示你要注册，注册。。最后那个支付方式就可以选none了） 后面在@zipme的帮助下成功JB，其实有些软件想买的，无奈一直没办信用卡 话说weiphone有钱人太多了吧，还有人专门帮人买应用破解的]]></description>
			<content:encoded><![CDATA[<p>哈，多亏了<a href="https://twitter.com/avenger">@avenger</a>的帮忙，我淘宝已经弃用很久了，没好的支付方式～<br />
第二天快递就到了，顺丰还是不错阿。。只不过后面突然发现自己支付密码忘了，可怜的卖家，您多等几天吧～<br />
先注册了个美国帐号下载免费应用（地区换为美国，随便找个免费应用，点安装，提示你要注册，注册。。最后那个支付方式就可以选none了）<br />
后面在<a href="https://twitter.com/zipme">@zipme</a>的帮助下成功JB，其实有些软件想买的，无奈一直没办信用卡<br />
话说weiphone有钱人太多了吧，还有人专门帮人买应用破解的</p>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2010/05/12/ipad-in-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>秋天?</title>
		<link>http://tsung.bz/2010/01/06/%e7%a7%8b%e5%a4%a9/</link>
		<comments>http://tsung.bz/2010/01/06/%e7%a7%8b%e5%a4%a9/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 15:11:48 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[秋]]></category>

		<guid isPermaLink="false">http://tsung.bz/2010/01/06/%e7%a7%8b%e5%a4%a9/</guid>
		<description><![CDATA[今天看twitter上@BeautiesNature的照片,看到秋天部分,才突然发现:喔..秋天??秋天呢?]]></description>
			<content:encoded><![CDATA[<p>今天看twitter上@BeautiesNature的照片,看到秋天部分,才突然发现:喔..秋天??秋天呢?</p>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2010/01/06/%e7%a7%8b%e5%a4%a9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2009最后一天碎碎念</title>
		<link>http://tsung.bz/2010/01/01/2009%e6%9c%80%e5%90%8e%e4%b8%80%e5%a4%a9%e7%a2%8e%e7%a2%8e%e5%bf%b5/</link>
		<comments>http://tsung.bz/2010/01/01/2009%e6%9c%80%e5%90%8e%e4%b8%80%e5%a4%a9%e7%a2%8e%e7%a2%8e%e5%bf%b5/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 00:58:28 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://tsung.bz/?p=119</guid>
		<description><![CDATA[*下班前写了个消息提醒组件，写的很舒服。 *工资卡丢了，补办还不能领，身上只剩下10多块钱。在池上饭包吃饭10块钱；公交卡上剩下两次，坐车回家转了次车刚好剩0次；还有三个硬币，买了热狗和肉丸。哈哈，月光拉。 *回到家很累，马上睡着了，一觉醒来已经是新的一年了。本命年总算结束]]></description>
			<content:encoded><![CDATA[<p>*下班前写了个消息提醒组件，写的很舒服。<br />
*工资卡丢了，补办还不能领，身上只剩下10多块钱。在池上饭包吃饭10块钱；公交卡上剩下两次，坐车回家转了次车刚好剩0次；还有三个硬币，买了热狗和肉丸。哈哈，月光拉。<br />
*回到家很累，马上睡着了，一觉醒来已经是新的一年了。本命年总算结束</p>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2010/01/01/2009%e6%9c%80%e5%90%8e%e4%b8%80%e5%a4%a9%e7%a2%8e%e7%a2%8e%e5%bf%b5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>几句话</title>
		<link>http://tsung.bz/2009/12/16/some-words/</link>
		<comments>http://tsung.bz/2009/12/16/some-words/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:48:07 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://tsung.bz/?p=94</guid>
		<description><![CDATA[少谈国是了,让政治家去YY吧~~ 用Pixlr画了个icon..这个在线编辑器很强大,整个swf才200k.. 准备花点时间好好研究下Pixlr的实现]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;">
<img class="size-full wp-image-99" src="http://tsung.bz/wp-content/uploads/2009/12/tbz.png" alt="" width="64" height="64" /></p>
<li>少谈国是了,让政治家去YY吧~~</li>
<li>用<a href="http://www.pixlr.com">Pixlr</a>画了个icon..这个在线编辑器很强大,整个swf才200k..</li>
<li>准备花点时间好好研究下<a href="http://www.pixlr.com">Pixlr</a>的实现</li>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2009/12/16/some-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello World!</title>
		<link>http://tsung.bz/2009/11/02/hello-world/</link>
		<comments>http://tsung.bz/2009/11/02/hello-world/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 19:33:55 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://tsung.bz/2009/11/03/hello-world/</guid>
		<description><![CDATA[终于传完WP了,^ ^! 要感谢下avenger的帮忙,^_^ 放在国外果然舒服,也不需要该死的备案!! 还有放在DnsPod解析后,貌似访问速度变快不少??]]></description>
			<content:encoded><![CDATA[<p>终于传完WP了,^ ^!<br />
要感谢下avenger的帮忙,^_^<br />
放在国外果然舒服,也不需要该死的备案!!<br />
还有放在DnsPod解析后,貌似访问速度变快不少??</p>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2009/11/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
