I am a java developer. I am able to play video on jsp page via JMF(Java Media Framework) and other flash players. Also able to download that video file. Now I want to add some extra security features.
- A watermark should be visible when video is playing. Is this can be done in media player or need to attach watermark when video is creating. What is the way to achieve this functionality?
- Once video is downloaded, it should be played only once. After 1st play video should not be played again or be corrupted. How this functionality can be achieved/
If anyone have idea about this security or way of doing this, please drop some light... Thanks in advance.