-
-
Notifications
You must be signed in to change notification settings - Fork 385
Add Video Streaming Section #671
Changes from 5 commits
3744661
8719797
ce81e7d
1e40202
549a465
32a20fe
6b02e55
1d515bf
67d790e
9ed8755
cbc8a26
4d7cf44
2101d8d
25b2cc5
b8496fe
f163d84
fe6641e
62fce50
01a95e4
01d8ab9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1727,6 +1727,53 @@ <h3>Worth Mentioning</h3> | |
<li><a href="https://pi-hole.net/">Pi-hole</a> - A network-wide DNS server for the Raspberry Pi. Blocks advertising and tracking domains for all devices on your network.</li> | ||
</ul> | ||
|
||
<h1 id="Video Streaming" class="anchor"><a href="#video"><i class="fas fa-link anchor-icon"></i></a> Video Streaming</h1> | ||
|
||
<div class="row mb-2"> | ||
|
||
|
||
{% include card.html color="success" | ||
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." | ||
%} | ||
|
||
{% include card.html color="primary" | ||
title="PeerTube" | ||
image="assets/img/tools/peertube.png" | ||
url="https://joinpeertube.org/" | ||
footer="OS: Windows, macOS, Linux, Web." | ||
description="PeerTube is a federated video streaming alternative." | ||
%} | ||
|
||
{% include card.html color="warning" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. IMHO this should be remove due to it not being a streaming service and added to a different section. Also freetube and invidious are two different softwares There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I understand, but Freetube is based on Invidio1. This is meant to be similar to how KeePass and KeePassXC are together2. I'll try to make this more apparent.
Remove PeerTube? I thought PeerTube was doing a really good job, I would be open to considering changing it to a PeerTube provider. This might be a better choice. What do you think should replace it? |
||
title="Invidio / FreeTube" | ||
image="assets/img/tools/freetube.png" | ||
url="https://github.com/FreeTubeApp/FreeTube" | ||
footer="OS: Windows, macOS, Linux, Web." | ||
description="Invidio is a privacy respecting API for YouTube." | ||
%} </div> | ||
|
||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe put dtube here instead of worth mentioning to replace invidious? |
||
|
||
<h3>Warning</h3> | ||
<ul> | ||
<li>Note: As of Dec 2018, LBRY does not have official support for TOR or I2p.</li> | ||
</ul> | ||
|
||
|
||
|
||
<h3>Worth Mentioning</h3> | ||
<ul> | ||
<li><a href="https://github.com/misses-robot/KopyKate-Big/blob/master/README.md">KopyKate</a> - A decentralized uncensored video streaming service on ZeroNet.</li> | ||
<li><a href="https://d.tube/">DTube</a> - A distributed video streaming service based on IPFS.</li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe add bitchute here since it is more popular p2p streaming service than the others, and move dtube up There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would, but cannot find Bitchute's source code. This leads me to believe it is non-free, is this correct? If you can find the source code (under a free software license) I would certainly consider adding it.@ADepic |
||
</ul> | ||
|
||
|
||
|
||
|
||
<h1 id="notebook" class="anchor"><a href="#notebook"><i class="fas fa-link anchor-icon"></i></a> Digital Notebook</h1> | ||
|
||
<div class="alert alert-warning" role="alert"> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Peertube has an android app. Does it have desktop applications?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ADepic It is mainly accessed via the web but, some people do self-host. Can you send Android client URL?