thank you for your reply,
Actually my webapp uses a db authentication, but even registered users will not have to download videos, only to see them.
thnx.
Александър Л. Димитров wrote:
Hi,
Quoth bperquku:
> Hi,
> I installed Tomcat 6.0. I have sample webapp that streams's video content.
> Is it possible somke how to protect video from downloading
Simplest suggestion: why don't you just let the webapp authenticate the user
against some user DB? If security isn't a concern there are even simpler methods
(like, md5-hash the password and store it locally).
Query for it with a JS input dialog or an http form. If it's supposed to be very
secure, use SSL on top.
Aleks