<?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>Jimey’s Life &#38;&#38; Jimey’s World &#187; P2P</title>
	<atom:link href="http://jimey.com/category/c/network/p2p/feed" rel="self" type="application/rss+xml" />
	<link>http://jimey.com</link>
	<description>Learning something new everyday</description>
	<lastBuildDate>Thu, 05 Aug 2010 08:03:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>ubuntu 8.04版本编译rtorrent 0.85篇</title>
		<link>http://jimey.com/2009/10/28/ubuntu-8-04-version-to-compile-rtorrent-0-85-pian.html</link>
		<comments>http://jimey.com/2009/10/28/ubuntu-8-04-version-to-compile-rtorrent-0-85-pian.html#comments</comments>
		<pubDate>Wed, 28 Oct 2009 07:53:07 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[Compiler]]></category>
		<category><![CDATA[rTorrent]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/10/28/ubuntu-8-04%e7%89%88%e6%9c%ac%e7%bc%96%e8%af%91rtorrent-0-85%e7%af%87.html</guid>
		<description><![CDATA[开头篇     wget http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz    wegt http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz    tar zxvf libtorrent-0.12.5.tar.gz    tar zxvf rtorrent-0.8.5.tar.gz    svn co https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable/ xmlrpc..... ]]></description>
			<content:encoded><![CDATA[<p>开头篇</p>
<blockquote><p>wget <a title="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz" href="http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz">http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.5.tar.gz</a></p>
<p>wegt <a title="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz" href="http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz">http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.5.tar.gz</a></p>
<p>tar zxvf libtorrent-0.12.5.tar.gz</p>
<p>tar zxvf <a href="http://jimey.com/tag/rtorrent" class="st_tag internal_tag" rel="tag" title="Posts tagged with rTorrent">rtorrent</a>-0.8.5.tar.gz</p>
<p>svn co <a title="https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable/" href="https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable/">https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/stable/</a> xmlrpc-c</p>
</blockquote>
<blockquote><p>cd xmlrpc-c      <br />./configure &#8211;disable-cplusplus       <br />make       <br />sudo make install</p>
</blockquote>
<p>&#160;</p>
<blockquote><p>cd ..      <br />cd libtorrent-0.12.5/       <br />rm -f scripts/{libtool,lt*}.m4       <br />./autogen.sh       <br />./configure       <br />make       <br />sudo make install       <br />cd ..</p>
</blockquote>
<blockquote><p>cd <a href="http://jimey.com/tag/rtorrent" class="st_tag internal_tag" rel="tag" title="Posts tagged with rTorrent">rtorrent</a>-0.8.5/      <br />rm -f scripts/{libtool,lt*}.m4       <br />./autogen.sh       <br />./configure &#8211;with-xmlrpc-c       <br />after that command make sure you see &quot;checking for XMLRPC&#8230;. OK&quot; near the end of the outputted text**       <br />make       <br />sudo make install       <br />cd ..</p>
</blockquote>
<p>以上2步骤中rm -f scripts/{libtool,lt*}.m4 是因为 libtool的问题 具体可以看 <a title="http://libtorrent.rakshasa.no/ticket/1852" href="http://libtorrent.rakshasa.no/ticket/1852">http://libtorrent.rakshasa.no/ticket/1852</a></p>
<blockquote><pre>/bin/sh ../libtool --tag=CXX   --mode=link g++  -g -O2 -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include     -I/usr/local/include     -o <a href="http://jimey.com/tag/rtorrent" class="st_tag internal_tag" rel="tag" title="Posts tagged with rTorrent">rtorrent</a> command_download.o command_dynamic.o command_events.o command_file.o command_helpers.o command_local.o command_network.o command_object.o command_peer.o command_tracker.o command_scheduler.o command_ui.o control.o globals.o main.o option_parser.o signal_handler.o ui/libsub_ui.a core/libsub_core.a display/libsub_display.a input/libsub_input.a rpc/libsub_rpc.a utils/libsub_utils.a -lncurses  -lsigc-2.0   -lcurl   -L/usr/local/lib -ltorrent
../libtool: line 841: X--tag=CXX: command not found
../libtool: line 874: libtool: ignoring unknown tag : command not found
../libtool: line 841: X--mode=link: command not found
../libtool: line 1008: *** Warning: inferring the mode of operation is deprecated.: command not found
../libtool: line 1009: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
<a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>: no input files
<a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>: no input files
<a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>: no input files
<a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>: no input files
../libtool: line 2253: X-g: command not found
../libtool: line 2253: X-O2: command not found
../libtool: line 2253: X-g: command not found
../libtool: line 2253: X-DDEBUG: command not found
../libtool: line 2253: X-I/usr/include/sigc++-2.0: No such file or directory
../libtool: line 2253: X-I/usr/lib/sigc++-2.0/include: No such file or directory
../libtool: line 2253: X-I/usr/local/include: No such file or directory
../libtool: line 1967: X-L/usr/local/lib: No such file or directory
../libtool: line 2422: Xrtorrent: command not found
../libtool: line 2427: X: command not found
../libtool: line 2434: Xrtorrent: command not found
../libtool: line 2442: mkdir /.libs: No such file or directory</pre>
</blockquote>
<pre>如果不这么搞，会出现变异错误，这个错误郁闷了我很久 –_-!!</pre>
<pre>之后就完全没问题了。。</pre>
<pre>编译运行很正常</pre>
<pre>在用screen 运行很流畅 –_-!!</pre>
<pre>reference: [<a href="http://www.torrent-invites.com/tutorials/23981-ubuntu-rtorrent-wtorrent-rutorrent-tutorial.html" target="_blank">via</a>]</pre>
<pre>另外还有一个脚步一步实现版本： <a title="http://ubuntuforums.org/showthread.php?t=1064377" href="http://ubuntuforums.org/showthread.php?t=1064377">http://ubuntuforums.org/showthread.php?t=1064377</a>  <strong>wTorrent + rTtorrent installation script: Installing wTorrent on <a href="http://jimey.com/tag/ubuntu" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a> in 3 steps</strong></pre>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2009-03-27 -- <a href="http://jimey.com/2009/03/27/installing-freenx-in-ubuntu-8-04-hardy-u0026amp-8-10-intrepid-u0026amp-9-04-jaunty-ibex.html" title="Installing FreeNX in Ubuntu 8.04 Hardy &#038; 8.10 Intrepid &#038; 9.04 jaunty Ibex">Installing FreeNX in Ubuntu 8.04 Hardy &#038; 8.10 Intrepid &#038; 9.04 jaunty Ibex</a> (0)</li><li>2009-03-11 -- <a href="http://jimey.com/2009/03/11/perlu002639s-cpan-permission-issues.html" title="perl的CPAN权限问题">perl的CPAN权限问题</a> (0)</li><li>2009-03-07 -- <a href="http://jimey.com/2009/03/07/disabling-your-pc-speaker-in-ubuntu.html" title="Disabling Your PC Speaker in Ubuntu">Disabling Your PC Speaker in Ubuntu</a> (0)</li><li>2009-03-06 -- <a href="http://jimey.com/2009/03/06/the-use-of-eclipse-cdt-development-of-ns2.html" title="使用Eclipse CDT 开发NS2">使用Eclipse CDT 开发NS2</a> (0)</li><li>2009-03-04 -- <a href="http://jimey.com/2009/03/04/tcl-compiler-environment-win.html" title="Win环境下的TCL Compiler">Win环境下的TCL Compiler</a> (0)</li><li>2009-03-03 -- <a href="http://jimey.com/2009/03/03/install-vmware-server-on-ubuntu-8-04.html" title="install vmware server on ubuntu 8.04">install vmware server on ubuntu 8.04</a> (0)</li><li>2010-05-04 -- <a href="http://jimey.com/2010/05/04/ubuntu-10-04-installed-sunu002639s-jdk.html" title="ubuntu 10.04安装sun的jdk">ubuntu 10.04安装sun的jdk</a> (0)</li><li>2009-10-09 -- <a href="http://jimey.com/2009/10/09/eclipse-hadoop-full-linux-environment-for-development.html" title="Eclipse+Hadoop 全linux环境开发">Eclipse+Hadoop 全linux环境开发</a> (6)</li><li>2009-10-08 -- <a href="http://jimey.com/2009/10/08/formatting-windows-partition-under-ubuntu-systems.html" title="Ubuntu系统下格式化windows 分区">Ubuntu系统下格式化windows 分区</a> (0)</li><li>2009-03-26 -- <a href="http://jimey.com/2009/03/26/windows-environment-eclipse-debugging-environment-hadoop-remote-ubuntu.html" title="windows环境下eclipse调试远端ubuntu环境的hadoop">windows环境下eclipse调试远端ubuntu环境的hadoop</a> (12)</li><li>2009-03-25 -- <a href="http://jimey.com/2009/03/25/linux-server-clustered-hdfs-access-from-windows-eclipse-java-application.html" title="Linux server clustered HDFS: access from Windows eclipse Java application">Linux server clustered HDFS: access from Windows eclipse Java application</a> (0)</li><li>2009-03-11 -- <a href="http://jimey.com/2009/03/11/ubuntu-ubuntu-8-04-lts-configuration-notes.html" title="Ubuntu Ubuntu 8.04 LTS 配置笔记">Ubuntu Ubuntu 8.04 LTS 配置笔记</a> (0)</li><li>2009-03-05 -- <a href="http://jimey.com/2009/03/05/install-and-configuration-vsftpd-ftp-service-on-ubuntu-linux.html" title="install and configuration vsftpd ftp service on Ubuntu Linux">install and configuration vsftpd ftp service on Ubuntu Linux</a> (0)</li><li>2009-03-04 -- <a href="http://jimey.com/2009/03/04/in-the-ubuntu-install-configure-subversion-aapache.html" title="在Ubuntu上安装配置Subversion + Aapache">在Ubuntu上安装配置Subversion + Aapache</a> (0)</li><li>2009-02-26 -- <a href="http://jimey.com/2009/02/26/rtorrent-nix.html" title="rTorrent (*nix)">rTorrent (*nix)</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/10/28/ubuntu-8-04-version-to-compile-rtorrent-0-85-pian.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P2PSim安装</title>
		<link>http://jimey.com/2009/04/09/p2psim-installation.html</link>
		<comments>http://jimey.com/2009/04/09/p2psim-installation.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 19:49:11 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[NetWork]]></category>
		<category><![CDATA[P2P]]></category>
		<category><![CDATA[DHT]]></category>
		<category><![CDATA[g++]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[P2PSim]]></category>
		<category><![CDATA[Simulator]]></category>

		<guid isPermaLink="false">http://jimey.com/2009/04/09/p2psim%e5%ae%89%e8%a3%85.html</guid>
		<description><![CDATA[homepage: http://pdos.csail.mit.edu/p2psim/index.html 要用gcc-3.3： 由于目前装了4.2版本的gcc，所以删除……再装3.3版本，然后修改usr/bin/gcc-3.3为gcc 安装g++ 3.3版本 一样修改g++-3.3 为g++。然后就一切正常可以安装了。 如果出现configure错误 ./configure &#8211;build=&#8217;i386-pc-linux&#8217; 手动添加型号、。 #apt-get install gcc-3.3 openssl libssl-dev 可能还要libcrypto++-dev libgmp3c2 #tar xvfz p2psim-0.3.tar.gz #cd p2psim-0.3 #.... ]]></description>
			<content:encoded><![CDATA[<p>homepage: <a title="http://pdos.csail.mit.edu/p2psim/index.html" href="http://pdos.csail.mit.edu/p2psim/index.html">http://pdos.csail.mit.edu/p2psim/index.html</a></p>
<p>要用<a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>-3.3：</p>
<p>由于目前装了4.2版本的<a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>，所以删除……再装3.3版本，然后修改usr/bin/<a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>-3.3为<a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a></p>
<p>安装g++ 3.3版本 一样修改g++-3.3 为g++。然后就一切正常可以安装了。</p>
<p>如果出现configure错误</p>
<p>./configure &#8211;build=&#8217;i386-pc-<a href="http://jimey.com/tag/linux" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">linux</a>&#8217;</p>
<p>手动添加型号、。</p>
<p>#apt-get install <a href="http://jimey.com/tag/gcc" class="st_tag internal_tag" rel="tag" title="Posts tagged with gcc">gcc</a>-3.3 openssl libssl-dev</p>
<p>可能还要libcrypto++-dev libgmp3c2</p>
<p>#tar xvfz <a href="http://jimey.com/tag/p2psim" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2PSim">p2psim</a>-0.3.tar.gz</p>
<p>#cd <a href="http://jimey.com/tag/p2psim" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2PSim">p2psim</a>-0.3</p>
<p>#./configure</p>
<p>#make</p>
<p>测试：</p>
<p>$<a href="http://jimey.com/tag/p2psim" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2PSim">p2psim</a>/<a href="http://jimey.com/tag/p2psim" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2PSim">p2psim</a> example/protocol.txt example/topology.txt example/events.txt</p>
<p>[<a href="http://abbypan.blogspot.com/2008/03/p2psim.html" target="_blank">via1</a>]&#160; [<a href="http://blog.csdn.net/kikikind/archive/2008/08/03/2760576.aspx" target="_blank">via2</a>]</p>
<h3  class="related_post_title">相关博文</h3><ul class="related_post"><li>2010-04-27 -- <a href="http://jimey.com/2010/04/27/the-linux-command-line-a-good-book-describes-linux-command-line.html" title="The Linux Command Line: 一本介绍 Linux 命令行的好书">The Linux Command Line: 一本介绍 Linux 命令行的好书</a> (0)</li><li>2009-10-09 -- <a href="http://jimey.com/2009/10/09/eclipse-hadoop-full-linux-environment-for-development.html" title="Eclipse+Hadoop 全linux环境开发">Eclipse+Hadoop 全linux环境开发</a> (6)</li><li>2009-03-18 -- <a href="http://jimey.com/2009/03/18/glftpd-and-zipscript-install-guide.html" title="glftpd and zipscript install guide">glftpd and zipscript install guide</a> (0)</li><li>2009-03-03 -- <a href="http://jimey.com/2009/03/03/install-vmware-server-on-ubuntu-8-04.html" title="install vmware server on ubuntu 8.04">install vmware server on ubuntu 8.04</a> (0)</li><li>2009-02-26 -- <a href="http://jimey.com/2009/02/26/topology-control-in-wireless-sensor-networks-with-a-companion-simulation-tool-for-teaching-and-research.html" title="Topology Control in Wireless Sensor Networks: with a companion simulation tool for teaching and research">Topology Control in Wireless Sensor Networks: with a companion simulation tool for teaching and research</a> (0)</li><li>2009-02-07 -- <a href="http://jimey.com/2009/02/07/how-businesses-can-use-p2p.html" title="How Businesses Can Use P2P">How Businesses Can Use P2P</a> (0)</li><li>2008-12-06 -- <a href="http://jimey.com/2008/12/06/from-the-u0026quotsun-released-javafx-1-0u0026quot-look-at-the-embarrassment-of-the-current-status-linux.html" title="从&quot;Sun发布JavaFX 1.0&ldquo;来看linux目前的尴尬地位">从&quot;Sun发布JavaFX 1.0&ldquo;来看linux目前的尴尬地位</a> (0)</li><li>2008-10-14 -- <a href="http://jimey.com/2008/10/14/diy-filing-cabinet-linux-server-cluster.html" title="DIY Filing Cabinet Linux Server Cluster">DIY Filing Cabinet Linux Server Cluster</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2009/04/09/p2psim-installation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于NS2的P2P网络模拟平台研究</title>
		<link>http://jimey.com/2007/02/02/the-p2p-network-simulation-based-on-ns2-platform.html</link>
		<comments>http://jimey.com/2007/02/02/the-p2p-network-simulation-based-on-ns2-platform.html#comments</comments>
		<pubDate>Fri, 02 Feb 2007 09:24:00 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[P2P]]></category>

		<guid isPermaLink="false">http://jimey.cn/2007/02/02/%e5%9f%ba%e4%ba%8ens2%e7%9a%84p2p%e7%bd%91%e7%bb%9c%e6%a8%a1%e6%8b%9f%e5%b9%b3%e5%8f%b0%e7%a0%94%e7%a9%b6/</guid>
		<description><![CDATA[基于NS2的P2P网络模拟平台研究 无关博文2009-09-02 -- [ZT]【TVB】[金毛狮王][粤语][20集] (2)2008-08-30 -- 일기.ㅋㅋ (0)2009-03-23 -- Information Retrieval 课程2周来的总结 (0)2008-08-27 -- 【转帖】VIM用户手册7.2中文版PDF (0)2008-10-19 -- Epic45 (0)2009-03-18 -- glftpd and zipscript install guide (0)2009-12-21 -- 看完Avarar digital 3D了 (2)2009-06-06 -- 09.05.31庆州游(下) (5)2008-12-09 -- [ZT]爱情和成熟 (0)2008-07-17 -- Map-Reduce-Merge:Extend... ]]></description>
			<content:encoded><![CDATA[<p>
<p><a href="http://my.donews.com/jimey/wp-admin/ecjnlarticleView.aspx?jnlcattype=0&amp;jnlptype=0&amp;jnltype=0&amp;jnliid=3128&amp;issueiid=32235&amp;atliid=448416" target="_self"><span style="COLOR: #333333">基于<span style="COLOR: #ff0000">NS2</span>的P2P网络模拟平台研究</span></a></p>
<p></p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2010-05-28 -- <a href="http://jimey.com/2010/05/28/must-know-the-9010-principle-different-from-the-8020-rule.html" title="不可不知的90/10原理，不同于80/20法则">不可不知的90/10原理，不同于80/20法则</a> (1)</li><li>2008-12-13 -- <a href="http://jimey.com/2008/12/13/remindr-the-details-of-time-management.html" title="Remindr 时间管理细节">Remindr 时间管理细节</a> (0)</li><li>2008-09-19 -- <a href="http://jimey.com/2008/09/19/plan-a-weekend-a-few-pieces-of-foreign-affairs.html" title="周末几件计划外事">周末几件计划外事</a> (0)</li><li>2008-07-20 -- <a href="http://jimey.com/2008/07/20/to-talk-about-your-favorite-things-into-the-live-spaces.html" title="谈论 将你喜爱的东西放入Live Spaces">谈论 将你喜爱的东西放入Live Spaces</a> (0)</li><li>2008-08-02 -- <a href="http://jimey.com/2008/08/02/todayu002639s-running-account.html" title="今天的流水账">今天的流水账</a> (0)</li><li>2010-07-03 -- <a href="http://jimey.com/2010/07/03/%e9%a6%96%e5%b0%94%e7%ac%ac%e4%b8%80%e5%a4%a9.html" title="首尔第一天">首尔第一天</a> (1)</li><li>2008-07-10 -- <a href="http://jimey.com/2008/07/10/buy-online-fan-sent-to-the.html" title="网上买的风扇送到">网上买的风扇送到</a> (0)</li><li>2009-03-16 -- <a href="http://jimey.com/2009/03/16/web-2-0-era-sfile-development-outlook.html" title="web 2.0时代的sfile发展展望">web 2.0时代的sfile发展展望</a> (0)</li><li>2005-10-31 -- <a href="http://jimey.com/2005/10/31/finally-configure-the-success-of-my-iis-php-mysql.html" title="终于配置成功我的iis+php+mysql">终于配置成功我的iis+php+mysql</a> (0)</li><li>2010-07-03 -- <a href="http://jimey.com/2010/07/03/%e9%a6%96%e5%b0%94%e7%ac%ac%e4%ba%8c%e5%a4%a9.html" title="首尔第二天">首尔第二天</a> (1)</li><li>2006-01-01 -- <a href="http://jimey.com/2006/01/01/does-not-require-changes-to-the-live-mail-invites-hotmail.html" title="不需要邀请Hotmail 变去Live Mail">不需要邀请Hotmail 变去Live Mail</a> (4)</li><li>2008-11-18 -- <a href="http://jimey.com/2008/11/18/how-to-install-ns-2-allinone-2-33-on-ubuntu-8-04.html" title="How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04">How to install Ns-2-AllinOne-2.33 on Ubuntu 8.04</a> (0)</li><li>2009-12-25 -- <a href="http://jimey.com/2009/12/25/twitter-search-result-u0026gt-language-filter.html" title="twitter search result -&gt; language filter">twitter search result -&gt; language filter</a> (0)</li><li>2009-02-26 -- <a href="http://jimey.com/2009/02/26/ieee-international-conference-on-scalable-computing-and-communications-scalcom-2009.html" title="IEEE International Conference on Scalable Computing and Communications (ScalCom 2009)">IEEE International Conference on Scalable Computing and Communications (ScalCom 2009)</a> (0)</li><li>2010-05-09 -- <a href="http://jimey.com/2010/05/09/time-went-by-fast.html" title="时间过的飞快">时间过的飞快</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2007/02/02/the-p2p-network-simulation-based-on-ns2-platform.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can P2P save VOD?</title>
		<link>http://jimey.com/2006/12/18/can-p2p-save-vod.html</link>
		<comments>http://jimey.com/2006/12/18/can-p2p-save-vod.html#comments</comments>
		<pubDate>Mon, 18 Dec 2006 07:30:18 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[P2P]]></category>

		<guid isPermaLink="false">http://my.donews.com/jimey/2006/12/18/mXmoYkDzobugOUKaGlYnOWAjoELgMUXZRjnP/</guid>
		<description><![CDATA[People have been predicting that Video On Demand would be the “next big thing” for about 87 years now. Ok, maybe only 10. But it hasn’t happened. The main reasons are pretty clear: Fear on the part of the big media companies (fear of copying, fear of killing the DVD cash cow). The “couch potato [...... ]]></description>
			<content:encoded><![CDATA[<p>People have been predicting that Video On Demand would be the “next big thing” for about 87 years now. Ok, maybe only 10. But it hasn’t happened. The main reasons are pretty clear:</p>
<ul>
<li>Fear on the part of the big media companies (fear of copying, fear of killing the DVD cash cow).</li>
<li>The “couch potato problem” &#8211; I don’t want to watch TV/Movies on my computer.</li>
<li>The cost problem. If you checked out my earlier post covering <a href="http://videoontheweb.wordpress.com/2006/02/22/building-the-solution-part-2-video-content-delivery/"><font color="#0066cc">bandwidth costs</font></a>, then you can see that $.75 &#8211; $1.50 in bandwidth charges to download a single video kills lots of business models like pay-per-TV-show or video rental.</li>
</ul>
<p>The fear amonst the media companies is slowly starting to change. Just look at iTunes video downloads plus lots of other early initiatives. There’s a little more faith in the reliability of DRM systems now. Not so much that they won’t get cracked, but rather that common users won’t bother and will accept encrypted files.</p>
<p>The problem of getting content to your big screen has not gone away. However, there are more devices that help this happen, and portable players like the video iPod and video-capable cell phones are turning the third screen into a bigger market.</p>
<p>However, the bandwidth cost problem is still with us, even after the dramatic fall in costs over the last few years. There is lots of video content that simply isn’t valuable enough to be worth the cost to download. Very valuable content, like a Hollywood movie, can still only fetch a few dollars on a rental, which makes a $1 cost to download prohibitive. Shorter content is a lot less costly to download, but most of it much be ad supported because users won’t pay real money for it. All of which makes sense as to why iTunes would launch with first-run TV shows &#8211; the download cost is smaller, yet people (apparently) are willing to pay a couple bucks to download them. (Read <a href="http://www.pbs.org/cringely/pulpit/pulpit20060223.html"><font color="#0066cc">Robert Cringely’s</font></a> analysis of iTunes video costs and the advantages of <a href="http://jimey.com/tag/p2p" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2P">p2p</a> distribution).</p>
<p>So for a long time people have recognized that using peer-to-peer for video distribution could dramatically lower the costs. Warner Brothers is set to launch such a <a href="http://www.digitalmediaasia.com/default.asp?ArticleID=13033"><font color="#0066cc">p2p vod system</font></a> in Europe in March. But in fact the core <a href="http://jimey.com/tag/p2p" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2P">p2p</a> technology already exists, and it’s called <a href="http://www.bittorrent.com/"><font color="#0066cc">BitTorrent</font></a>. The problem is, that’s the same technology that people are using to pirate <a href="http://in.tech.yahoo.com/041103/137/2ho4i.html"><font color="#0066cc">tons</font></a> of video content right now. So while Vinton Cerf claims that Hollywood is <a href="http://www.zdnet.com.au/news/communications/0,2000061791,39188314,00.htm"><font color="#0066cc">interested in using BitTorrent</font></a> for distribution, the MPAA is in fact <a href="http://www.slyck.com/news.php?story=1106"><font color="#0066cc">filing lawsuits</font></a> to shut down sites offering torrents for download.</p>
<p>At the end of the day, I think the real problem is that all <a href="http://jimey.com/tag/p2p" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2P">p2p</a> clients require a desktop download right now. Given the big problems with spyware and viruses, that desktop install is a <strong>huge </strong>barrier to user adotion. Don’t believe me? Just compare the user base for <a href="http://www.grouper.com/"><font color="#0066cc">Grouper </font></a>to that for <a href="http://www.youtube.com/"><font color="#0066cc">YouTube</font></a>. (But don’t tell the folks at a recent Under the Radar conference who supposedly were <a href="http://undertheradarblog.com/2006/02/09/156/"><font color="#0066cc">wowed by Grouper</font></a>). What we really need is the ability for a video web site like YouTube or my site <a href="http://www.gofish.com/"><font color="#0066cc">gofish.com</font></a> to be able to use <a href="http://jimey.com/tag/p2p" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2P">p2p</a> for distribution, but behind the scenes without requiring any software install. Now that’s what I call <strong>nirvana</strong>, but of course, it’s impossible…or at least, very difficult. Can you serve up file segments from your browser using just Javascript?!?! If you’ve got a solution, please drop me a line so we can go start a company tomorrow!</p>
<p>Maybe the <a href="http://www.allpeers.com/"><font color="#0066cc">AllPeers</font></a> plugin for Firefox is the answer. At least they’ve got the right idea, which is to run inside the brower. Of course, they need to support IE in addition to FF. If they could do that, and make the install as easy as the Flash player, then maybe…</p>
<p>Or maybe Windows Vista, with it’s built-in <a href="http://www.microsoft.com/technet/itsolutions/network/p2p/default.mspx"><font color="#0066cc">p2p features</font></a>. Maybe MS will integrate hooks to the <a href="http://jimey.com/tag/p2p" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2P">p2p</a> library into an upgrade to IE…now <strong>that </strong>would be interesting!</p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2008-08-08 -- <a href="http://jimey.com/2008/08/08/the-oc-mix-1-6.html" title="The O.C Mix 1&#8212;6">The O.C Mix 1&#8212;6</a> (2)</li><li>2009-10-10 -- <a href="http://jimey.com/2009/10/10/tongdosa-meat-photo.html" title="通度寺肉照">通度寺肉照</a> (6)</li><li>2010-05-28 -- <a href="http://jimey.com/2010/05/28/must-know-the-9010-principle-different-from-the-8020-rule.html" title="不可不知的90/10原理，不同于80/20法则">不可不知的90/10原理，不同于80/20法则</a> (1)</li><li>2008-10-29 -- <a href="http://jimey.com/2008/10/29/amazon-windowshop-helps-you-discover-new-media.html" title="Amazon Windowshop Helps You Discover New Media">Amazon Windowshop Helps You Discover New Media</a> (0)</li><li>2009-11-10 -- <a href="http://jimey.com/2009/11/10/also-received-invitations-google-wave-30.html" title="又收到google wave 30个邀请">又收到google wave 30个邀请</a> (24)</li><li>2009-01-18 -- <a href="http://jimey.com/2009/01/18/csi-s09e10.html" title="CSI.S09E10">CSI.S09E10</a> (6)</li><li>2009-04-19 -- <a href="http://jimey.com/2009/04/19/04-20-04-26-week-program.html" title="04.20-04.26周计划">04.20-04.26周计划</a> (0)</li><li>2009-10-23 -- <a href="http://jimey.com/2009/10/23/feedsky-feed-plug-in-plug-in-will-lead-to-failure-of-task-execution-wp-booking.html" title="Feedsky Feed 插件插件会导致wp的预订任务执行失败">Feedsky Feed 插件插件会导致wp的预订任务执行失败</a> (0)</li><li>2008-07-08 -- <a href="http://jimey.com/2008/07/08/zt-a-gaoren-views-of-love.html" title="[ZT]某高人对爱情的看法">[ZT]某高人对爱情的看法</a> (0)</li><li>2009-01-01 -- <a href="http://jimey.com/2009/01/01/new-yearu002639s-eve.html" title="新年前夜">新年前夜</a> (3)</li><li>2009-07-02 -- <a href="http://jimey.com/2009/07/02/officially-summer-and-what-should-scratch-off-plan.html" title="正式暑期了，又该从头计划过">正式暑期了，又该从头计划过</a> (0)</li><li>2007-11-01 -- <a href="http://jimey.com/2007/11/01/fdisk.html" title="Fdisk">Fdisk</a> (0)</li><li>2008-10-27 -- <a href="http://jimey.com/2008/10/27/asia-pacific-network-operations-and-management-symposium-apnoms.html" title="Asia-Pacific Network Operations and Management Symposium (APNOMS)">Asia-Pacific Network Operations and Management Symposium (APNOMS)</a> (0)</li><li>2006-01-29 -- <a href="http://jimey.com/2006/01/29/shochu-is-difficult-to-drink.html" title="烧酒难喝">烧酒难喝</a> (0)</li><li>2009-04-02 -- <a href="http://jimey.com/2009/04/02/zt-occasionally-look-at-24-i-admit-that-i-have-been-so-affected-and-to-this-end-the-problem-for.html" title="[ZT]偶然看24：我承认我被影响了，并为此而纠结着">[ZT]偶然看24：我承认我被影响了，并为此而纠结着</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2006/12/18/can-p2p-save-vod.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>p2p流媒体开源项目</title>
		<link>http://jimey.com/2006/12/04/p2p-streaming-media-open-source-projects.html</link>
		<comments>http://jimey.com/2006/12/04/p2p-streaming-media-open-source-projects.html#comments</comments>
		<pubDate>Mon, 04 Dec 2006 09:15:00 +0000</pubDate>
		<dc:creator>jimey</dc:creator>
				<category><![CDATA[P2P]]></category>

		<guid isPermaLink="false">http://jimey.cn/2006/12/04/p2p%e6%b5%81%e5%aa%92%e4%bd%93%e5%bc%80%e6%ba%90%e9%a1%b9%e7%9b%ae/</guid>
		<description><![CDATA[Icecasthttp://www.icecast.org/index.php theorahttp://www.theora.org/peercasthttp://www.peercast.org/freecasthttp://www.freecast.org/index.html.en actlabhttp://actlab.tv/index.htmltrevbushttp://www.trevbus.org/ Stream~2~Streamhttp://s2s.sourceforge.net/p2p-radiohttp://p2p-radio.sourceforge.net/download/index.php.en Nodezillahttp://evl.sourceforge.net/dl.html 无关博文2007-07-11 -- 재1과 이사 문법 부분 (0)2008-07-14 -- [强烈推荐]The.Dark.Knight.Prologue.2008.720p.Blu-ray.x264 (0)20... ]]></description>
			<content:encoded><![CDATA[<p>
<p>Icecast<br/><a href="http://www.icecast.org/index.php" target="_blank">http://www.icecast.org/index.php</a></p>
<p>
<p>theora<br/><a href="http://www.theora.org/" target="_blank">http://www.theora.org/</a><br/>peercast<br/><a href="http://www.peercast.org/" target="_blank">http://www.peercast.org/</a><br/>freecast<br/><a href="http://www.freecast.org/index.html.en" target="_blank">http://www.freecast.org/index.html.en</a></p>
<p>
<p>actlab<br/><a href="http://actlab.tv/index.html" target="_blank">http://actlab.tv/index.html</a><br/>trevbus<br/><a href="http://www.trevbus.org/" target="_blank">http://www.trevbus.org/</a></p>
<p>
<p>Stream~2~Stream<br/><a href="http://s2s.sourceforge.net/" target="_blank">http://s2s.sourceforge.net/</a><br/><a href="http://jimey.com/tag/p2p" class="st_tag internal_tag" rel="tag" title="Posts tagged with P2P">p2p</a>-radio<br/><a href="http://p2p-radio.sourceforge.net/download/index.php.en" target="_blank">http://p2p-radio.sourceforge.net/download/index.php.en</a></p>
<p>
<p>Nodezilla<br/><a href="http://evl.sourceforge.net/dl.html" target="_blank">http://evl.sourceforge.net/dl.html</a></p>
<p></p>
<h3  class="related_post_title">无关博文</h3><ul class="related_post"><li>2009-12-18 -- <a href="http://jimey.com/2009/12/18/12-16-17-seoul-seoul.html" title="12.16&mdash;17 首尔Seoul">12.16&mdash;17 首尔Seoul</a> (10)</li><li>2008-08-20 -- <a href="http://jimey.com/2008/08/20/install-wordpress-on-ubuntu.html" title="install wordpress on Ubuntu">install wordpress on Ubuntu</a> (0)</li><li>2009-03-30 -- <a href="http://jimey.com/2009/03/30/2009-3-30-monday-overcast-light-rain-sunny.html" title="2009.3.30周一阴转小雨转晴">2009.3.30周一阴转小雨转晴</a> (9)</li><li>2008-12-16 -- <a href="http://jimey.com/2008/12/16/idea-is-sometimes-forced-out-of.html" title="idea有时候是逼出来的">idea有时候是逼出来的</a> (0)</li><li>2005-11-12 -- <a href="http://jimey.com/2005/11/12/tired.html" title="Tired">Tired</a> (0)</li><li>2005-12-21 -- <a href="http://jimey.com/2005/12/21/research-fellowships-program-for-foreign-graduate-students.html" title="Research Fellowships Program for Foreign Graduate Students">Research Fellowships Program for Foreign Graduate Students</a> (0)</li><li>2009-01-08 -- <a href="http://jimey.com/2009/01/08/can-not-think-about-a-month.html" title="无法思考的1个月">无法思考的1个月</a> (3)</li><li>2008-12-23 -- <a href="http://jimey.com/2008/12/23/eat-well.html" title="吃的不错">吃的不错</a> (0)</li><li>2009-06-17 -- <a href="http://jimey.com/2009/06/17/last-semester-the-last-one-exam.html" title="最后一学期，最后一门的考试">最后一学期，最后一门的考试</a> (0)</li><li>2008-12-13 -- <a href="http://jimey.com/2008/12/13/re-gas-of-their-own-drum.html" title="对自己再次鼓气">对自己再次鼓气</a> (0)</li><li>2009-04-10 -- <a href="http://jimey.com/2009/04/10/order-inside-the-chaos-under-the-cell-phone-pictures-of-pp.html" title="整理下手机里面乱拍的pp">整理下手机里面乱拍的pp</a> (4)</li><li>2008-12-11 -- <a href="http://jimey.com/2008/12/11/microsoftu002639s-cloud-vision.html" title="Microsoft&#8217;s Cloud Vision">Microsoft&#8217;s Cloud Vision</a> (0)</li><li>2005-11-12 -- <a href="http://jimey.com/2005/11/12/micheal-bolton.html" title="Micheal Bolton">Micheal Bolton</a> (0)</li><li>2010-03-16 -- <a href="http://jimey.com/2010/03/16/zt-77880099-classmates-reprint-i-continue-to-turn-u0026quotsatan-is-other-people.html" title="[ZT]77880099同学的转帖,俺继续转-&gt; 他人即撒旦?">[ZT]77880099同学的转帖,俺继续转-&gt; 他人即撒旦?</a> (5)</li><li>2008-10-31 -- <a href="http://jimey.com/2008/10/31/staying-up-late-at-night-the-spirit-and-sleepy-is-not-ok.html" title="熬夜熬夜，精神来了，想睡也不行">熬夜熬夜，精神来了，想睡也不行</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jimey.com/2006/12/04/p2p-streaming-media-open-source-projects.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
