| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

用于node和浏览器的流BT客户端:WebTorrent

WebTorrent – Streaming torrent client for node & the browser。

WebTorrent 是一个可工作在node.js和浏览器的流BT客户端。它完全采用JavaScript开发,在浏览器中WebTorrent使用WebRTC (data channels) 来进行p2p传输。它可以不使用浏览器插件,扩展或安装。只有JavaScript。

network.png

特性

  • Torrent client for node.js & the browser (same npm module!)
  • Insanely fast
  • Streaming video to many devices (including AirPlay, Chromecast, and VLC player)
  • Download multiple torrents simultaneously, efficiently
  • Pure Javascript (no native dependencies)
  • Exposes files as streams (and fetches pieces on-demand before torrent is finished
    • Fetches data from the network on-demand, so streaming and seeking are supported
    • Seamlessly switches between sequential and rarest-first piece selection strategy
    </li>
  • Supports advanced torrent client features
    • magnet uri support via ut_metadata
    • peer discovery via dht,tracker, andut_pex
    • protocol extension api for adding new extensions
    • </ul> </li>
    • Comprehensive test suite (completely offline, so it's reliable and fast)
    • </ul>

      Browser-specific features

      • Uses WebRTC data channels for lightweight peer-to-peer communication (no plugins)
      • No silos. WebTorrent is a P2P network for the entire web. WebTorrent clients running on one domain can connect to clients on any other domain.
      • Stream video torrents into a <video> tag (webm (vp8, vp9) or mp4 (h.264))

      项目主页:http://www.open-open.com/lib/view/home/1414727475028

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1414727475028.html
网络技术 WebTorrent