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

Feature request: Add regular Vimeo (not Pro) support #64

Open
frumbert opened this issue Dec 16, 2021 · 6 comments
Open

Feature request: Add regular Vimeo (not Pro) support #64

frumbert opened this issue Dec 16, 2021 · 6 comments

Comments

@frumbert
Copy link

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).

@otacke
Copy link
Contributor

otacke commented Dec 16, 2021

Being worked on. https://github.com/h5p/h5p-video/tree/vimeo

@EricGuic
Copy link

EricGuic commented Jun 8, 2023

Hi @otacke, does this work on Vimeo's iframe could benefit to Peertube support too ?
Peertube also have a documented API, and offer iframe and oEmbed sharing options.
Thanks.

@otacke
Copy link
Contributor

otacke commented Jun 8, 2023

@EricGuic Sure, someone could add a peertube handler as well.

@EricGuic
Copy link

EricGuic commented Jun 8, 2023

@otacke Thanks for your answer. I'm not a developper, but how may I help you (or someone else) to implement this ?

@otacke
Copy link
Contributor

otacke commented Jun 8, 2023

@EricGuic I am not a maintainer of this repository, and I currently don’t have enough free time to work on this.

@EricGuic
Copy link

EricGuic commented Jun 9, 2023

Thanks @otacke, let's wait to see if someone else offers his help. Best regards.

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

No branches or pull requests

3 participants