General discussion

Unable to upload video

I'm trying to create an interactive video using the h5p module in Drupal 6 (running as a local development site on MAMP). Whenever I try to upload video be it mp4 or WebM, I get the error message: SyntaxError: Unexpected token I. I've tried uploading the video both from my desktop and from a folder created within the Drupal sites folder.

As you may have guessed, I'm fairly new to Drupal and am using it specifically to create an interactive video as a proof of concept or an educational project I'm working on. Any help much appreciated!

Jon

h5p.json mainLibrary

h5p.json got, according to H5P specifications, the following properties:

Mandatory:
title, language, machineName, preloadedDependencies, embedTypes

Option:
contentType, description, author, license, dynamicDependencies, width, height, metaKeywords, metaDescription

But I got the following error if I does not have mainLibrary defined:
"The required property mainLibrary is missing from h5p.json"

(By the way, the example Boardgame does not have this property..)

Pages