I need to protect videos and present them to members of a Role. The videos are in a Protected folder and can be accessed with LinkClick.aspx urls. But those video cannot be previewed/skipped through or rewound - they need to download completely first. Is there a LinkClick.aspx alternative (or preferably an enhancement) that copes with HTTP Range requests, 206 Partial Content responses, Content-Range, etc so that the videos can be skipped through yet remain protected?
Have you considered using any kind of video gallery module or structured content template that supports video instead? Allowing video to be displayed and previewed requires more than just linking to it in any specific way.
Thanks for replying, Will. Can you suggest any that can still protect the video? I need to be certain that if someone with legitimate access to the video shares the link to the video with someone else, then that other person needs to sign in (and be a member of a particular role) before the video can be viewed. None of the modules I have looked at do this, hence looking at protected folders and LinkClick.aspx functionality. LinkClick.aspx links work, but they don't have the streaming functionality for skipping through a video.
Posted By James Clarkson on 2/27/2025 9:50 AM Thanks for replying, Will. Can you suggest any that can still protect the video? I need to be certain that if someone with legitimate access to the video shares the link to the video with someone else, then that other person needs to sign in (and be a member of a particular role) before the video can be viewed. None of the modules I have looked at do this, hence looking at protected folders and LinkClick.aspx functionality. LinkClick.aspx links work, but they don't have the streaming functionality for skipping through a video.
If it were me, I'd use a combination of a folder provider (e.g., Evotiva Global Storage) to host the videos securely at a cloud file serving location (e.g., Azure, Amazon, etc.). Then, implement a module like the EasyDNN Gallery module to display the videos. This approach will give you an easy-to-backup and restore solution that hosts the files in a redundant and highly available serving location which includes built-in (configurable) permissions to protect the video. Then, you further display and protect the video on the site using the gallery module and on-site permissions in DNN.
Another way to do this now that I think about it would be to use a paid account at Vimeo (or another site like it). The paid account ensures that the video is only played at domains/sites you choose. Then, you just copy/paste the embed codes, or write a module to integrate with their API to pull them in directly to your site.
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.