It will be grate if vshare had this feature for video protection.

The best video protection that i have seen on a video web site is at freeviewmovies.com.
  • - you can't download their videos.
    - you can't see where they have hosted their videos.
    - change video hosting without embed problem
    - flv video player is free
    - use RTMP video streaming

Is the total video protection site. No one can hotlink your videos even steal your videos. :lol:

Dose someone know what kind of encryption do they use?

they player code on their site:
Code:
<div id="video_area"><h6>You must install Macromedia Flash to see this player.</h6></div>
				<script type="text/javascript">
				var so = new SWFObject('/flv/flvplayer_new.swf','mpl','675','500','8');
				so.addVariable('config','/flv/skin/config.php?id=19599');
				so.addVariable('height','500');
				so.addVariable('width','675');
				so.addParam('allowscriptaccess','always');
				so.addParam('allowfullscreen','true');
				so.addParam('wmode', 'transparent');
				so.write('video_area');
				</script>
This is their embed code
Code:
<embed width="450" height="370" src="http://freeviewmovies.com/flv/flvplayer.swf" FlashVars="config=http://freeviewmovies.com/flv/skin/ofconfig.php?id=19545" quality="high" bgcolor="#000000" name="flvplayer" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowFullScreen="true"/>
<div style="width:450px;text-align:center;font-weight:bold;">Teen Porn</div>
From the above code they are calling the video with a php file and the video ID. The PHP file is a XML file and if you enter the "http://freeviewmovies.com/flv/skin/ofconfig.php?id=19545" you wil get this code.
Code:
<config>
?
<file>
rtmp://content.freeviewmovies.com/freeviewmovies_vod/
</file>
<id>A23113/A23113</id>
<autostart>true</autostart>
<backcolor>0x000000</backcolor>
<frontcolor>0xff6600</frontcolor>
<lightcolor>0xff6600</lightcolor>
<screencolor>0x000000</screencolor>
<link>http://www.freeviewmovies.com/test.php?do=embed</link>
<linkfromdisplay>true</linkfromdisplay>
<linktarget>_self</linktarget>
<logo>http://www.freeviewmovies.com/images/fvm.png</logo>
<volume>75</volume>
<autostart>false</autostart>
<usefullscreen>true</usefullscreen>
<searchbar>false</searchbar>
<thumbsinplaylist>true</thumbsinplaylist>
<recommendations>http://www.freeviewmovies.com/flv/reco.php</recommendations>
</config>