From 45e5c015766be3a44d5badb2bc9718e5b2ca3623 Mon Sep 17 00:00:00 2001 From: Pierre Dubouilh Date: Tue, 20 Feb 2018 12:57:03 +0100 Subject: [PATCH] Add live-torrent to FAQ --- docs/faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 48838ab1..1b60c116 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -104,6 +104,7 @@ WebTorrent is still pretty new, but it's already being used in cool ways: - **[CineTimes][cinetimes]** - A streaming website of public domain movies - **[Bitlove.org][bitlove]** - Your favorite podcasts via BitTorrent - **[lofiTorrent][lofitorrent]** - Online and offline browser torrent client +- **[Live-torrent][live-torrent]** - Simple implementation of a webtorrent powered live streaming solution ([source code][live-torrent-source]) - ***Your app here – [Send a pull request][pr] with your URL!*** #### WebTorrent Product Alternatives @@ -182,6 +183,8 @@ There's also a list of WebTorrent-powered alternatives to centralized services h [cinetimes]: http://cinetimes.org/ [bitlove]: https://bitlove.org/ [lofitorrent]: https://lofitorrent.js.org/ +[live-torrent]: https://live.computer +[live-torrent-source]: https://github.com/pldubouilh/live-torrent ## How does WebTorrent work?