Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
<a class="dropdown-item" href="{{prefix}}#darknets">Self-contained Networks</a>
<a class="dropdown-item" href="{{prefix}}#social">Social Networks</a>
<a class="dropdown-item" href="{{prefix}}#dns">DNS</a>
<a class="dropdown-item" href="{{prefix}}#video">Video Streaming</a>
<a class="dropdown-item" href="{{prefix}}#notebook">Digital Notebook</a>
<a class="dropdown-item" href="{{prefix}}#paste">Paste Services</a>
<a class="dropdown-item" href="{{prefix}}#productivity">Productivity Tools</a>
Expand Down
Binary file added assets/img/tools/freetube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/tools/lbry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/tools/peertube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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, FreeBSD, Web."
description="PeerTube is a federated video streaming alternative."
%}

{% include card.html color="warning"
Copy link

Choose a reason for hiding this comment

The 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

Copy link
Contributor Author

@asddsaz asddsaz Jan 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also freetube and invidious are two different softwares

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.

IMHO this should be remove due to it not being a streaming service and added to a different section.

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="FreeTube is an free software video streaming client utilizing <a href="https://invidio.us/">Invidio</a>, an open-source privacy respecting API for YouTube."
%} </div>


Copy link

Choose a reason for hiding this comment

The 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>
Copy link

Choose a reason for hiding this comment

The 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

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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">
Expand Down