-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download of video by a right click should not be possible #293
Comments
Same question as in #289: @chfsx Is this a bug you would fix or should we ask @ferishili to do so, since it concerns the Paella player? |
Since it is Paella related, I will take a look, but not sure if that is easy to prevent |
It is prevented in Paella 7 on our Opencast 15 we run on our Test-Opencast. |
Paella docs regarding this are here: https://paellaplayer.upv.es/#/doc/mp4_video_plugin.md |
@snoesberger: Can you answer @reiferschris question? |
In Opencast this can easily be configured with the |
fixes opencast-ilias#289, fixes opencast-ilias#292, fixes opencast-ilias#293, fixes opencast-ilias#294
refs opencast-ilias#289, refs opencast-ilias#292, refs opencast-ilias#293, refs opencast-ilias#294
After pulling #295 (for Release 8), the bug no longer exists. I therefore close this issue. |
* release_8: [RELEASE] new Version v8.0.7 [RELEASE] new Version v8.0.6 install paella-user-tracking v1.42.4 upgrade opencast-api lib to v1.7 fixes opencast-ilias#298 paella improvements fixes opencast-ilias#289, fixes opencast-ilias#292, fixes opencast-ilias#293, fixes opencast-ilias#294 improve livestream config, refs opencast-ilias#286 [FIX] correct supports_cli variable (did support cli setup anyway) [RELEASE] new Version v8.0.5 [FIX] compatibility issue with EULA section in form [FIX] removed double strict-types declarations [FIX] make code compliant to the ILIAS 7 version
* release_8: [RELEASE] Version v8.1.1 [FIX] bad merge conflict leads to error in StandardPlayerDataBuilder opencast-ilias#324 [RELEASE] Version v8.1.0 [Release 8] OCT Text feature opencast-ilias#290 [Release 8] Upload Thumbnail (Preview) opencast-ilias#305 [Release 8] Upload Subtitles opencast-ilias#277 [Release 8] New Right management opencast-ilias#301 [RELEASE] new Version v8.0.7 [RELEASE] new Version v8.0.6 install paella-user-tracking v1.42.4 upgrade opencast-api lib to v1.7 fixes opencast-ilias#298 paella improvements fixes opencast-ilias#289, fixes opencast-ilias#292, fixes opencast-ilias#293, fixes opencast-ilias#294 improve livestream config, refs opencast-ilias#286 [FIX] correct supports_cli variable (did support cli setup anyway) [RELEASE] new Version v8.0.5 [FIX] compatibility issue with EULA section in form [FIX] removed double strict-types declarations [FIX] make code compliant to the ILIAS 7 version
Describe the bug
With Paella 7, the videos can be downloaded using the right click and then "Save video". This should not be the case.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not be possible to download the video that easily. Possible solution: The right click
Environment (please complete the following information):
Additional context
It might be a solution, to make changes in paella-player.js (under: Prevent video download).
The text was updated successfully, but these errors were encountered: