-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
QUESTION: How does Invidious handle video streams? #1325
Labels
question
Further information is requested
Comments
I may be mistaken but it seems like these would be the relevant lines: Lines 5376 to 5597 in 62f015f
This comment might also be helpful: #453 (comment) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working on a project and I want to know how does Invidious handle the video streaming without making any connection to googlevideo from the client. Is it streaming the video through the invidious server to the client? If so, how is it done?
I have taken a look to the code, but I don't really undestand the structure and I've never worked with Crystal nor Ruby on rails so it's a bit slow for me. I can read and investigate the part of the code that is doing that if you can tell me where it is.
Thanks!
The text was updated successfully, but these errors were encountered: