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
Thanks a lot, Alan Chaney wrote: > > 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

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
--- HARBOR: http://coolharbor.100free.com/index.htm The most powerful application server on earth. The only real POJO Application Server. Making the Java dream come true. --

Re: Streaming Video Media

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

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