Plugin info

Total downloads: 3,721
Active installs: 20
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/13/2017 (3269 days ago)
Added to WordPress: 11/22/2016 (9 years old)
Minimum WordPress version: 3.0.1
Tested up to WordPress version: 4.7.31
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3269 days ago

20/100

Is WebTorrent abandoned?

Possibly abandoned (last update 3269 days ago).

Compatibility

Requires WordPress: 3.0.1
Tested up to: 4.7.31
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin adds WebTorrent support to WordPress.

This technology permits to stream video using torrents reducing the server bandwith. For more infos visit http://webtorrent.io

To use the plugin install it and then insert the [webtorrent] shortcode in your posts and pages. The webtorrent shortcode supports the following attributes:

  • file – if you want to specify only the filename of the torrent to use. The path will be the uploads directory + the torrents directory specified in the settings + the filename
  • url – the url of the torrent
  • torrent_link_enabled – enables the torrent link, the default is true
  • show_seed_leech_info – shows the seed/leech infos, the default is true
  • show_download_info – shows the download infos, the default is true
  • torrents_directory – the torrents directory relative to the upload base directory used in conjunction with the file attribute to build the url, the default is torrents

Many of them can be set globally in the plugin settings page.

An example of a shortcode is:

[webtorrent url=”https://webtorrent.io/torrents/sintel.torrent” show_seed_leech_info=”false”]

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the shortcode in your post, pages etc. [webtorrent url=”https://webtorrent.io/torrents/sintel.torrent”] or [webtorrent file=”sintel.torrent”]

Frequently Asked Questions

When you would suggest this technology?

Mostly when you have a lot of users for the same media content, so that they can share the streaming effort.

Can I play more videos on the same page?

No it’s currently not supported.

I’m trying to play a torrent but it does not start?

WebTorrent can only work with torrent files that supports WebTorrent/WebRTC. So use a compliant client to create and seed the files like Vuze or WebTorrent Desktop.

Review feed

No reviews available

Screenshots

  1. /assets/screenshot-1.png

    /assets/screenshot-1.png

  2. /assets/screenshot-2.png

    /assets/screenshot-2.png

Changelog

0.1

  • First version

0.1.1

  • Fixed css conflicts with the code tag
  • Now it waits the document to be completely loaded before starting the plugin
  • Fixed errors in the documentation
  • Added one faq entry

0.1.2

  • Now it’s rendered on the proper part of the page, and not at the beginning