Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Video Streaming [new?] #1150

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all 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 _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<a class="dropdown-item" href="/providers/search-engines/"><span class="fas fa-search fa-fw"></span> Search Engines</a>
<a class="dropdown-item" href="/providers/social-networks/"><span class="fas fa-expand-arrows-alt fa-fw"></span> Social Networks</a>
<a class="dropdown-item" href="/providers/social-news-aggregator/"><span class="far fa-newspaper fa-fw"></span> Social News Aggregators</a>
<a class="dropdown-item" href="/software/video-streaming/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Video Streaming</a> <a class="dropdown-item" href="/providers/vpn/"><span class="far fa-eye-slash fa-fw"></span> VPN</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

You've duplicated VPN in the navbar:

Suggested change
<a class="dropdown-item" href="/software/video-streaming/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Video Streaming</a> <a class="dropdown-item" href="/providers/vpn/"><span class="far fa-eye-slash fa-fw"></span> VPN</a>
<a class="dropdown-item" href="/software/video-streaming/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Video Streaming</a>

<a class="dropdown-item" href="/providers/vpn/"><span class="far fa-eye-slash fa-fw"></span> VPN</a>
</span>
</details>
Expand Down
27 changes: 27 additions & 0 deletions _includes/sections/video-streaming.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<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="MediaGoblin"
image="/assets/img/tools/mediagoblin.png"
url="https://www.mediagoblin.org/"
footer="OS: Windows, macOS, Linux, FreeBSD, Web."
description="MediaGoblin is a free/libre tool to host media files in a distributed manner."
%}
Comment on lines +5 to +11
Copy link
Contributor

Choose a reason for hiding this comment

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

For cardv2, replacing it with this can work:

{% include cardv2.html
title="MediaGoblin"
image="/assets/img/tools/mediagoblin.png"
website="https://www.mediagoblin.org/"
description="MediaGoblin is a free/libre tool to host media files in a distributed manner."
%}


{% include card.html color="primary"
title="Invidious"
image="/assets/img/tools/invidious.png"
url="https://github.com/omarroth/invidious/wiki/Invidious-Instances"
footer="OS: Windows, macOS, Linux, Web."
description="Invidious, an open-source privacy respecting API for YouTube."
Copy link
Contributor

@djoate djoate Oct 26, 2019

Choose a reason for hiding this comment

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

Suggested change
description="Invidious, an open-source privacy respecting API for YouTube."
description="Invidious is an open-source alternative front-end to YouTube. It has no ads and no need for a Google account to save subscriptions. <a href="https://github.com/omarroth/invidious/wiki/Invidious-Instances">List of Instances</a>"

Invidious isn't just an API; it's also a front-end for YouTube as described by the description and the README of the repo: https://github.com/omarroth/invidious.

We should also make the website link to invidio.us and have the alternate instances separate. That is how searx is handled on privacytools.io

%}
Comment on lines +13 to +19
Copy link
Contributor

Choose a reason for hiding this comment

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

For cardv2, replacing it with this can work (this takes into account my suggestion from https://github.com/privacytoolsIO/privacytools.io/pull/1150/files#r339316663)

{% include cardv2.html
title="Invidious"
image="/assets/img/tools/invidious.png"
website="https://invidio.us/
description="Invidious is an open-source alternative front-end to YouTube. It has no ads and no need for a Google account to save subscriptions. <a href='https://github.com/omarroth/invidious/wiki/Invidious-Instances'>List of Instances</a>"
github="https://github.com/omarroth/invidious"
%}


</div>

<h3>Worth Mentioning</h3>

<ul>
<li><a href="https://freetubeapp.io/">FreeTube</a> - FreeTube is an free software video streaming client utilizing <a href='https://invidio.us/'>Invidious</a></li>
Copy link
Contributor

Choose a reason for hiding this comment

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

It is worth mentioning that one of the key features of FreeTube is that it stores user data on the client and not on a server.

Suggested change
<li><a href="https://freetubeapp.io/">FreeTube</a> - FreeTube is an free software video streaming client utilizing <a href='https://invidio.us/'>Invidious</a></li>
<li><a href="https://freetubeapp.io/">FreeTube</a> - FreeTube is an open-source video streaming client utilizing the <a href='https://invidio.us/'>Invidious API</a>, letting you watch YouTube privately on desktop. All of your user data is stored locally and never sent or published to the internet.</li>

</ul>
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/invidious.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/mediagoblin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
116 changes: 116 additions & 0 deletions assets/img/tools/mediagoblin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions pages/old.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@

{% include sections/social-networks.html %}

{% include sections/video-streaming.html %}

{% include sections/social-news-aggregator.html %}

{% include sections/dns.html %}
Expand Down
8 changes: 8 additions & 0 deletions pages/software/video-streaming.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: page
permalink: /software/video-streaming/
title: "Video Streaming Services"
description: "Video Streaming"
---

{% include sections/video-streaming.html %}
8 changes: 8 additions & 0 deletions source_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,14 @@ Worth Mentioning:

GNU Social: https://gnu.io/source/

## Video Streaming
ggg27 marked this conversation as resolved.
Show resolved Hide resolved

MediaGoblin: https://git.savannah.gnu.org/git/mediagoblin.git/

Invidious: https://github.com/omarroth/invidious

FreeTube: https://github.com/FreeTubeApp/FreeTube

## Social News Aggregators

Aether: https://github.com/nehbit/aether
Expand Down