@oplayer/torrent
TypeScript icon, indicating that this package has built-in type declarations

1.2.25-beta.2 • Public • Published

oplayer-plugin-torrent

npm npm bundle size npm dm jsdelivr

WebTorrent plugin for oplayer

Install

npm i @oplayer/core @oplayer/torrent webtorrent@0.98.18
<script src="https://cdn.jsdelivr.net/npm/@oplayer/core@latest/dist/index.min.js"></script>
<!--  webtorrent FIRST  -->
<script src="https://cdn.jsdelivr.net/npm/webtorrent@0.98.18/webtorrent.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@oplayer/torrent@latest/dist/index.min.js"></script>

<div id="oplayer" />

<script>
  OPlayer.make('#oplayer', {
    source: {
      src: 'http://example.com/live/livestream.ts',
      poster: 'https://cdn.jsdelivr.net/gh/shiyiya/QI-ABSL@master/o/poster.png'
    }
  })
    .use([OTorrent()])
    .create()
</script>

Readme

Keywords

Package Sidebar

Install

npm i @oplayer/torrent

Weekly Downloads

210

Version

1.2.25-beta.2

License

MIT

Unpacked Size

13.3 kB

Total Files

9

Last publish

Collaborators

  • isbailin