<?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>TorrentFreak &#187; tribler</title>
	<atom:link href="http://torrentfreak.com/tag/tribler/feed/" rel="self" type="application/rss+xml" />
	<link>http://torrentfreak.com</link>
	<description>Torrent News, Torrent Sites and the latest Scoops</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:13:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bram Cohen To Deliver BitTorrent Live Streaming</title>
		<link>http://torrentfreak.com/bram-cohen-to-deliver-bittorrent-live-streaming-090916/</link>
		<comments>http://torrentfreak.com/bram-cohen-to-deliver-bittorrent-live-streaming-090916/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 21:15:47 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[Bram-Cohen]]></category>
		<category><![CDATA[live streaming]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=17018</guid>
		<description><![CDATA[Bram Cohen, the inventor of the BitTorrent protocol that revolutionized file-sharing, is working on BitTorrent-based live streaming. With his efforts he aims to develop a piece of code that is superior to all the other P2P-based streaming solutions on the market today.]]></description>
			<content:encoded><![CDATA[<p><img src="http://torrentfreak.com/images/bram-cohen1.jpg" align="right" alt="bram cohen bittorrent" />The online video streaming revolution has hugely increased the use of bandwidth by individual consumers. At the same time it&#8217;s also resulting in huge bandwidth bills for streaming sites such as YouTube. </p>
<p>Thus far the demand for video continues to grow, and it is even expanding to live video. To keep video services from collapsing and to save bandwidth costs, it seems almost inevitable that content providers will have to look at P2P-based streaming solutions. Last year we reported that CNN had <a href="http://torrentfreak.com/cnn-uses-p2p-plugin-for-its-live-stream-090124/">experimented</a> with a P2P-based live stream, and the Tribler research team has already shown that it&#8217;s <a href="http://torrentfreak.com/p2p-next-introduces-live-bittorrent-streaming-080718/">possible</a> to use BitTorrent to stream live footage.</p>
<p>There are currently a few dozen people working on P2P-based live streaming, and they are soon to be joined by <a href="http://en.wikipedia.org/wiki/Bram_Cohen">Bram Cohen</a>, the inventor of BitTorrent. Last week he tweeted that he will beat Tribler&#8217;s solution in terms of delay. &#8220;Tribler&#8217;s live streaming benchmarks are a joke. I&#8217;m going for < 5sec delay," Bram <a href="http://twitter.com/bramcohen/status/3886850896">wrote</a>.</p>
<p>This comment did of course peak our interest, so we decided to get in touch with Bram Cohen to ask him what he&#8217;s up to exactly. He told us that his BitTorrent-powered live streaming implementation is still in an early stage of development, but he hopes to have a working version ready &#8220;sometime next year&#8221;.</p>
<p>&#8220;I think there&#8217;s a very large market for live [streaming] in general, and to date noone has proven that a p2p solution can meet the real-world requirements for being an acceptable live solution. I intend on changing that,&#8221; Bram told us.</p>
<p>There are still a lot of problems to solve though, before the first version becomes available to the public. Getting BitTorrent to work effectively with live streams requires several major adjustments.</p>
<p>&#8220;Doing live properly is a hard problem, and while I could have a working thing relatively quickly, I&#8217;m doing everything the &#8216;right&#8217; way,&#8221; Bram told TorrentFreak. He further explained that everything has to be redone in order to make BitTorrent compatible with live streams, &#8220;including ditching TCP and using congestion control algorithms different from the ones we&#8217;ve made for UTP,&#8221; Bram said.</p>
<p>&#8220;I am fundamentally a technologist, and am simply not interested in working on something which doesn&#8217;t solve the fundamental problem it&#8217;s supposed to tackle, especially in a market where there have already been so many bad technologies which failed to succeed based on sales and marketing,&#8221; he added</p>
<p>In his tweet Bram Cohen focused on an extremely low latency of less than 5 seconds, so content will not have to buffer for minutes before the stream starts. According to some, such a low latency could mean that a lot of potential upload capacity would go lost. However, Bram disagrees on this, as he explained to TorrentFreak.</p>
<p>&#8220;Lower latency doesn&#8217;t require extra bandwidth, it just requires that everything be designed from the ground up for low latency. In terms of overhead, I&#8217;m shooting for making a swarm able to work with only 20% extra upload capacity, which is subtly different from having 20% extra overhead &#8211; because there&#8217;s noise in real networks, there needs to be some slop for when things get bad.&#8221; </p>
<p>&#8220;My actual extra bandwidth used will be less than 10%. This very important benchmark number is generally speaking not even mentioned for most p2p live streaming solutions, and I get the feeling that the developers don&#8217;t even know what the value is. I&#8217;m taking an approach of viewing all the important benchmarks (latency, extra bandwidth necessary, offload percentage) as central to the whole thing, and running realistic simulations constantly to get a good idea for what they are and help optimize them.&#8221;</p>
<p>&#8220;Oddly, most live p2p solutions don&#8217;t even make coherent claims as to what latency they can provide, and when they do it&#8217;s a delay which hardly qualifies as live. My offload of course goes over 99% on large swarms &#8211; without that it&#8217;s hardly p2p,&#8221; Bram said.</p>
<p>The big question is of course how BitTorrent&#8217;s inventor will try to solve this puzzle. Many researchers including the Tribler team are looking into P2P-powered live streams, and not all of them agree that the tit-for-tat algorithm based on reciprocity is suited for live streams. However, when we asked Bram whether he is looking into a new algorithm he was very clear.</p>
<p>&#8220;No, the low latency requirements basically preclude any competitive algorithms and I&#8217;m going with a cooperative approach. It does do a very good job of squeezing out every little bit of upload capacity all the peers have though, and doing it with the same ISP-friendly properties as UTP,&#8221; Bram said.</p>
<p>Quite a few ISPs are complaining bitterly about the strain BitTorrent puts on their network, so they will be delighted to hear that they are not being ignored in the development process. If done right, BitTorrent-powered live streams may accelerate the availability of live streams on the Internet. </p>
<p>Not only will existing broadcasters be able to stream their content at low costs, individual users will also be able to stream a live feed to tens of thousands of Internet users from their home connection without having to invest in bandwidth. More than ever the public will be in charge of distribution, while BitTorrent-powered TV moves one step closer to becoming reality.</p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/bram-cohen-to-deliver-bittorrent-live-streaming-090916/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>Movie Theater Streams 2K Resolution Film Using BitTorrent</title>
		<link>http://torrentfreak.com/movie-theater-streams-2k-resolution-film-using-bittorrent-090711/</link>
		<comments>http://torrentfreak.com/movie-theater-streams-2k-resolution-film-using-bittorrent-090711/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 10:02:48 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[bittorrent streaming]]></category>
		<category><![CDATA[The Far North Living Lab]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=15092</guid>
		<description><![CDATA[The MPAA has previously been critical of the negative effect it says BitTorrent has on the movie industry, but a recent experiment in a Norwegian movie theater shows that it might actually be of use to them. Researchers from The Far North Living Lab managed to stream a full 2K resolution film at 19mbit/s - with BitTorrent of course.]]></description>
			<content:encoded><![CDATA[<p>The Far North Living <a href="http://farnorthlivinglab.org/">Lab</a> started by the Northern Research Institute (Norut) aims to create a platform for digital creativity. Recently the lab kicked off with a spectacular experiment in which they used the (EU funded) <a href="http://www.tribler.org/">Tribler</a> BitTorrent client to stream a <a href="http://en.wikipedia.org/wiki/Digital_cinema">2K resolution</a> film onto the big screen.</p>
<p>The lab&#8217;s launch was held at a local movie theater where the film &#8220;Carved&#8221; by Jonas Rejman was projected, with consent from the copyright holder of course. To our knowledge this is a digital streaming world premiere for BitTorrent, and one that shows how the technology can actually help digital cinema and independent filmmakers.</p>
<p>Many independently produced films never make it onto the big screen simply because the costs involved are too high. At the moment most digital movies are distributed “over land” on hard disks costing up to $2000 for each copy. BitTorrent has the power to change this outdated distribution method and get smaller budget films onto the big screen.</p>
<p>The Far North Living Lab&#8217;s <a href="http://farnorthlivinglab.org/launch/">experiment</a> shows that it&#8217;s even possible to stream movies if the connection is good enough, but Dr. Njål Borch, a senior researcher involved in the project added that downloading the film beforehand is probably a better option.</p>
<p>For this test run the researchers did not use a real-life BitTorrent swarm, since that would make it pretty much impossible to get the 19mbit/s download speed required to stream the film onto the big screen.</p>
<p>&#8220;We didn&#8217;t use a publicly available torrent, as not many would put out those kind of bitrates,&#8221; Borch told TorrentFreak. &#8220;We seeded it from our own computers including some local seeds in order to get the speed up, but we&#8217;re currently upgrading the connection to the cinema to a 1 Gig fiber optic cable that will allow us to perform these kind of experiments with no local seeds.&#8221;</p>
<p>The lab&#8217;s next stunt will be to stream a live concert to the city of Beijing as well as a few selected rural areas. &#8220;We want to participate in the world even though we are physically placed way beyond what most people find inhabitable,&#8221; Dr. Borch said. &#8220;We&#8217;re not afraid of the future, the Internet will not kill creativity.  Quite on the contrary &#8211; we are very exited!&#8221;</p>
<p>We only hope that this excitement will get the movie industry interested, so BitTorrent can actually be used for what it&#8217;s intended &#8211; promoting unlimited creativity. The MPAA will probably be scared to death though, since it allows independent filmmakers to compete with large budget blockbuster productions.</p>
<div align="center">
<h5>BitTorrent enters the Movie Theater</h5>
<p><object width="475" height="356"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5522309&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5522309&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="475" height="356"></embed></object></div>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/movie-theater-streams-2k-resolution-film-using-bittorrent-090711/feed/</wfw:commentRss>
		<slash:comments>79</slash:comments>
		</item>
		<item>
		<title>BitTorrent Powered TV is Coming</title>
		<link>http://torrentfreak.com/bittorrent-powered-tv-is-coming-090414/</link>
		<comments>http://torrentfreak.com/bittorrent-powered-tv-is-coming-090414/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 16:50:56 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=12003</guid>
		<description><![CDATA[BitTorrent is already an important tool for millions of people who prefer their television on-demand, but integration with traditional TV-sets is still lacking. This is about to change though, as the Tribler team announces version 5 of its next generation BitTorrent client.]]></description>
			<content:encoded><![CDATA[<p><img src="http://torrentfreak.com/images/tribler.jpg" align="right" alt="tribler" />Researchers from the <a href="http://tribler.org/">Tribler P2P team</a> at the Technical University of Delft, Netherlands, have been working on their next generation BitTorrent client for a few years now. The initial releases worked well and innovative features were introduced frequently, even though the UI was still a little painful on the eyes.</p>
<p>Today the Tribler team releases the test builds of their V5 client. To silence some of the critics and to ensure compatibility with standalone devices they have redesigned the user interface, which is now much cleaner so it can be easily navigated with a remote control.</p>
<p>When you launch Tribler all you have to do is put some keywords in the search box and you can download torrents instantly. The search results are ranked by relevance and torrent quality, and if the torrent is well seeded you can play it instantly without having to wait for the download to complete.</p>
<p>Another key functionality of the new Tribler client is that the torrent search is fully distributed, meaning that the torrents come from within the network of peers and not from a torrent site or a central server. This could potentially make BitTorrent indexers such as Mininova and isoHunt <a href="http://torrentfreak.com/tribler-set-to-make-bittorrent-sites-obsolete-081028/">obsolete</a>.</p>
<p>The downside of this type of search is that it is impossible to remove or moderate fake files. In order to solve this problem the Tribler team will soon launch moderation and playlist features.</p>
<p>&#8220;We aim to make P2P easy to control and use. The power of P2P can be included in every television if we solve this issue,&#8221; Dr. Johan Pouwelse told TorrentFreak. &#8220;We are continuously working on simplifying P2P and are moving towards making it suitable to operate with a remote control.&#8221;</p>
<p>The scientists behind Tribler are part of the EU funded P2P-Next project. They work together <a href="http://torrentfreak.com/bbc-gets-ready-for-bittorrent-distribution-090409/">with the BBC</a> and several other European television broadcasters, as well as hardware developers such as <a href="http://torrentfreak.com/pioneers-live-bittorrent-streaming-device-080911/">Pioneer</a>.</p>
<div align="center">
<h5>Tribler&#8217;s new interface</h5>
<p><img src="http://torrentfreak.com/images/tribler-5.jpg" alt="tribler 5" /></div>
<p>A test release of <a href="http://forum.tribler.org/viewtopic.php?f=4&#038;t=8">Tribler 5 is available</a> for Windows, Mac and Ubuntu. Tribler&#8217;s Johan Pouwelse encourages everyone to give it a try, and provide feedback so the team can improve the client and help to bring BitTorrent to your TV as quickly as possible. </p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/bittorrent-powered-tv-is-coming-090414/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>Tribler Set to Make BitTorrent Sites Obsolete</title>
		<link>http://torrentfreak.com/tribler-set-to-make-bittorrent-sites-obsolete-081028/</link>
		<comments>http://torrentfreak.com/tribler-set-to-make-bittorrent-sites-obsolete-081028/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 11:06:57 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[buddycast]]></category>
		<category><![CDATA[torrents]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=6009</guid>
		<description><![CDATA[The Tribler BitTorrent client, a project run by researchers from several European universities and Harvard, is the first to incorporate decentralized search capabilities. With Tribler, users can now find .torrent files that are hosted among other peers, instead of on a centralized site such as The Pirate Bay or Mininova. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://torrentfreak.com/images/tribler.jpg" align="right" alt="tribler" />We have reported on <a href="http://www.tribler.org/Download">Tribler</a> and it&#8217;s development several times already. Previously, the researchers introduced <a href="http://torrentfreak.com/mininova-bittorrent-video-streaming-080319/">BitTorrent streaming</a>, and <a href="http://torrentfreak.com/harvard-develops-p2p-client-that-uses-bandwidth-as-currency/">new algorithms</a> that will improve the sharing behavior of BitTorrent users. The latest innovation, however, might have even broader consequences, as it creates the world&#8217;s first &#8216;True P2P&#8217; BitTorrent Client.</p>
<p>Up until now, central servers have always been required in order to use BitTorrent effectively. Although the transfer of files via BitTorrent has always been decentralized, the .torrent files that are required to start sharing are always hosted on central servers, those of The Pirate Bay or Mininova for example.</p>
<p>The Tribler developers have found a way to make their client work, without having to rely on BitTorrent sites. Although others have tried to come up with similar solutions, such as the <a href="http://torrentfreak.com/will-bittorrent-sites-become-obsolete-080530/">Cubit plugin</a> for Vuze, Tribler is the first to understand that with decentralized BitTorrent search, there also has to be a way to moderate these decentralized torrents in order to avoid a flood of spam.</p>
<p><a href="http://www.tribler.org/DecentralizedRecommendation#Buddycast">BuddyCast</a>, the decentralized search feature of the Tribler client is able to do so. Tribler project leader Johan Pouwelse told TorrentFreak: &#8220;It has taken us many years to get the zero-server search infrastructure called &#8216;BuddyCast&#8217; running fast and efficiently. We believe that today BuddyCast is the most efficient, scalable, and battle-hardened algorithm out there which is also ready for user tagging and ratings in true buzz-compliant 2.0 style.&#8221;</p>
<p>In addition to the decentralized torrent distribution and search capabilities, Tribler aims to make the BitTorrent experience more social. For instance, users will have the option to boost the download speed of friends, the client will give recommendations based on your download behavior, and it rewards users who are good sharers while punishing those who leech.</p>
<p>&#8220;Tribler peers all work together towards a common purpose: fast search and downloads,&#8221; Pouwelse explained. &#8220;Peers recognize fellow &#8216;tribe&#8217; members and are pre-programmed with the notion that embracing <a href="http://www.tribler.org/Give-To-Get">mutual self-interest</a> is good. This is a radical deviation from the core BitTorrent tit-for-tat mantra dictating pursuit of self-interest only and no memory of past experiences.&#8221;</p>
<p>Although this is only the first public implementation of the decentralized search feature, it seems to work pretty seamlessly. Obviously, the content is more limited than on the large BitTorrent sites, since it comes exclusively from other Tribler users, but this will grow as soon as more people start to use the client. </p>
<p>Decentralized BitTorrent search has the potential to make public BitTorrent sites no longer necessary. For now, we think that such a radical shift is not going to happen anytime soon, however, since the top-three BitTorrent sites are involved in legal action in some way or another, you never know when you <a href="http://torrentfreak.com/mininova-down-080429/">might need it</a>.</p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/tribler-set-to-make-bittorrent-sites-obsolete-081028/feed/</wfw:commentRss>
		<slash:comments>110</slash:comments>
		</item>
		<item>
		<title>P2P-Next Introduces Live BitTorrent Streaming</title>
		<link>http://torrentfreak.com/p2p-next-introduces-live-bittorrent-streaming-080718/</link>
		<comments>http://torrentfreak.com/p2p-next-introduces-live-bittorrent-streaming-080718/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 11:00:49 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[p2p-next]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=2988</guid>
		<description><![CDATA[The Swarmplayer developed by the P2P-Next research group is now capable of streaming live video in true 4th generation P2P style using a zero-server approach. With a $22 million project budget from the EU and partners, the P2P-Next research group intends to redefine how video is viewed on the Internet.]]></description>
			<content:encoded><![CDATA[<p><img src="http://torrentfreak.com/images/p2p-next_logo.png" align="right" alt="p2p-next logo" />This new breakthrough technology allows everyone to broadcast a live stream, such as a webcam feed, to thousands of people, using around the same amount of bandwidth you would use to stream to one or two people.  With <a href="http://trial.p2p-next.org/">SwarmPlayer</a>, the user can simply click on a &#8220;live&#8221; .torrent file and tune into any live BitTorrent channel. To make this possible, the P2P-Next research group created a new .tstream format which is a regular .torrent with live capability.</p>
<p>The BBC is one of the parties currently testing the new BitTorrent streaming format, which is part of the P2P-Next project. The scientific director of the project, Johan Pouwelse, told TorrentFreak that it&#8217;s not just the BBC interested in this new technology: &#8220;We are working with a lot of interested parties. Through the European Broadcasting Union we are getting a lot of feedback. We are expected to do more field trials in the near future.&#8221;</p>
<p>If the technology turns out to be a success, broadcasters can save millions of dollars each year on video streaming projects. ISPs on the other hand will be less excited, because they now pay for this bandwidth. Most importantly, however, is that this technology allows individuals to broadcast their streams to thousands of users, without having to invest in lots of bandwidth. YouTube 2.0, sort of.</p>
<p>Pouwelse further told TorrentFreak that, unlike services such as Joost, they are fully committed to open standard and Open Source. &#8220;As a research project we, by definition, need to make things that others don&#8217;t already have, without needing to worry about business models,&#8221; he said, going on to explain how they got live streaming via BitTorrent to work.</p>
<p>&#8220;To be relevant we remain BitTorrent compatible,&#8221; Pouwelse said. &#8220;However, traditional BitTorrent is <a href="http://azureuswiki.com/index.php/Sequential_downloading_is_bad">not compatible with streaming</a>. We solved this problem by dropping the tit-for-tat protocol and making something which is more generic, which we call <a href="http://www.tribler.org/Give-To-Get">Give-to-Get</a>.&#8221;</p>
<p>&#8220;Give-to-Get tries to obtain video blocks just in time for displaying. Tit-for-tat rewards people that give bandwidth to you, which does not work in the streaming case. Instead, Give-to-Get gives bandwidth to people that are nice to others. This is more powerful, but proved to be quite tricky to get working.&#8221;</p>
<p>Indeed, streaming a webcam feed is totally different than downloading a huge video file. What the Swarmplayer does is download and buffer one minute&#8217;s worth of data, which is then traded with other people in the swarm. The users are actively trading the buffered data.</p>
<p>A key breakthrough was that Dr. Arno Bakker got the &#8220;<a href="http://www.tribler.org/browser/abc/branches/player-release-1.0/Tribler/Core/Video/VideoOnDemand.py#L569">UnDownload()</a>&#8221; functionality working. This is needed, because the player has to drop data after a while, since you&#8217;re watching a continuous stream. This turned out to require momentous <a href="http://finance.groups.yahoo.com/group/decentralization/message/3160">revamping of 7 year old code</a>.&#8221;</p>
<p>For those who want to test the BitTorrent live streaming, there is a <a href="http://trial.p2p-next.org/">streaming test</a> where you can tune in to a webcam in Amsterdam, or a 5 minute weather report (not live) from the BBC. You can provide feedback and check out some of the statistics <a href="http://trial.p2p-next.org/stats/swarminfo.html">here</a>. More details about how to set up your own BitTorrent live stream are <a href="https://www.tribler.org/StreamingExperiment">also available</a>.</p>
<p>The Swarmplayer and the BitTorrent live streaming technology are still work in progress. &#8220;We hope that we can get this code solid and stable in a month,&#8221; Pouwelse said, &#8220;then we can focus on the next milestone of sharing ratio enforcement, where we give better video experience to those that upload more.&#8221; We will certainly keep an eye on these developments, as it may change the way we watch video online.</p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/p2p-next-introduces-live-bittorrent-streaming-080718/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>EU Invests $22 Million in Next-Generation BitTorrent Client</title>
		<link>http://torrentfreak.com/eu-invests-22-million-in-next-generation-bittorrent-client/</link>
		<comments>http://torrentfreak.com/eu-invests-22-million-in-next-generation-bittorrent-client/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 13:01:06 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/eu-invests-22-million-in-next-generation-bittorrent-client/</guid>
		<description><![CDATA[A few weeks ago we reported that the EU Greens launched a pro-filesharing <a href="http://torrentfreak.com/politicians-launch-pro-filesharing-campaign-080119/">campaign</a> named "I Wouldn't Steal". In a continued effort to support the development of P2P technology, the European Union has now invested $22 million in the development of an open-source BitTorrent client.]]></description>
			<content:encoded><![CDATA[<p>The team behind the social BitTorrent client <a href="http://www.tribler.org/">Tribler</a> is responsible for the core P2P technology for the project, dubbed <a href="http://www.p2p-next.org/">P2P-Next</a>. The project received $22 million (15 million Euro) from the European Union and another $6 million (4 million Euro) is brought in by some of the partners. </p>
<p>One of the biggest names taking part is the BBC, who will use the new BitTorrent client to stream TV programs. Other partners in the P2P-Next project are the European Broadcasting Union, Lancaster University, Markenfilm, Pioneer Digital Design Centre Limited and VTT Technical Research Centre of Finland. The main goal is to develop an open source, BitTorrent-compatible client that supports live streaming.</p>
<p><a href="http://torrentfreak.com/50-percent-bittorrent-downloads-tv-080214/">Approximately 50%</a> of the people who use BitTorrent at any given point in time download TV shows. The current project will help broadcasters to find better ways to reach this online audience, and offer high quality on-demand television.</p>
<p>&#8220;This cooperation with both the British and German public broadcasters indicates that P2P is here to stay. We welcome the decision of the European Union to award this proposal around P2P. This means that Europe can expand it&#8217;s roughly two year lead in this important area,&#8221; Tribler&#8217;s Johan Pouwelse told TorrentFreak. </p>
<p>&#8220;Tribler serves as a testing ground for several world-first innovations. It serves as a living lab for P2P research. Key to our endeavor is an academically pure architecture: no central servers exist in Tribler in combination with being backwards compatible with BitTorrent,&#8221; Pouwelse added.</p>
<p>As part of the project, the Tribler team, together with Harvard researchers, <a href="http://torrentfreak.com/harvard-develops-p2p-client-that-uses-bandwidth-as-currency/">implemented</a> the &#8220;Nobel prize winning&#8221; mechanism design theory into their BitTorrent client. The ultimate goal is to encourage people to share as much as possible without imposing share ratio sanctions, and to let users <a href="http://www.tribler.org/Moderation">moderate</a> the available content.</p>
<p>BitTorrent sites are watching the P2P-Next project closely, and some might even be interested in experimenting with the new technology. We asked Johan Pouwelse if he sees possibilities to collaborate with BitTorrent sites, and he said: &#8220;We are creating tools for traditional broadcasters and also new entrants to the distribution market.&#8221; </p>
<p>I guess we should take that as a yes.</p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/eu-invests-22-million-in-next-generation-bittorrent-client/feed/</wfw:commentRss>
		<slash:comments>102</slash:comments>
		</item>
		<item>
		<title>BitTorrent to be Pimped by Nobel Prize Winning Theory</title>
		<link>http://torrentfreak.com/bittorrent-to-be-pimped-by-nobel-prize-071019/</link>
		<comments>http://torrentfreak.com/bittorrent-to-be-pimped-by-nobel-prize-071019/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 23:02:17 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[harvard]]></category>
		<category><![CDATA[nobel-prize]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/bittorrent-to-be-pimped-by-nobel-prize-071019/</guid>
		<description><![CDATA[P2P researchers are working with the Harvard mechanism design group on implementing the "Nobel prize winning" mechanism design theory into their BitTorrent client. The ultimate goal is to keep people sharing as much as possible without imposing share ratio sanctions. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://torrentfreak.com//images/harvard-p2p.jpg" align="right" alt="harvard p2p" />Last week the Nobel Prize in Economics was <a href="http://nobelprize.org/nobel_prizes/economics/laureates/2007/">awarded</a> to Hurwicz, Maskin and Myerson for laying the foundations of the <a href="http://en.wikipedia.org/wiki/Mechanism_design">mechanism design theory</a>. Interestingly, a practical implementation of this theory being worked on by P2P researchers. They believe that the principles from the mechanism design theory can be used to motivate people to share.</p>
<p>TorrentFreak spoke to Dr. Ir. Johan Pouwelse, researcher on P2P technology at Delft University of Technology, who is currently working with the Harvard mechanism design <a href="http://www.eecs.harvard.edu/econcs">group</a>. He told us: &#8220;We use the Nobel prize winning theory as a recipe for improving BitTorrent.&#8221;</p>
<p>A lot of people probably wonder how an economical theory can improve the performance of a BitTorrent client, Pouwelse explains: &#8220;A structured scientific advancement of P2P file sharing was really lacking. With Mechanism Design we can go beyond the current trial-and-error methodology. We are working on a mechanism design based solution for all <a href="https://www.tribler.org/FullIncentivisation">9 elementary actions</a> in P2P by using a <a href="https://www.tribler.org/BarterCast">distributed reputation system</a> and mechanism that does not degrade to a single shot prisoners dilemma, such as BitTorrent tit-fot-tat&#8221;</p>
<p>What Pouwelse is basically saying is that the mechanism design theory will be used to improve download speed and to make sure that content will be available for the long run, even when it&#8217;s not really popular. This is especially useful in BitTorrent streaming solutions where the incentive to keep sharing is relatively low.  </p>
<p>The <em>Nobel-powered</em> <a href="https://www.tribler.org/">BitTorrent/P2P client</a> supports both regular .torrent downloads, but can also be used to stream videos from YouTube and Liveleak. As we <a href="http://torrentfreak.com/harvard-develops-p2p-client-that-uses-bandwidth-as-currency/">reported earlier</a>, the client also enhances the standard tit-for-tat BitTorrent algorithms with a so called give-to-get algorithm where bandwidth is used as a currency.</p>
<p>It is good to see that &#8211; unlike what others claim &#8211; p2p innovation is still alive and kicking, even in the land of the free and the home of the RIAA/MPAA.</p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/bittorrent-to-be-pimped-by-nobel-prize-071019/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Harvard Develops P2P Client that uses Bandwidth as &#8220;Currency&#8221;</title>
		<link>http://torrentfreak.com/harvard-develops-p2p-client-that-uses-bandwidth-as-currency/</link>
		<comments>http://torrentfreak.com/harvard-develops-p2p-client-that-uses-bandwidth-as-currency/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 22:23:55 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[harvard]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/harvard-develops-p2p-client-that-uses-bandwidth-as-currency/</guid>
		<description><![CDATA[Harvard researchers have teamed up with the <a href="http://torrentfreak.com/?s=tribler">Tribler team</a> to work on a P2P client with BitTorrent support that uses bandwidth as a global currency. They released <a href="http://tv.seas.harvard.edu/">Tribler V4.1</a> yesterday.]]></description>
			<content:encoded><![CDATA[<p>Yes, Harvard, the <a href="http://www.newsandpolicy.com/news/2007/08/endowment-of-harvard-americas-richest-university-h.html">richest</a> University in the world recently started a new line of P2P research. They have an <a href="http://cyber.law.harvard.edu/">army of law professors</a> to protect them, so unlike others, they must feel safe to do this controversial research in the land of the free and the home of the RIAA/MPAA.</p>
<p>The Harvard project is all about a fresh new approach. To be honest, have we seen a new trick since eMule and Bittorrent started? Things have clearly slowed down in the last years.</p>
<p>The Harvard researchers are currently working on one of hardest P2P problems, ensuring uploads. P2P dies or thrives depending on how much upload people donate. By introducing electronic &#8220;currency&#8221; for uploads they think they can make P2P <a href="http://tv.seas.harvard.edu/research.php">HDTV Video on Demand</a> possible. With the minor detail that we all have to switch to their clientâ€¦</p>
<p>The latest version of Tribler enhances the standard tit-for-tat BitTorrent algorithms with something they call the give-to-get algorithm (<a href="http://tv.seas.harvard.edu/give-to-get_algorithm_for_P2P_Video_on_Demand.pdf">PDF article</a>). This new algorithm allows their users to benefit from a good ratio without using a central server like private BitTorrent trackers do.</p>
<p>Tribler users can still join every BitTorrent swarm and play the tit-for-tat game with old-school BitTorrent users. But, when they meet another Tribler peer they switch to give-to-get mode where the currency meter is running. This turns the Tribler network into a private Tracker network without the central server. This basically means, the more you share, the faster your downloads will go.</p>
<p>Every Tribler client keeps an eye on MByte counts of fellow peers. They gossip around about who is a leecher and who is a top dog, without the details of which Hollywood movie it was. The only information displayed about this in the GUI is a list in your profile of the &#8220;Top 10 Tribler Uploaders&#8221;. For the next version of Tribler they plan to turn that list of top dog uploaders into a decentralized trust system and enable users to correct typos and add tags to the content. In short, BitTorrent would go &#8220;2.0â€³.</p>
<p>But let&#8217;s first see if they can really handle network pollution and spam without a central server. It will be quite tricky to get such &#8220;Google PageRank&#8221; trust algorithms working in P2P.</p>
<p><a href="http://www.flickr.com/photo_zoom.gne?id=1278040158&#038;size=o"><img src="http://torrentfreak.com/images/tribler-currentcy-small.jpg" alt="tribler" /></a></p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/harvard-develops-p2p-client-that-uses-bandwidth-as-currency/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>Solid State to Launch Hybrid BitTorrent Video Streaming Service</title>
		<link>http://torrentfreak.com/solid-state-to-launch-hybrid-bittorrent-video-streaming-service/</link>
		<comments>http://torrentfreak.com/solid-state-to-launch-hybrid-bittorrent-video-streaming-service/#comments</comments>
		<pubDate>Wed, 27 Sep 2006 18:05:05 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[demofall]]></category>
		<category><![CDATA[solid-state]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tribler]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/solid-state-to-launch-hybrid-bittorrent-video-streaming-service/</guid>
		<description><![CDATA[Solid State, a digital media delivery company has developed an advanced streaming technology based on the BitTorrent protocol. The company presented their peer-assisted streaming technology at the DEMOfall 2006 conference in San Diego.
Technologies like this could save popular streaming websites like YouTube or Google Video a lot of money. It is estimated that YouTube uses [...]]]></description>
			<content:encoded><![CDATA[<p>Solid State, a digital media delivery company has developed an advanced streaming technology based on the BitTorrent protocol. The company presented their peer-assisted streaming technology at the DEMOfall 2006 conference in San Diego.</p>
<p><img src="http://TorrentFreak.com//images/solidstate.jpg" align="right" alt="solid state" />Technologies like this could save popular streaming websites like YouTube or Google Video a lot of money. It is estimated that YouTube uses 45 terabytes of storage, requiring several million dollars worth of bandwidth a month to stream the content. Peer to peer streaming would significantly decrease the costs for YouTube, because most of the bandwidth would come from peers instead of YouTube&#8217;s own servers.</p>
<p>Solid State <a onclick="return top.js.OpenExtLink(window,event,this)" target="_blank" href="http://www.demo.com/demonstrators/demo2006fall/79966.php">announced</a>:</p>
<blockquote><p>Solid State Networks is a developer of high-performance, content-delivery solutions, and the first commercial-class software suite based on the massively scalable BitTorrent protocol. Our flagship product, the Solid State Distributed Delivery Network, is a hybrid content-delivery solution that combines the economic and performance advantages of peer-assisted technology with the reliability of a traditional CDN. It now includes support for on-demand streaming of content.</p></blockquote>
<p>Although Solid State can implement some of the features of BitTorrent, they have to make some concessions. A key feature of the BitTorrent protocol is that the pieces of the file are not delivered in a &#8220;chronological&#8221; order, to make it possible to give a high priority to rare pieces. This doesn&#8217;t seem to suit streaming. <script><!-- D(["mb","</p>
<p>In August we <a href\u003d\"http://TorrentFreak.com/tribler-will-integrate-youtube-into-their-BitTorrent-client/\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\">reported</a> that the &quot;social&quot; BitTorrent client <a href\u003d\"http://tribler.org/\" target\u003d\"_blank\" onclick\u003d\"return top.js.OpenExtLink(window,event,this)\">Tribler</a> has plans to integrate YouTube videos in their client. Johan Pouwelse of the Tribler project told TorrentFreak that they are planning to index every one of the +6 million videos posted on YouTube.</p>
<p>A prototype of the YouTube indexing function from Tribler will be ready by the end of this year, and includes an Amazon like recommendation system, and video tagging features.</p></div>
</div>
<p>\n",0] ); D(["ce"]);  //--></script></p>
<p>In August we <a onclick="return top.js.OpenExtLink(window,event,this)" target="_blank" href="http://TorrentFreak.com/tribler-will-integrate-youtube-into-their-BitTorrent-client/">reported</a> that the &#8220;social&#8221; BitTorrent client <a onclick="return top.js.OpenExtLink(window,event,this)" target="_blank" href="http://tribler.org/">Tribler</a> has plans to integrate YouTube videos in their client. Johan Pouwelse of the Tribler project told TorrentFreak that they are planning to index every one of the +6 million videos posted on YouTube.</p>
<p>A prototype of the YouTube indexing function from Tribler will be ready by the end of this year, and includes an Amazon like recommendation system, and video tagging features.</p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/solid-state-to-launch-hybrid-bittorrent-video-streaming-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tribler will integrate Youtube into their BitTorrent client</title>
		<link>http://torrentfreak.com/tribler-will-integrate-youtube-into-their-bittorrent-client/</link>
		<comments>http://torrentfreak.com/tribler-will-integrate-youtube-into-their-bittorrent-client/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 17:17:20 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[tribler]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/triber-will-integrate-youtube-into-their-bittorrent-client/</guid>
		<description><![CDATA[Tribler, the &#8220;social&#8221; BitTorrent client has just released a new version. The recommendation function has been optimized, along with other bugfixes and improvements.
Tribler is far from anonymous, and therefore probably not suited for sharing content you&#8217;re not supposed to share. However, the social aspect of Tribler has the potential to be helpful to sites like [...]]]></description>
			<content:encoded><![CDATA[<p>Tribler, the &#8220;social&#8221; BitTorrent client has just released a new version. The recommendation function has been optimized, along with other bugfixes and improvements.</p>
<p><img src="http://TorrentFreak.com//images/tribler.gif" align="right" alt="tribler BitTorrent" /><a href="http://TorrentFreak.com/tribler-a-socialbased-BitTorrent-powered-p2p-network/">Tribler is far from anonymous</a>, and therefore probably not suited for sharing content you&#8217;re not supposed to share. However, the social aspect of Tribler has the potential to be helpful to sites like youtube, by saving them some bandwidth.</p>
<p>According to a <a href="http://online.wsj.com/public/article/SB115689298168048904-5wWyrSwyn6RfVfz9NwLk774VUWc_20070829.html">Wall Street Journal article</a> posted today, &#8220;youtube uses 45 terabytes of storage  and requiring several million dollars worth of bandwidth a month to transmit&#8221;. Another interesting statistic from the WSJ article is that apparently people spent 9,305 years!!! watching Youtube since it started last year. </p>
<p>Assistant Professor Johan Pouwelse who&#8217;s coordinating the Tribler<br />
project the Tribler project told TorrentFreak that they are planning to index all the videos posted on youtube  (+6 million). This means Tribler users will be able to watch and share youtube videos with their BitTorrent client. </p>
<p>A prototype of the Youtube indexing function of Tribler will be ready in a month or two, and includes an Amazon like recommendation system, and video tagging features.</p>
<p><a href="http://Tribler.org">Tribler.org</a></p>
<p>Stay tuned.</p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/tribler-will-integrate-youtube-into-their-bittorrent-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another social BitTorrent client</title>
		<link>http://torrentfreak.com/yet-another-social-bittorrent-client/</link>
		<comments>http://torrentfreak.com/yet-another-social-bittorrent-client/#comments</comments>
		<pubDate>Thu, 10 Aug 2006 20:17:50 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Copyright Issues]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/yet-another-social-bittorrent-client/</guid>
		<description><![CDATA[A few months ago we posted some articles about &#8220;tribler&#8221;, the first &#8220;social&#8221; BitTorrent client. Tribler is a successful research project funded by the Dutch government. However, it looks like Tribler will have some competition form &#8220;torrent swapper&#8221;.
So what&#8217;s the deal?
Torrent Swapper is an open sourced powerful, clean, fast, and easy-to-use BitTorrent client with special [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago we posted some articles about &#8220;tribler&#8221;, the first &#8220;social&#8221; BitTorrent client. Tribler is a successful research project funded by the Dutch government. However, it looks like Tribler will have some competition form &#8220;torrent swapper&#8221;.</p>
<p>So what&#8217;s the <a href="http://bit-torrent.sourceforge.net/">deal</a>?</p>
<blockquote><p>Torrent Swapper is an open sourced powerful, clean, fast, and easy-to-use BitTorrent client with special social abilities. That means you can get Amazon like recommendations from peers to find new and interesting files, and download double your current torrent download speed using uploading capabilities of your friends.</p></blockquote>
<p>I haven&#8217;t tried &#8220;torrent swapper&#8221; myself, but I like the social functionalities. However, I also greatly value my privacy&#8230;</p>
<p><a href="http://bit-torrent.sourceforge.net/">Torrent Swapper</a></p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/yet-another-social-bittorrent-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dutch Public TV Channels are going to use BitTorrent</title>
		<link>http://torrentfreak.com/dutch-public-tv-channels-are-going-to-use-bittorrent/</link>
		<comments>http://torrentfreak.com/dutch-public-tv-channels-are-going-to-use-bittorrent/#comments</comments>
		<pubDate>Sat, 18 Mar 2006 01:39:19 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[cory-doctorow]]></category>
		<category><![CDATA[iptv]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tribler]]></category>
		<category><![CDATA[tv]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/dutch-public-tv-channels-are-going-to-use-bittorrent/</guid>
		<description><![CDATA[The Dutch pubic TV broadcasting channels (omroep.nl) are going share TV shows using BitTorrent. The deal was announced earlier today on a workshop on P2P TV. They are going to experiment with the new &#8220;social&#8221; BitTorrent client called Tribler.

Johan Pauwelse (tribler) and William Valkenburg (omroep.nl) shaking hands
Johan Pauwelse, one of Triblers developers said that IPTV [...]]]></description>
			<content:encoded><![CDATA[<p>The Dutch pubic TV broadcasting channels (omroep.nl) are going share TV shows using BitTorrent. The deal was announced earlier today on a workshop on P2P TV. They are going to experiment with the new &#8220;social&#8221; BitTorrent client called Tribler.</p>
<p><img src="http://www.TorrentFreak.com/images/triblerdeal.gif" alt="tribler deal" /></p>
<p><strong>Johan Pauwelse (tribler) and William Valkenburg (omroep.nl) shaking hands</strong></p>
<p>Johan Pauwelse, one of <a href="http://tribler.org/">Triblers</a> developers said that IPTV should move away from the old fashioned way of distributing files and embrace BitTorrent. William Valkenburg manager of omroep.nl said that the &#8220;social&#8221; aspect of tribler was essential for the deal. Tribler allows people to maintain buddy lists, and recommend files to friends. Tribler also gives recommendation based on your personal downloading history.</p>
<p>The Dutch public seems to be ready for P2P TV. On the Dutch site <a href="http://portal.omroep.nl/uitzendinggemist">uitzendinggemist.nl</a> that currently lists streams of nearly all shows of the public broadcasting channels, 4 million tv-shows were requested in December, compared to 250.000 at the January 2005. The site lists 400.000  shows good for 15 terabyte.</p>
<p>Boing Boing&#8217;s <a href="http://en.wikipedia.org/wiki/Cory_Doctorow">Cory Doctorow</a> was also present at the workshop. He praised the Dutch Public Broadcasting Channel and the Tech People for discussing the legal opportunities of P2P technology. &#8220;He said: In the US half of the people would have left the room&#8221;.</p>
<p>thx <a href="http://weblog.r-win.com/archives/technologie/publieke_omroep.html">R-win</a></p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/dutch-public-tv-channels-are-going-to-use-bittorrent/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Social BitTorrent Client launched</title>
		<link>http://torrentfreak.com/social-bittorrent-client-launched/</link>
		<comments>http://torrentfreak.com/social-bittorrent-client-launched/#comments</comments>
		<pubDate>Thu, 16 Mar 2006 18:59:35 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/social-bittorrent-client-launched/</guid>
		<description><![CDATA[Tribler is a new BitTorrent client that adds a social layer on top of the regular features. Tribler allows you to create groups, friends and it supports tags and profiles. The official release of this Social BitTorrent client is tomorrow, but everyone is free to grab a test version from tribler.org.
This first version is an [...]]]></description>
			<content:encoded><![CDATA[<p>Tribler is a new BitTorrent client that adds a social layer on top of the regular features. Tribler allows you to create groups, friends and it supports tags and profiles. The official release of this Social BitTorrent client is tomorrow, but everyone is free to grab a test version from tribler.org.</p>
<p>This first version is an extension of the existing ABC client and does not have all the proposed functionalities. However, the test version adds a new dimension to BitTorrent.</p>
<p>The extensions are : </p>
<blockquote><p>-Strong peer authentication; enables groupware extensions and friends.<br />
-Twice the download speed for ADSL users; you can donate your upload capacity to a friend<br />
-Recommendation of files you may which to download<br />
-Removal of .torrent files; replace by short Merkle Hashes which can be put in a URL. </p></blockquote>
<p><strong>Cooperative downloading (click)</strong></p>
<p><a href="http://ppswmm.ppsw.rug.nl/~renkem/TorrentFreak/cooperative%20downloading.GIF"><img width="400" height="195" border="0" src="http://ppswmm.ppsw.rug.nl/~renkem/TorrentFreak/cooperative%20downloading.GIF" alt="cooperative downloading tribler" /></a></p>
<p>But Tribler is still in its testing phase:</p>
<blockquote><p>this is not a full public release. Only 1000 downloads will be allowed and then the link will be taken down. Please give it a try, so we can turn this into a public release soon. Please send the bugs you found or your comments to the Tribler sourceforge bugreport page.</p>
<p>Warning 1: For the internal test version, the software will output some debug text and error message to tribler.exe.log. Some of them are normal output, such as&#8221;secover: Handler registered for RESERVE_PIECES&#8221;, &#8220;buddycast: BuddyCast starts up&#8221;. If you see &#8220;Traceback (most recent call last):&#8221; in the log file, some errors may occur and please send your log file to us using the above bug report form. </p></blockquote>
<p><a href="http://tribler.org/20060317/">Download The Test Version</a><br />
<a href="http://TorrentFreak.com/tribler-a-socialbased-BitTorrent-powered-p2p-network/">Read our previous post on Tribler</a></p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/social-bittorrent-client-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tribler: Social BitTorrent Beta version Leaked</title>
		<link>http://torrentfreak.com/tribler-social-bittorrent-beta-version-leaked/</link>
		<comments>http://torrentfreak.com/tribler-social-bittorrent-beta-version-leaked/#comments</comments>
		<pubDate>Tue, 28 Feb 2006 00:22:46 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[leaked]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[torrent]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/tribler-social-bittorrent-beta-version-leaked/</guid>
		<description><![CDATA[A private Beta version of Tribler, the new "social BitTorrent client" leaked to the public. The Beta version allows you to add friends and peers. Tribler also introduces "recommendations" based on your personal profile.]]></description>
			<content:encoded><![CDATA[<p>The final version will allow you to import existing groups from programs like MSN and Gmail. Tribler is based on the sourcecode of the ABC torrent client and supports &#8220;regular&#8221; torrents. By doing <a href="http://tz.searching.com/search_tribler">a search</a> on some the most popular torrent sites a leaked Beta was easily found.</p>
<p><a href="http://TorrentFreak.com/tribler-a-socialbased-BitTorrent-powered-p2p-network/">More info</a><br />
<a href="http://tribler.org/">Tribler.org</a><br />
<a href="http://www.mininova.org/tor/238114">Leaked Version</a></p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/tribler-social-bittorrent-beta-version-leaked/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Tribler: A social based, BitTorrent powered p2p network</title>
		<link>http://torrentfreak.com/tribler-a-socialbased-bittorrent-powered-p2p-network/</link>
		<comments>http://torrentfreak.com/tribler-a-socialbased-bittorrent-powered-p2p-network/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 17:08:51 +0000</pubDate>
		<dc:creator>Ernesto</dc:creator>
				<category><![CDATA[Bittorrent Clients]]></category>
		<category><![CDATA[Hot Off The Press]]></category>
		<category><![CDATA[P2P and Filesharing]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[tribler]]></category>

		<guid isPermaLink="false">http://torrentfreak.com/?p=136</guid>
		<description><![CDATA[Tribler is a new p2p network based on BitTorrent. Tribler allows you to create groups, friends and it supports tags and profiles. Optionally you can import existing groups from programs like MSN and Gmail. Tribler is based on the sourcecode of the ABC torrent client.
]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, <a href="http://www.isa.its.tudelft.nl/~pouwelse/">Johan Pouwelse</a>, one of the Dutch researchers working on the project at the Delft University was not allowed to comment but here&#8217;s summary of the <a href="http://iptps06.cs.ucsb.edu/papers/Pouw-Tribler06.pdf">article</a></p>
<p><em>&#8220;Most current P2P file sharing systems treat their users as anonymous, unrelated entities, and completely disregard any social relationships between them. However, social phenomena such as friendship and the existence of communities of users with similar tastes may be well exploited in such systems, to increase their usability and performance. In this paper we present a novel socialbased P2P filesharing paradigm that exploits social phenomena by maintaining social networks and using these in content discovery, content recommendation, and downloading. Based on this paradigm&#8217;s first class concepts such as taste groups, friends, and friendsoffriends, we have designed and implemented the TRIBLER P2P filesharing system as a set of extensions to BitTorrent.&#8221;</em></p>
<p><strong>user interface overview (click)</strong></p>
<p><a href="http://ppswmm.ppsw.rug.nl/~renkem/TorrentFreak/userinterface.GIF"><img width="400" height="195" border="0" src="http://ppswmm.ppsw.rug.nl/~renkem/TorrentFreak/userinterface.GIF" alt="user interface tribler" /></a></p>
<p><strong>Taste Buddy&#8217;s</strong><br />
A buddy list based on your personal preferences will help you discover new content. Taste buddy&#8217;s will be determined by comparing your personal profile to that of other peers.</p>
<p><strong>Cooperative downloading:</strong><br />
Peers from the same group can speed up the downloading by engaging in cooperative downloading. Peers can donate bandwidth to their friends and act as a <em>collector</em> or a <em>helper</em>. </p>
<p><em>&#8220;A collector is the peer that is interested in obtaining a complete copy of a particular file, and a helper is a peer that is recruited by a collector to assist in downloading that file.&#8221;<br />
</em><br />
<strong>Cooperative downloading (click)</strong></p>
<p><a href="http://ppswmm.ppsw.rug.nl/~renkem/TorrentFreak/cooperative%20downloading.GIF"><img width="400" height="195" border="0" src="http://ppswmm.ppsw.rug.nl/~renkem/TorrentFreak/cooperative%20downloading.GIF" alt="cooperative downloading tribler" /></a></p>
<p>The software will be launched <strong>next month</strong>, we will keep you up-to-date.</p>
<p><a href="http://iptps06.cs.ucsb.edu/papers/Pouw-Tribler06.pdf">Source:</a><br />
<strong>Peer-to-Peer content sharing using social networking, content recommendation, and cooperative downloads</strong><br />
J.Pouwelse, P.Garbacki, J.Wang, A.Bakker, J.Yang, A.Iosup, D.Epema, M.Reinders, M. van Steen, H.Sips</p>
<p>Article from: <a href="http://torrentfreak.com">TorrentFreak</a>, check out our new blog at <a href="http://freakbits.com">FreakBits</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://torrentfreak.com/tribler-a-socialbased-bittorrent-powered-p2p-network/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
