Interactive Video: can only upload one video

This is for the Moodle implementation of H5P.

When we upgraded to the latest version of H5P, we lost the ability to upload more than one video when creating NEW Interactive Video modules.

On pre-existing modules, we can still upload multiple videos. See the screenshots below.

 

NEWER COURSES

 

OLDER COURSES

 

Hi,
I have the same issue after an upgrade from Moodle 3.9 to 4.5, my Interactive content type allow adding one video stream but lost the ability to add more stream. Did you fix that on your Moodle, I didn't got any luck searching what is going on with that ?

Thanks!

We never got it fixed. Ultimately gave up and stuck with the medium resolution video.

Thank for the follow up.

Found out, that if I import an old .h5p file done on Moodle 4.1 (using library h5p v1.24 I think) these work normally and I could modify them on me Moodle 4.5, it is if we start a new activity h5p interactive video from sratch that it seem to take the library h5p of the local Moodle install that has the bug we experienced.

So on my side I instructed staff to import an old .h5p file as a template for new Interactive video they want to do, for now.

Thanks 

Yep. We discovered that too. 

Maybe with this current flurry of comments, the development team will figure out what is wrong with their "upgrade" to Interactive Video.  

BV52's picture

Hi All,

Can you please check if there are any errors in the browser console. I have not been able to reproduce this issue. 

-BV

Please go to www.CASP.ca, and use the Contact us. You know your way around the browser controls better than I, so I'd rather give you access than muddle through myself.

BV52's picture

Hi RogueAgent,

I sent the message. BTW which version of the H5P plugin and Interactive Video are you using?

-BV

Sorry. I never received a message. Please try emailing support 'at' CASP 'dot' ca

Hi,

attached are an exemple with nothing relevant in the browser console, and I have the exact same comportment when I create a new one with Logiquiz, so does not seem Moodle related to me.

As long as I didn't provided a first link everything seem normal.
Thank for your help.

BV52's picture

Hi ams,

You're correct, there is nothing in the console that points to the issue. Same as above can you please tell me which version of the H5P plugin are you using and the version of the Interactive Video's library. 

-BV

Under the standalone logiquiz program, I see they have library 1.27, 1.26, 1.24 and 1.22 installed, so when I create a new probably it take the latest one.
On my Moodle 4.5 it's the core h5plib_v127, didn't tried the plugin version.

Thanks,

Jean-Francois

BV52's picture

Hi Jean-Francois,

Thank you for information. This explains why I am unable to reproduce the issue and I apologize for not asking earlier. The version of H5P you are using was developed by Moodle Core. The best place to reach out would be their forum: https://moodle.org/mod/forum/view.php?id=8603

-BV

otacke's picture

I see the same happening on WordPress. May find some time tomorrow to have a look.

If there is additional information you need, let me know where to find it.

BV52's picture

Hi RogueAgent,

Can you confirm if you are using the H5P plugin (black H5P icon) or the H5P core version (blue H5P icon)? If it is the H5P core version I suggest that you visit the Moodle forum I linked above.

-BV

Blue icon. I have always used H5P core.

otacke's picture

Here's your ticket with issue analysis, and here's your fix.

The problem is in H5P core.

@RogueAgent: H5P core by the way does not mean Moodle's own inbuilt H5P integration, but the abstraction layer of H5P between content types and H5P integrations which is platform agnostic and the same on WordPress, Drupal, etc., see https://snordian.de/2023/04/22/what-was-that-thing-again-an-h5p-architecture-overview/). It's what Moodle calls "H5P integration library".

@BV You don't see the issue on H5P.com, because the JavaScript code of H5P core is minified and bundled there, and either the code gets stricter by that process or H5P Group runs a separate version of H5P core where that issue was fixed but not ported to H5P core as we know it - details in the ticket.

BV52's picture

Thanks Oliver!