-
-
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
Livestream support #5
Comments
The main issue with this is that YouTube adds CORS headers on all assets, which functionally means you can't make XHR requests (which are required for viewing livestreams). There is already a feature in Invidious that allows you to get around this, but it's not been tested fully. |
The feature should be added/enabled on the site so I can test it. |
I misspoke: there are a couple of issues with that are still being fixed. Namely: how to properly generate a working manifest and serve the necessary assets. You can generate a manifest for the given video by asking There are still some issues that need to be worked out, but expect it to be added soon. |
I wonder if it is possible to view the chat along with the livestream. If it is, please consider implementing it. |
How much longer until they are supported? |
So, is it possible to view the chat of a live stream or not? |
Not currently, although I would recommend opening that as a new issue "Add live chat" or similar. |
It would be nice if it supported the playback of Livestreams. Right now I get a "No compatible source was found for this media" error message when trying to view one.
The text was updated successfully, but these errors were encountered: