Re: Streaming Video Media

2008-05-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan, Alan Chaney wrote: | The best thing that you can do is to try and avoid having the download | link actually appear in the web page. I would also make sure that the Referer [sic] header matches a page that contains the video. Browsers should

Streaming Video Media

2008-05-12 Thread 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 -- View this message in context: http://www.nabble.com/Streaming-Video-Media-tp17185149p17185149.html Sent from the Tomcat - User mailing list archive

Re: Streaming Video Media

2008-05-12 Thread Александър Л . Димитров
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

Re: Streaming Video Media

2008-05-12 Thread bperquku
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

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
. --- - Original Message - From: bperquku [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, May 12, 2008 12:48 PM Subject: Streaming Video Media Hi bper... Security always becomes a big subject. I think in your case you looking for BASIC security, tomcat is just

Re: Streaming Video Media

2008-05-12 Thread Alan Chaney
My understanding is that you want your users to be able to *view* a streaming file but not download it to their file system? Unfortunately there is no way to absolutely prevent this happening, because the data of the file MUST be transferred from the server to the browser to allow the end

Re: Streaming Video Media

2008-05-12 Thread bperquku
PROTECTED] -- View this message in context: http://www.nabble.com/Streaming-Video-Media-tp17185149p17186923.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
. --- - Original Message - From: Alan Chaney [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, May 12, 2008 2:42 PM Subject: Re: Streaming Video Media My understanding is that you want your users to be able to *view* a streaming file

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
- Original Message - From: ?? ?. [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, May 12, 2008 9:13 PM Subject: Re: Streaming Video Media Then you should replace your little utility. There's a nice script in the Debian repositories, it's

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
'youtube-dl' works... brilliant thanks. ... this is the best mailing list on the web ;) You totally right, if the data comes to the machine, you gotta be able to get it. Thanks, I will try the 'youtube-dl' util next time ;)