butterproject / butter-desktop-angular

Angular version of butter-desktop
Other
97 stars 43 forks source link

Use webtorrent as streamer #51

Open hadim opened 8 years ago

hadim commented 8 years ago

Here : https://github.com/feross/webtorrent

hadim commented 8 years ago

Not sure its a good idea since webtorrent can only connect to other "web peers" and not classical client such as Vuze, Transmission, etc

Tought ?

hadim commented 8 years ago

Just saw that https://github.com/feross/webtorrent-hybrid should do the trick !

rom1504 commented 8 years ago

@hadim in node, webtorrent connect to tcp peers, just like peerflix/torrent-stream.

careful about webtorrent-hybrid, it's unstable (see https://github.com/feross/webtorrent-hybrid/issues/5#issuecomment-152528476 )