How to disactivate Video Download in a Column?

Hallo,

I have inserted, among other contents, a Mp4 Video in a H5P column. I have noticed that, once the column is published, it is possible for a user to download the video. How can I deactivate this feature (video download by a user)?

Thank you for help!

Tom

otacke's picture

Hi Tom!

H5P is using the browsers' HTML5 based player, so your best chance is to override the CSS (hide the download button) as described in H5P's documentation.

Best,

Oliver 

Hi Oliver, thanks a lot for your answer. Where in the documentation:

https://h5p.org/documentation

can I find the information I need?

Thanks again and best wiishes,

Tom

otacke's picture

Hi Tom!

Overriding stylesheets is described at https://h5p.org/documentation/for-developers/visual-changes

Best,

Oliver