how to disable download option for video in course presentation?

Dear H5P Team, 

How to disable video download option in course presentation in wordpress? I've tried using the 'disable video player controls', but it disables play, pause which I need. Is there a way to selectively disable download video? 

Best,

Jasper 

 

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
BV52's picture

Hi Jasper,

Thank you for the suggestion.

Currently this is not possible not unless use css to remove elements you don't want. If I remember correctly the download button you are talking about, is part of the html5 <video> element.

-BV52

Hi 

 

I am using H5P for interactive content on my website stemforclassrooms.com 

 

For every 6th link I try to browse it takes a long time to load say about a minute. Thereafter the load time is normal until the 6th time. Until the first 5 new page loads it is fine. 

 

The thing is it is slowing down both the front and back-end. 

 

Based on your support on forums, I’ve tried the below: 

 

Changed in default-constants.php:

// Define memory limits.

if ( ! defined( 'WP_MEMORY_LIMIT' ) ) {

if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) {

define( 'WP_MEMORY_LIMIT', $current_limit );

} elseif ( is_multisite() ) {

define( 'WP_MEMORY_LIMIT', '256M' );

} else {

define( 'WP_MEMORY_LIMIT', '256M' );

}

 

Then tried: 

sudo /opt/bitnami/ctlscript.sh restart

 

Also Ive increased memory to 256M in wp-config.php

define('WP_MEMORY_LIMIT', '256M');

/* That's all, stop editing! Happy blogging. */

 

 

I have also set Display Download button, Display Embed button  to never. Have unchecked Save content state: Allow logged-in users to resume tasks and not mentioned any timeline for Auto-save frequency (in seconds). 

 

Kindly advise. 

 

Regards,

Jasper 

fnoks's picture

Can I ask you where you are hosting your WordPress site?