Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-05-12 02:11:10 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-05-12 02:11:10 +0400
commite29653231ca343d52dd9c0da6bf3aaae19630d8a (patch)
treeb1191b29c90a96d8b40be4d378fbff16a49a69e7 /README.md
parent685e3d011c67a1c41f91b5a58c9fb147fd6e0ee8 (diff)
readme: remove talk image
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 64ed01a..af6c47b 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,11 @@ Most of the active development is happening inside of smaller npm modules which
- Easy torrent creation
- UPnP or NAT-PMP (so the hybrid client can get listed in peers' routing tables)
+### Talks about WebTorrent
+
+- [WebTorrent: Bringing BitTorrent to the Web with WebRTC (CraftConf)](https://www.youtube.com/watch?v=PT8s_IVWDgw) (April 2014, progress update on WebTorrent)
+- [WebRTC Black Magic (RealtimeConf)](https://vimeo.com/77265280) (skip to end, where I first shared the idea for WebTorrent)
+
### Contribute
Here's how to get started:
@@ -129,12 +134,6 @@ npm install
npm start
```
-### Introduction to WebRTC Data and WebTorrent
-
-[Watch the talk](https://vimeo.com/77265280) from *RealtimeConf* on Vimeo (skip to end for stuff about WebTorrent):
-
-[![webrtc talk](https://raw.github.com/feross/webtorrent/master/img/webrtc-talk.png)](https://vimeo.com/77265280)
-
### Contributors
- [Feross Aboukhadijeh](http://feross.org) (author)