Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

184
Views
WebTorrent-player reactjs

I am trying to make webpage that can stream vidoes from torrent in reactjs. I found this library that provides player for torrentss. I can't figure out what to pass in the options

import WebTorrentPlayer from 'webtorrent-player'

new WebTorrentPlayer({ opts })

following are the possible options:

{
  video: Node,                  // * Video element for the player
  player: Node,                 // * DOM Node that contains the player elements
  playerWrapper: Node,
  controls: {                   // Object of player control DOM nodes
    functionName: Node|[Node]   // DOM Node or Array of Nodes that trigger their respective key functions
  },
  defaultSSAStyles: String,     // Default/fallback styles for subtitles following the ASS format
  resolveFileMedia: Function,   // Function to return media of currently played file, more below
  generateThumbnails: Boolean,  // If true, the player will generate thumbnails after a file is downloaded [CPU intensive]
  thumbnailWidth: Number,       // Number in px for thumbnail width
  visibilityLossPause: Boolean, // If true, video playback will pause if the tab lost visibility
  immerseTime: Number,          // Time in seconds of inactivity that it takes for the player controls to hide
  burnIn: Boolean,              // If true, PiP will burn-in subtitles real time [only if subtitles are available][VERY CPU intensive]
  seekTime: Number,             // Time in seconds for the player to seek
  streamedDownload: Boolean,    // If true, the player will only download pieces directly needed for playback
  destroyStore: Boolean,        // If false, the files will be kept in storage even after playback finishes
  WebTorrentOpts: Object       // Object of opts for WebTorrent
}

What node should I pass to video and player options and how do I access those nodes?

You can see the repo for library here webtorrent-player

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!