Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Lysnevych <andriy.lysnevych@gmail.com>2018-08-08 00:02:23 +0300
committerGitHub <noreply@github.com>2018-08-08 00:02:23 +0300
commita6eb0ca28065f3d0c38c55bd3607247f2681db23 (patch)
treebe163d0e2caabf92088cf63aaa959268f09aa0ef /docs/faq.md
parentf01ca683ec31517db90d92ea0479f4a1dd307006 (diff)
Added reference to P2P Media Loader project
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 7c1f386..f40065f 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -109,6 +109,7 @@ WebTorrent is still pretty new, but it's already being used in cool ways:
- **[CDNBye][CDNBye]** - CDNBye implements WebRTC datachannel to scale live/vod video streaming by peer-to-peer network using bittorrent-like protocol.
- **[Files.fm][Files.fm]** - a fast file sharing and freemium cloud storage service that uses P2P technology to accelerate unlimited downloads and file distribution.
- **[imgest][imgest]** - Serverless shareable image gallery built with JavaScript and WebTorrent.
+- **[P2P Media Loader][p2p-media-loader]** - engine for Hls.js and Shaka Player that enables P2P sharing of live and VOD streams over HLS or DASH protocols.
- ***Your app here – [Send a pull request][pr] with your URL!***
#### WebTorrent Product Alternatives
@@ -193,6 +194,7 @@ There's also a list of WebTorrent-powered alternatives to centralized services h
[CDNBye]: https://github.com/cdnbye/hlsjs-p2p-engine
[Files.fm]: https://files.fm
[imgest]: https://imgest.hashbase.io
+[p2p-media-loader]: https://github.com/novage/p2p-media-loader
## How does WebTorrent work?