Variable speed

Hello!

I am interested in customizing the interactive video player to allow variable speed playback.  Any advice on how this might be achieved.  

Greatly appreciate everything!

Rolla

0
0
Supporter votes Members of the Supporter Network can vote for feature requests. When the supporter network has generated sufficient funding for the top voted feature request it will normally be implemented and released. More about the H5P Supporter Network
thomasmars's picture

There is an active pull request on github for exactly this, which will likely be included in the next release. You can check it out and see if it adheres to your requirements. Feel free to try it out and collaborate with the creator if there are something that could be improved.

Let me know how it works out for you :)

otacke's picture

Hey, Rolla!

I implemented that feature just recently :-) You can find my changes to the code at https://github.com/otacke/h5p-video (that's basically the interface to different sources) and at https://github.com/otacke/h5p-interactive-video (that's where the user interface get's a new button). Just contact me if you need support for my tiny addition.

Cheers

Oliver

Thank you so much guys!  Can the features only work on youtube player?  The reason that I ask is that I have prevent access to the content without a login.  I guess a related question would be - can the interactive video features of h5p be applied to any html5 player?  Then I could find a player with the features I need and then benefit from h5p.

I am so grateful!

Rolla

 

otacke's picture

It'll work with YouTube and HTML5, too.

And yes. Have a look at https://github.com/h5p/h5p-video/tree/master/scripts. In principle, you can integrate whatever player you like, and teach interactive-video to use it.