How to password lock the content, but also allow embeddings? #1013
Replies: 2 comments
-
Also looking for this. |
Beta Was this translation helpful? Give feedback.
-
I have a demo with a working solution for this, described in issue #1090 The requirements are:
The current limitations for my use are:
I'm evaluating it in Canvas (an online learning platform) to allow for embedded videos in the courses without making all the videos publicly accessible to any viewer. It's not perfect security, but it's reasonable for the use-case in my opinion. I think the utility of MediaCMS is very suitable for this use case, and works around the normal Kaltura issues in a pretty useful way for self-hosted videos. After some more review, I am hopeful to be able to refine it according to the issue open points and release a PR. |
Beta Was this translation helpful? Give feedback.
-
Hi There,
I have a goofy usecase here.
I run an online school program and use MediaCMS to host and serve our video lectures. We primarily serve the videos as Iframe Embeds on the WordPress site that requires an account membership to access.
I do see that MediaCMS has a config option to require user login to access the videos,
GLOBAL_LOGIN_REQUIRED = True
in thedeploy/docker/local_settings.py
file.This is great, but it also forces the rule on embeds.
Is there a variable that exists (or could be added) that would allow the embeds of the media files to not be password protected, like 'GLOBAL_LOGIN_EMBED_BYPASS = True'
Or even better a domain whitelist that would disable the login requirement for embed on whitelisted domains?
Please and thank you!
Beta Was this translation helpful? Give feedback.
All reactions