-
-
Notifications
You must be signed in to change notification settings - Fork 692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to play video stream without Piped proxy #2817
Comments
I was checking more on it. And saw this. #794 (comment) |
That linked issue is about something different. |
This issue is reasonable in my opinion due to the recent YouTube rate limiting waves. |
Noob here. Is it YouTubes fault that piped is not working more than it is actually working? |
Assuming that i understand your question the right way, yes, it's Youtubes fault that piped is not working because they are rate limiting very heavily (by piped server IPs). Also, it's Youtubes fault that we even need piped :) |
Yes you understood my question. Damn, bloody YouTube. I wonder what will happen now then if they continue with this rate limiting bullocks. |
I'm assuming such an option would be toggleable per-user and not a global option for the instance owner to change, right? Also, on top of the benefits mentioned already, this option could additionally help users on instances with heavy traffic load as they would not have to deal with slow video delivery times (I've noticed some instances are pretty slow to buffer videos, likely because of this proxying). Furthermore it could help instance owners offload bandwidth usage, even if by a little bit. |
Yes, the option would be a user preference in the Piped frontend - the proxy will stay enabled by default because probably not all users use a VPN by default. By using Piped you expect to not send any requests directly to YT anymore, and that's how it should stay (if not changed explicitly). |
Nevertheless, @FireMasterK has the last word on whether we implement an option to disable the proxy, or not. Also, videos from YouTube music probably don't work when the proxy is disabled, which should be noted here. I would work on this if Kavin agrees. |
I'm already working on this. This cannot be done without an extension, as we have to deal with |
So the reason https://piped.kavin.rocks hasn't worked (videos don't play) for many days now is because of YouTube? I just want to know so I know its not something that is wrong on my end. Is this instance also not working for everyone else? Should I switch instance or are none working? |
Yes, see #2809. |
It is possible to run this feature without a VPN.However, it doesn't open all videos both with and without VPN.🤔 I have used on LibreTube.We will not be able to run LibreTube |
Perhaps Piped could add an option to use the official YouTube embed iframe. Downsides:
This option should include a warning to explain the risks, but it's probably the only feasible Proxy alternative that doesn't require an extension. It's still a better compromise for users that would otherwise fall back to using youtube.com instead when the proxy is down. |
That's not needed IMO, Cause Invidious has option to turn off proxy. |
There is a reason why, I recommend this feature, Because not many people care about privacy they just wanna get rid of Ads. Having proxy makes loading the video slower. |
Interesting, it does indeed seem to work on Invidious. |
Here is Invidious' code that builds the URL & request: |
Invidious doesn't use DASH but MPEG-4 streams containing audio and video at once. Drawbacks
|
This is not a good idea. It would be great to use YouTube.js 🤔instead.https://github.com/LuanRT/YouTube.js |
With #3658 this seems more relevant now. |
Describe the feature
In libretube we can turn off Proxy for video stream.
Why would this be useful to add?
In current state, It' s useful and we just need to turn on our VPN.
Concept(s)
No response
Additional context
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: