Search code examples
securityflashvideo-streaming

How to stop videos from being downloaded from my website


I have an online class website where I have put videos for different courses. Users can view the videos, but I want them to be unable to download the videos by any means (e.g using any third party software or by copying the video link). How can I implement this?


Solution

  • You can use Amazon Elastic Transcoder to transcode your videos to HLS(HTTP Live Streaming). HLS use segments of the encrypted video from s3. This will prevent downloading of videos from s3.

    https://aws.amazon.com/elastictranscoder/