How to Secure Videos from downloadng

Home Forums WPLMS AddOns WPLMS S3 How to Secure Videos from downloadng

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #24323
    webcreativeng
    Spectator
    Ok. I think I'm pretty close to finish line. I change my resources to restrict PUBLIC access yesterday and thats fine now. Three final questions (and I'm done)
    • IF I set the expiry to ONE minute, I load the page with video and I DONT click play button until after 5 minutes, will the video still play? It stops playing - says:
      Error loading this resource
    • Can it be less than one minute, because someone can quickly use that link and download the resource within one minute
    • Then why DO I have the following options when I right-click a playing video, can I remove them? See attachment...  They ALL work -
      • Open Video in a new tab,
      • Save Video
    Thanks
    #36831
    techcmantix
    Spectator
    vibe i set my these as my bucket policy , and linked media's from this bucket . this prevent downloading from any software's but this also prevent plays in mobile devices { "Version": "2012-10-17", "Id": "padeepz Media Policy", "Statement": [ { "Sid": "Allow get requests referred by www.padeepz.com and padeepz.com", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::bucket name/*", "Condition": { "StringLike": { "aws:Referer": [ "http://padeepz.com/*", "http://www.padeepz.com/*" ] } } }, { "Sid": "Explicit deny to ensure requests are allowed only from specific referrer.", "Effect": "Deny", "Principal": "*", "Action": "s3:getobject", "Resource": "arn:aws:s3:::bucket name/*", "Condition": { "StringNotLike": { "aws:Referer": [ "http://padeepz.com/*", "http://www.padeepz.com/*" ] } } } ] }  
    #36850
    MrVibe
    Keymaster
    The bucket policy seems correct. I am assuming you've replaced the "bucket name" to your actual bucket name . The example in Amazon states this :
    {
      "Version":"2012-10-17",
      "Id":"http referer policy example",
      "Statement":[
        {
          "Sid":"Allow get requests originating from www.example.com and example.com.",
          "Effect":"Allow",
          "Principal":"*",
          "Action":"s3:GetObject",
          "Resource":"arn:aws:s3:::examplebucket/*",
          "Condition":{
            "StringLike":{"aws:Referer":["http://www.example.com/*","http://example.com/*"]}
          }
        }
      ]
    }
    refer link The video should not be available in the new tab.
    #36949
    techcmantix
    Spectator
    yes i have changed the bucket name , the PROBLEM is that this prevent the audio/video from playing in android devices , no problem in desktop versions (windows 8/10) have any solutions ????
    #36985
    techcmantix
    Spectator
    my domain www.padeepz.com/wp-admin user name:  padeepz-admin password : <span style="line-height: 1.5;">padeepz123)(*</span> check out this track http://www.padeepz.com/unit/algorithm-analysis/ the track in this page plays in desktop but not in android devices i used the bucket policy given above (which i have posted ) im really stuck here , helpme out <p class="MsoNormal"></p>
Viewing 5 posts - 16 through 20 (of 20 total)
  • The topic ‘How to Secure Videos from downloadng’ is closed to new replies.