-
-
Notifications
You must be signed in to change notification settings - Fork 385
Video Streaming [new?] #1150
Video Streaming [new?] #1150
Changes from all commits
79daf48
ebf46c9
f4fe29e
b3ea84b
6ccf25e
8062c05
7c665ef
80ddcc2
fd786ab
e6bd1ef
578c742
f99671b
a2dd0e9
c218832
968ca02
feaa838
b8b2f87
9155a15
a554b15
d64b8ea
c4e2231
4ece250
1882009
55461e3
8d4b098
8444c58
746ef41
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 | ||||
---|---|---|---|---|---|---|
@@ -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
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. For cardv2, replacing it with this can work:
|
||||||
|
||||||
{% 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." | ||||||
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.
Suggested change
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
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. 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)
|
||||||
|
||||||
</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> | ||||||
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. 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
|
||||||
</ul> |
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 %} |
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.
You've duplicated VPN in the navbar: