请选择 进入手机版 | 继续访问电脑版
  • 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

webtorrent-element: WebTorrent Element 是一个 HTML 元素,可以用来显示来自 WebTor ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

webtorrent-element

开源软件地址:

https://gitee.com/mirrors/webtorrent-element

开源软件介绍:


WebTorrent Element

An HTML element you can use to display content on WebTorrent.

Usage:

<body>  <script src="https://cdn.jsdelivr.net/npm/webtorrent-element@latest/dist/webtorrent-element.min.js"></script>  <web-torrent src="MAGNETURL" /></body>

Often a torrent contains many files but you only want to display one.You can do this using the file attribute.

<web-torrent src="MAGNETURL" file="video.mp4"/>

Here's some example code you can stick your application to get started. Itloads and plays a Creative Commons video.

<script src="https://cdn.jsdelivr.net/npm/webtorrent-element@latest/dist/webtorrent-element.min.js"></script><web-torrent src="magnet:?xt=urn:btih:08ada5a7a6183aae1e09d831df6748d566095a10&dn=Sintel&tr=wss://tracker.btorrent.xyz&tr=wss://tracker.fastcast.nz&tr=wss://tracker.openwebtorrent.com&ws=https://webtorrent.io/torrents/&xs=https://webtorrent.io/torrents/sintel.torrent"  file="Sintel.mp4"  />

Since this is just a regular HTML element, and all the content appended asthe torrent loads are regular elements, you can add style in your own applike you would any other HTML.

Bundling

If you want to build the component into the JavaScript bundle of your appyou can do so easily, but you'll need to handle loading a WebComponentspolyfill on your own.

const WebTorrentComponent = require('webtorrent-element')let elem = new WebTorrentComponent()elem.src = MAGNETURLelem.file = 'Sintel.mp4'document.body.appendChild(elem)

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap