Existing Standalone Editor/Viewer Installations

We are a company that are trying to use the H5P Editor/Viewer fucntionality in our existing Rails/HTML application. What we are trying to do is use H5P functionality embedded in our own HTML, without H5P being a plugin for CMS - standalone.

Here are the questions:

1. Is it possible? I know there is a tutorial but we were unable to get it up and running.

2. Can anyone point me in the right direction or give me examples/URLs of existing and functioning standalone applications if they in fact exist?

3. Are there working examples of standalone H5P installation in a simple webpage with a backend storage engine?

Thanks!

 

Oleg

 

 

 

falcon's picture

Hi,

I can answer #1, it is possible and Joubel is planning to add a zip export to the H5P plugins that will allow you to download your content as a standalone package of .html, .js, .css etc files, or perhaps even just one big .html file. No ETA yet.

dgcruzing's picture

Great I was just looking for this,  as playing with it in Moodle and see the download button. Be nice to have a stand-alone program to play these in. 

castelmager's picture

Hi, 

I'm trying also to use h5p content in my html, I've followed this project : https://github.com/tunapanda/h5p-standalone/blob/master/

But couldn't make it run.

Exist another way to run h5p content as standalone project ?

Thanks!

Best Regards,

 

 

thomasmars's picture

Hi, not to my knowledge.
The h5p-cli has a built in server that you might be able to use or extend. I have not tried it myself though, so can't vouch for it.

Have you had any luck with this... I am trying to use the standalone project on github, but I get an error cause it is trying to load a file called h5p.json in the workspace folder... instead of the content I created and copied to the workspace folder 

otacke's picture

Hi!

If I remember the standalone version correctly, you will have to unzip the h5p file contents to your workspace folder. You cannot just copy the h5p file there.

Best,
Oliver

Thank you @otacke, it took me a while to find out it was a archive file that could be unzipped. 

Anyways, that error was due to the permissions of the folder containing the h5p contents. Had to change it to 775.

otacke's picture

Hey marbaque!

Glad you could figure it out!

Cheers,
Oliver

Mitt94's picture

Hi otacke , did you find any solution to play h5p file offline on android device without using any plugin or platform.Thank you very much and have a nice day.

otacke's picture

Hi Mitt!

I was never searching for one. You could use Edu-CAP (https://antares.net/educap.html) or you could build a single, simple local webserver for example.

Best,

Oliver 

Mitt94's picture

Sorry for late response by me.