this post was submitted on 14 Aug 2024
24 points (100.0% liked)
Privacy
31803 readers
348 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’m still quite new to this but it is my understanding that invidious does serve as a proxy IF you are using a public instance. This is, I believe, why many instances get hit by the “sign in to confirm you’re not a bot, this helps protect our community” error due to so much traffic from the instance IP.
If you’re hosting your own instance YouTube will be able to see your IP. Since while it’s technically proxying your video requests, it’s still on your network.
I’m new to invidious and networking stuff in general so if I’m wrong please correct me.
by default it doesn't proxy the video stream you are getting from YouTube. it just extract the link to that stream and sent it to your browser and then you browser plays that stream URL which points to google's server so google is able to see your IP address.
however there is an option called "DASH" if you enable this option the stream would be proxied by your invidious instances. this options is disabled on most of the public instances because of high bandwidth usage.
Ah I see! Thanks for the explainer, I see where I misunderstood it.
I thought invidious got the entire video stream and streamed it back to the viewer - not just the link to it. So even if YouTube sees the invidious instance ip as the one grabbing the link, it would still see your ip as the one actually watching the stream.
I guess the bot related error I mentioned comes from when the server tries to get the stream link.