Demo - Secure Video
This demo show the various possibility available with a secured (or crypto, cryptographic) video on the Interner from domain specified or not in the security file. Just to check what it happens when someone try to link or embedd a secured video from your site (in this case www.vista.it ) visit and browse the samples at http://www.video-live-streaming.com/video_secured_ing_link.asp .
Security file:
# WARNING: DO NOT EDIT OR DELETE THIS SECURITY FILE!
# WARNING: Date Format Is: dd/m(m)/yyyy
$security-match-key
9e1a83a4a7cfda0f46a6398e96d44b5a
$start-security-key-update
#------------- Codebase list ---------------
$code-base-list
http://www.vista.it
#-------------------------------------------
#------------ Document base list -----------
$document-base-list
#-------------------------------------------
as show above this video can be visible on the Internet only from the web domain www.vista.it, indeed no other domains are specified in the Codebase list section; it cannot be view as an external link from other domains as Document base list section is empty.
Way to use a secured video and a security file:
For detail notes regarding security file structure find out more at the relative section, while to check the security file used in this demo see below:
<!-- VideoVista copy code from here -->
<applet myscript code="videovista.class" archive="videovista.jar"
name="VideoVista" width="490" height="290">
<param name="VideoPath" value="video/catch_and_release_secure.vvf">
<param name="BurstSeek" value="true" />
<param name="BurstConnection" value="true" />
<param name="AutoPlay" value="false" />
<param name="MegaVision" value="true" />
<param name="ToolBarSkinStretchingArea" value="147,149" />
<param name="ToolBarSkinControlPosition" value="0,88,13,3" />
<param name="ToolbarSkinPath" value="/video/toolbar/milano_by_night.jpg" />
<param name="Stretch" value="false" />
<param name="SkinBorderLine" value="0,0,0" />
<param name="SecurityPath" value="video_security.txt">
<a href=http://www.vista.it/videovista/support/java_download
alt="Java Download" target="_blank"><br>
Per poter vedere il video occorre Java;<br>
seguire questo collegamento per installare Java<br><br>
The video available on this page requires Java;
<br>follow this link to install it<br></a>
</applet>
<!-- VideoVista copy code to here -->
Updated: 01-04-2010

Secure your video to your web domain !!