Course presentation: ablity to prevent mp4 video download

jarvil's picture

Hello,

For some reason that I can't understand mp4-video files embedded to the course presentation can be download by all users (students) in Moodle. Can you add on option that you can disable this download-button if you want?

Summary: 
Course presentation: ablity to prevent mp4 video download
Content types: 
1
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
otacke's picture

Hi Jarvil!

It's not that difficult to explain or understand: It's what your browser does if you're using HTML5 video. Your best bet would probably be to override the stylesheet and hide the button, but that's not real protection still, as a look under the hood would still reveal the path to the video.

Best,

Oliver 

jarvil's picture

Hello,

Also if you hide the button with CSS you can still right click the video and select "download video". So conclusion is that video-feature is just badly implemented in course presentation -library since f.ex. in interactive video -library you cannot download the video at all.

otacke's picture

Hi Jarvil!

I'd rather argue that a software that is following the mission "to make it easy to create, share and reuse content" is failing if it tries to prevent users from downloading the content, but that's a different story ...

The video module of H5P uses the regular HTML5 object and you can do with it whatever the browser allows you to do, not H5P. You could add your own script that blocks the right mouse button on the video object, going down the futile road of on the surface blocking: Even if you did that, you could just have a look at the source code and get the video URL there. That's exactly what you can do with Interactive Video by the way. It's not solely relying on the browsers' HTML5 video player, but still exposes the video URL.

Best,
Oliver

jarvil's picture

Hello,

if you use interactive video you cannot download the mp4 so it's just a case of bad implementation in course presentation? Even if you hide the button with CSS you can still right click the video and select "download video".

jarvil's picture

Hello,

Thanks taking the time and for claryfying this for me, I didn't know your mission was to make it easy to share content so it's not a bad implementation but just a different implementations between course presentation and interactive video :) 

otacke's picture

Hei!

It is written in those large white letters on the front page ;-) There are quite some things that are not uniform, I give you that.

Best, 

Oliver