security - Amazon cloudfront how to set signed url outdated if used one time -


I need to protect my video using "Internet Download Manager - IDM / IDM"

  1 rtmp section 2. signed url 3. the end date of the signed URL (60 seconds) 4. i * autostar *  

and To set the player (jwplayer) and I need to set the signed URL old if it is used one time then Using this solution, IDM will get a URL that is already blocked if it is already used

Is there any way to use only once signed url There is a way to configure Clifterfront; / P>

or any solution that can protect the video from being uploaded and used in other web sites.

Can you please help? Thanks in advance

CloudFront does not support the ability to play a single URL once and The reason for this is that the only way to do this will be to share information to all your side servers - they currently do not share the state, which means that scaling is very easy and performance is very good.

Unfortunately, if you are looking for better granular control over how your videos are played, you will need a more precise code that you can not do in the cloudfront - You will need to host the content at

Idea 1: Count to limit You can apply the idea that you have - once you have used the URL, you no longer serve that file Are there. Idea 2: Referrer limit You can see referrer header and if it is from your website, then allow to download content Otherwise, reject it Note: It can be tricked and a user can manually set the referrer header.

It is technically impossible to stop downloading and uploading a video, by showing them the video, there is actually no way to do that without recording those bits and later on It's probably things to run again, such as preventing clicks or using a strange proprietary format or something, but I'm not familiar with DRM technology.


Comments