Update src/content/minpluto/introduction.mdx

This commit is contained in:
Korbs 2024-07-13 20:22:39 -04:00
parent bc096e974c
commit cd3251af9c

View file

@ -26,12 +26,18 @@ MinPluto is currently in an early alpha stage, which does not yet have an accoun
MinPluto by itself does not collect any data about you or any other user. MinPluto by itself does not collect any data about you or any other user.
If you decide to opt-in to the telemtry, the Telemtry page will list what is logged and what is not logged.
However, please keep in mind that on other MinPluto instances, the instance operator can log your IP address like any other server could. However, please keep in mind that on other MinPluto instances, the instance operator can log your IP address like any other server could.
**What is a YouTube frontend?** **What is a YouTube/Twitch frontend?**
A frontend is its own UI and service that serves data from another platform such as YouTube, Twitter, Reddit, etc. A frontend is its own UI and service that serves data from another platform such as YouTube, Twitter, Reddit, etc.
**Why use a different frontend and not use the real thing?** **Why use a different frontend and not use the real thing?**
There are multiple reasons to use a frontend like MinPluto. Reasons such as like privacy, to avoid being tracked from invasive companies; speed, to avoid the bloated pages that these platforms have…frontends are commonly lightweight; and another reason is maybe to avoid ads, all frontends dont serve ads like these platforms do. There are multiple reasons to use a frontend like MinPluto. Reasons such as like privacy, to avoid being tracked from invasive companies; speed, to avoid the bloated pages that these platforms have…frontend alternatives are commonly lightweight; and another reason is to avoid ads, all frontends dont serve ads like these platforms do.
**Why is the player different for Twitch Streams?**
In order to support playing live streams for MinPluto a technology known as HLS(HTTP Live Streaming) has to be added to a supported player, in this case VideoJS. Using your browser's built-in player will not work and this has not been tested for Zorn yet.