-
Notifications
You must be signed in to change notification settings - Fork 73
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
Feature request: Add regular Vimeo (not Pro) support #64
Comments
Being worked on. https://github.com/h5p/h5p-video/tree/vimeo |
Hi @otacke, does this work on Vimeo's iframe could benefit to Peertube support too ? |
@EricGuic Sure, someone could add a peertube handler as well. |
@otacke Thanks for your answer. I'm not a developper, but how may I help you (or someone else) to implement this ? |
@EricGuic I am not a maintainer of this repository, and I currently don’t have enough free time to work on this. |
Thanks @otacke, let's wait to see if someone else offers his help. Best regards. |
Vimeo Pro lets you access the underlying mp4 file directly.
Regular Vimeo lets you embed a file through an iframe. I would like it H5P supported regular Vimeo.
You can control Vimeo videos using their javascript API - pretty similar to the methods you get access to through the YouTube javascript API.
The Vimeo player code is here: https://github.com/vimeo/player.js/.
You get methods for reading the duration, getting/setting the cue point, events for buffering, playback rate etc.
You would have the same limitations as the YouTube iframe player (e.g. any popovers or interface elements that appear you have no control over).
The text was updated successfully, but these errors were encountered: