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
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Streaming-Video-Media-tp17185149p17186473.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to