From a6eb0ca28065f3d0c38c55bd3607247f2681db23 Mon Sep 17 00:00:00 2001 From: Andriy Lysnevych Date: Wed, 8 Aug 2018 00:02:23 +0300 Subject: [PATCH] Added reference to P2P Media Loader project --- docs/faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 7c1f3861..f40065f9 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?