Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Video download protection

  1. #1
    Join Date
    May 2008
    Posts
    11

    Default Video download protection

    I want ask if it si possible to make some protection , so that is´nt possible to extract the video URL from source code, and than download this video.

    For example:
    This is part of source code of my site, which can see everyone:

    <script type="text/javascript">
    var so = new SWFObject("http://www..../player/player.swf","vshare_player","425","350","8");
    so.addParam("allowfullscreen","true");
    so.addVariable("file","http://www...../flvideo/1212438906371020886.flv");
    .
    .
    .


    Is no problem to copy the url of the video and download it.
    How to prevent this?

  2. #2
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Video download protection

    The .htaccess is a protection to prevent video downloads.

  3. #3
    Join Date
    May 2008
    Posts
    11

    Default Re: Video download protection

    Quote Originally Posted by ramesh
    The .htaccess is a protection to prevent video downloads.
    But is not problem, when i extract full path to the video from source code, download this video.
    In the source code is full link, with video name, it suffice to copy and paste this link to the browser and I can the video download.

  4. #4
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Video download protection

    Vshare flv hotlink protection
    i think this will help you please read this

    http://docs.buyscripts.in/Vshare_flv_hotlink_protection

  5. #5
    Join Date
    May 2008
    Posts
    11

    Default Re: Video download protection

    Quote Originally Posted by sanil
    Vshare flv hotlink protection
    i think this will help you please read this

    http://docs.buyscripts.in/Vshare_flv_hotlink_protection
    http://docs.buyscripts.in/Vshare_flv_hotlink_protection:

    Upload the file to your "flvideo" folder. This will cause embedded video to stop working if you use OBJECT method, use frame method if you are disabling hotlink protection.

    .htaccess file used in http://video.bizhat.com is

    RewriteEngine On
    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://video.bizhat.com [NC]
    RewriteRule .*.(jpg|flv)$ - [NC,F]


    And have does it work?
    Because , try this copy and paste to your browser :
    Code:
    http://video.bizhat.com/flvideo/12108624041789125209.flv

  6. #6
    Join Date
    May 2008
    Posts
    11

    Default Re: Video download protection

    Nobody knows have to protect the source code? No ideas?
    It´s very important for me.

  7. #7
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Video download protection

    hey.videlov
    i know your problem.but in your version thats not work .
    i think that work in progress kindly wait for the v share next release.
    i can sure next release will solve your problem :D

  8. #8
    Join Date
    May 2008
    Posts
    11

    Default Re: Video download protection

    Quote Originally Posted by sanil
    hey.videlov
    i know your problem.but in your version thats not work .
    i think that work in progress kindly wait for the v share next release.
    i can sure next release will solve your problem :D
    OK, thanks

    And when can be next release avalaible?

  9. #9
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Video download protection

    comming soon

  10. #10
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Video download protection

    We are woking on the new version.We will release the latest version vShare 2.7 as soon as possible.

Page 1 of 2 12 LastLast

Similar Threads

  1. Download Video Mod for 2.7
    By MauiRedMan in forum Template Modifications
    Replies: 8
    Last Post: 09-27-2009, 05:07 PM
  2. hotlinking protection
    By RAMMSTEIN in forum General Discussions
    Replies: 1
    Last Post: 04-26-2009, 02:41 PM
  3. Videos hotlink protection
    By RAMMSTEIN in forum Feature Requests
    Replies: 18
    Last Post: 11-08-2008, 11:43 PM
  4. cannot download .wmv video
    By robaldo in forum Installation Support
    Replies: 1
    Last Post: 03-24-2008, 08:37 AM
  5. Hotlink Protection!
    By joecool6101 in forum Feature Requests
    Replies: 4
    Last Post: 07-26-2007, 09:49 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •