mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 13:13:35 +01:00
Add Piped to Video Streaming (#634)
This commit is contained in:
parent
e8d1e74b39
commit
9855c3b415
@ -5,6 +5,9 @@ logo_dark: /assets/img/video-streaming/invidious-dark.svg
|
|||||||
description: |
|
description: |
|
||||||
**Invidious** is a free and open source front end for YouTube that is also self-hostable. There are list of [public instances](https://instances.invidious.io). Some instances have [Tor](https://www.torproject.org) onion services support.
|
**Invidious** is a free and open source front end for YouTube that is also self-hostable. There are list of [public instances](https://instances.invidious.io). Some instances have [Tor](https://www.torproject.org) onion services support.
|
||||||
|
|
||||||
|
#### Use case
|
||||||
|
Invidious is useful if you want to disable JavaScript in your browser. It does not provide privacy by itself and we don’t recommend logging into any accounts.
|
||||||
|
|
||||||
#### Notes
|
#### Notes
|
||||||
Invidious does not proxy the video stream through its server by default. Videos watched through Invidious will still make direct connections to Google's servers (googlevideo.com), however, some instances support video proxying. This can be enabled by adding `&local=true` to the URL.
|
Invidious does not proxy the video stream through its server by default. Videos watched through Invidious will still make direct connections to Google's servers (googlevideo.com), however, some instances support video proxying. This can be enabled by adding `&local=true` to the URL.
|
||||||
|
|
||||||
|
20
_data/software/video-streaming-front-ends/2_piped.yml
Normal file
20
_data/software/video-streaming-front-ends/2_piped.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
title: Piped
|
||||||
|
type: Recommendation
|
||||||
|
logo: /assets/img/video-streaming/piped.svg
|
||||||
|
description: |
|
||||||
|
**Piped** is a free and open source front end for YouTube that is also self-hostable. Piped has 2 public instances at [piped.kavin.rocks](https://piped.kavin.rocks/) and [piped.mint.lgbt](https://piped.mint.lgbt/).
|
||||||
|
|
||||||
|
#### Use case
|
||||||
|
Piped is useful if you want to use [SponsorBlock](https://sponsor.ajay.app) without installing an extension or to access age-restricted content without an account. It does not provide privacy by itself and we don’t recommend logging into any accounts.
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
When self-hosting, it is important that you have other people using your instance as well in order for you to blend in. You should be careful with where and how you are hosting Piped, as other peoples' usage will be linked to your hosting.
|
||||||
|
|
||||||
|
When you are using an Piped instance, be sure to go read the Privacy Policy of that specific instance. Piped instances can be modified by their owners and therefore may not reflect their associated privacy policy.
|
||||||
|
|
||||||
|
website: 'https://piped.kavin.rocks/'
|
||||||
|
downloads:
|
||||||
|
- icon: fas fa-globe-americas
|
||||||
|
url: 'https://piped.kavin.rocks'
|
||||||
|
- icon: fab fa-github
|
||||||
|
url: 'https://github.com/TeamPiped/Piped'
|
2
assets/img/video-streaming/piped.svg
Normal file
2
assets/img/video-streaming/piped.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 5.0 KiB |
@ -5,7 +5,7 @@ description: |
|
|||||||
The primary threat when using a video streaming platform is that your streaming habits and subscription lists could be used to profile you. You should combine these tools with a [VPN](/providers/vpn/) or [Tor](https://www.torproject.org/) to make it harder to profile your usage.
|
The primary threat when using a video streaming platform is that your streaming habits and subscription lists could be used to profile you. You should combine these tools with a [VPN](/providers/vpn/) or [Tor](https://www.torproject.org/) to make it harder to profile your usage.
|
||||||
---
|
---
|
||||||
|
|
||||||
## Client
|
## Clients
|
||||||
|
|
||||||
{% for item_hash in site.data.software.video-streaming-clients %}
|
{% for item_hash in site.data.software.video-streaming-clients %}
|
||||||
{% assign item = item_hash[1] %}
|
{% assign item = item_hash[1] %}
|
||||||
@ -18,7 +18,7 @@ description: |
|
|||||||
|
|
||||||
## Web-based Frontends
|
## Web-based Frontends
|
||||||
|
|
||||||
The recommended frontend below is useful if you want to disable JavaScript in your browser. It does not provide privacy by itself and we don't recommend logging into any accounts.
|
|
||||||
|
|
||||||
{% for item_hash in site.data.software.video-streaming-front-ends %}
|
{% for item_hash in site.data.software.video-streaming-front-ends %}
|
||||||
{% assign item = item_hash[1] %}
|
{% assign item = item_hash[1] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user