Skip to content
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

HLS and Schema.org support #66

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TamaraGunkel
Copy link

Hi,

this pull request makes two contributions:

  1. If the video mime type of a HTML5 video is recognized as HLS type, the library HLS.js is loaded. This allows the HTML5 player to stream the video. This would be especially helpful for lecture recordings that have a big file size and thus take long to load if not streamed.
  2. We don't want to give our teachers direct links to static files because they might be invalidated after a while in our setting. Thus, we want to provide them with a fixed link to a site containing "dynamic" video specifications. The PR uses a general approach to achieve this. We built upon the VideoObject schema.org specification which is also used by other websites. If the referenced website contains such an object, the video metadata is extracted and the resources are passed to the HTML5 player to display the video.

We would be really happy if this could be integrated.
If there are any questions or changes required, please let me know.
Best,
Tamara

@fhamelin
Copy link

fhamelin commented Jun 8, 2022

I would be interested to have HLS support too. Is there a chance this PR might be accepted anytime soon? Thanks!

@EricGuic
Copy link

EricGuic commented Jun 8, 2023

Hi, HLS support would be great. Is there any update ?
Thanks.

@llttugraz
Copy link

Hello, we'd also like to see that feature implemented and I wanted to ask, if there is a reason as to why this hasn't moved forward.
Thanks

@ptitloup
Copy link

Hello, we need the same, any chance to have it ? Thx !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants