【问题标题】:How much do BitTorrent and WebTorrent have in common?BitTorrent 和 WebTorrent 有多少共同点?
【发布时间】:2017-02-10 14:07:37
【问题描述】:

我最近听说了 WebTorrent,并决定尝试其中一个音频播放器 javascript 演示,看看我是否可以让它播放来自 BitTorrent 网络的随机 MP3。
它不起作用,我联系了作者以了解那些是“two separate networks”。

这让我想知道 - 这两个网络有多少共同点?

例如,它们是否使用相同的 .torrent 文件规范,并且在 WebTorrent 和 BitTorrent 下都可以找到一个文件在同一个 InfoHash 下?

有没有像 ThePirateBay for WebTorrent 这样的 torrent 发现网站,我可以用来查看已经存在的内容?

【问题讨论】:

    标签: p2p specifications bittorrent file-sharing webtorrent


    【解决方案1】:

    WebTorrent 基于 BitTorrent,它们遵循相同的 torrent 文件规范。

    WebTorrent in the browser 只能连接到 WebRTC 对等体,WebTorrent in NodeJS 只能连接到 TCP/UDP 对等体。 WebTorrent Hybrid (NodeJS) 客户端可以使用无头电子进程连接到两者。 WebTorrent Desktop 是一个桌面应用程序,可以连接到两个网络。

    您可能有兴趣阅读FAQ

    目前还没有用于 WebRTC 网络种子发现的网站。

    【讨论】:

    • 谢谢!是否有任何资源可以用来估计网络的规模以及是否已经存在任何流行的种子?
    • @d33tah 尚无此类功能的网站。统计数据如下:tracker.btorrent.xyz/stats
    • 再次感谢!你知道有什么追踪器可以在这里提供这样的 full_scrape 数据吗? stackoverflow.com/a/39822400/1091116
    • @d33tah 不知道。对不起。
    猜你喜欢
    • 2022-11-18
    • 2014-08-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-08
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多