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

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

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
- Original Message - From: "?? ?. " <[EMAIL PROTECTED]> To: "Tomcat Users List" 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 Deb

Re: Streaming Video Media

2008-05-12 Thread Александър Л . Димитров
Quoth Johnny Kewl: > Oh I see... something interesting to look at, and its fun (very off topic > though ;) > http://www.youtube.com/watch?v=1uwOL4rB-go > > That is not easy to save... little utility I have fails to get this video. > I dont know how they doing it... but it may be a trick the op can

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
. --- - Original Message - From: "Alan Chaney" <[EMAIL PROTECTED]> To: "Tomcat Users List" 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 f

Re: Streaming Video Media

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

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 user

Re: Streaming Video Media

2008-05-12 Thread Johnny Kewl
. --- - Original Message - From: "bperquku" <[EMAIL PROTECTED]> To: 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 bperquku
r > 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-V

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

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 archi