Variable speed
Submitted by rcouchman on Wed, 07/20/2016 - 03:11
Forums:
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
thomasmars
Wed, 07/20/2016 - 10:16
Permalink
Hi,
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
Wed, 07/20/2016 - 14:00
Permalink
Hey, Rolla!I implemented that
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
rcouchman
Sun, 07/24/2016 - 13:31
Permalink
Thank you so much guys! Can
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
Sun, 07/24/2016 - 17:12
Permalink
HTML5 video
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.