Search code examples
flashvideoflvdrmcopy-protection

How can I protection my FLV videos?


I have some FLV videos was to play on web (play in a flash player, e.g. JWPlayer). How can I protect it? I do not want someone else to download these videos! The videos was high secret! Only allow play on my website.


Solution

  • there is no 100percent protection... as long as your website streams the video to a endpoint it might save the video... and reupload it whereever he wants...

    things you could do: build an encrypted data-transportation-layer, implement some challange-based authentification, obfuscate your code, and hope that no-one reverse-engineers your authentication-algo/key :)