From 67d790ecb1884ea9da0010f7f79a54e55853de49 Mon Sep 17 00:00:00 2001
From: asddsaz <42685606+asddsaz@users.noreply.github.com>
Date: Sat, 8 Jun 2019 18:07:28 +0000
Subject: [PATCH] Create video-streaming.html
---
_includes/sections/video-streaming.html | 38 +++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 _includes/sections/video-streaming.html
diff --git a/_includes/sections/video-streaming.html b/_includes/sections/video-streaming.html
new file mode 100644
index 00000000..6c1fe978
--- /dev/null
+++ b/_includes/sections/video-streaming.html
@@ -0,0 +1,38 @@
+
Video Streaming
+
+
+
+ {% include card.html color="success"
+ title="PeerTube"
+ image="assets/img/tools/peertube.png"
+ url="https://joinpeertube.org/"
+ footer="OS: Windows, macOS, Linux, FreeBSD, Web."
+ description="PeerTube is a federated video streaming alternative."
+ %}
+
+ {% include card.html color="primary"
+ title="Invidio / FreeTube"
+ image="assets/img/tools/freetube.png"
+ url="https://github.com/FreeTubeApp/FreeTube"
+ footer="OS: Windows, macOS, Linux, Web."
+ description="FreeTube is an free software video streaming client utilizing
Invidious, an open-source privacy respecting API for YouTube."
+ %}
+
+ {% include card.html color="warning"
+ title="LBRY"
+ image="assets/img/tools/lbry.png"
+ url="https://lbry.io/"
+ footer="OS: Windows, macOS, Linux, iOS, Android."
+ description="LBRY is a decentralized protocol for sharing data, similar to BitTorrent or ZeroNet."
+ %}
+
+ Warning
+
+ - Note: As of Dec 2018, LBRY does not have official support for TOR or I2p.
+
+
+ Worth Mentioning
+
+ - KopyKate - A decentralized uncensored video streaming service on ZeroNet.
+ - DTube - A distributed video streaming service based on IPFS.
+