Intro
Xvid AutoGraph is a technology to individually watermark and fingerprint online video. No two viewers will receive the same copy ever! Each viewer or downloader will receive a different, individually watermarked version of the video generated just for him/her. And since every distributed video copy is distinguishable, also every pirate copy potentially popping up in Bittorrent or on FileHosts can be effortlessly traced back to the original illegal uploader and thereby creates a strong counter-incentive for spreading pirated content in the first place. You can read more about content protection with Xvid AutoGraph here.
Basic Steps to enable AutoGraph-protected video distribution
In order to automatically generate uniquely watermarked download links for a certain video title from your website, the following steps need to have been done:
1) An application must have been created in your the account and the "client_id"/"client_secret" application credentials been obtained. The "client_id"/"client_secret" will be used to HMAC-sign the Autograph download links presented to each user of your site.
2) The video for which AutoGraph watermarked copies shall be distributed must first have been imported into our Xvid MediaHub account and must also have been enabled for AutoGraph distribution. This is done by launching a Video Import/Conversion job once (having the "Enable AutoGraph" checkbox marked). After successful import, a FileID can be obtained for the video, which may then be used to reference the video upon generating the uniquely watermarked copies.
3) As many individual download links per FileID as you need can then be effortlessly created via simple HMAC-based cryptographic signing of the link (we provide sample code for this, so no worry!). Every download is individually marked by providing a "Tag" parameter. The "Tag" may be e.g. the user_id or username of the downloading user.
For more details, check out our step-by-step walkthrough.