Re: [squid-users] you tube +delay pool

2008-03-25 Thread Chris Robertson
Amos Jeffries wrote: Chris Robertson wrote: s f wrote: hi, here is the things u mentioned acl our_networks src x.x.x.x/x delay_pools 1 delay_class 1 2 delay_parameters 1 -1/-1 2048/8000 #delay_parameters 1 4096/8000 acl dp url_regex -i \.mp3$ \.wmv$ \.avi$ \.wma$ \.mpe?g$ acl dp1

Re: [squid-users] you tube +delay pool

2008-03-25 Thread Amos Jeffries
Chris Robertson wrote: s f wrote: hi, here is the things u mentioned acl our_networks src x.x.x.x/x delay_pools 1 delay_class 1 2 delay_parameters 1 -1/-1 2048/8000 #delay_parameters 1 4096/8000 acl dp url_regex -i \.mp3$ \.wmv$ \.avi$ \.wma$ \.mpe?g$ acl dp1 rep_mime_type video/flv #acl

Re: [squid-users] you tube +delay pool

2008-03-25 Thread s f
Hi, I tried but its not working. I know this is a lame answer but before mailing you all i even tried with this delay_pools 1 delay_class 1 1 delay_parameters 1 1000/1000 acl dp rep_mime_type video/flv delay_access 1 allow dp The videos from sites like youtube, metacafe, dialymotion plays

Re: [squid-users] you tube +delay pool

2008-03-25 Thread Adrian Chadd
Uhm, doesn't delay_access only match on -request-, not -reply-? :) (I've got a patch here to match on reply for delay_pools that a customer would like me to integrate.) Adrian On Tue, Mar 25, 2008, s f wrote: Hi, I tried but its not working. I know this is a lame answer but before

Re: [squid-users] you tube +delay pool

2008-03-25 Thread martin perner
Hi, I think the problem is that the delaypool acls are only done by a fast lookup. That means that not every ACL-type is used in delay_access. a solution is to include the wanted acl in the http_access, where it is normally processed and the result get cached so it can be used in

Re: [squid-users] you tube +delay pool

2008-03-25 Thread Chris Robertson
s f wrote: Hi, I tried but its not working. I know this is a lame answer but before mailing you all i even tried with this delay_pools 1 delay_class 1 1 delay_parameters 1 1000/1000 acl dp rep_mime_type video/flv delay_access 1 allow dp The videos from sites like youtube, metacafe,

Re: [squid-users] you tube +delay pool

2008-03-24 Thread Chris Robertson
s f wrote: hi, here is the things u mentioned acl our_networks src x.x.x.x/x delay_pools 1 delay_class 1 2 delay_parameters 1 -1/-1 2048/8000 #delay_parameters 1 4096/8000 acl dp url_regex -i \.mp3$ \.wmv$ \.avi$ \.wma$ \.mpe?g$ acl dp1 rep_mime_type video/flv #acl youtube url_regex -i youtube

Re: [squid-users] you tube +delay pool

2008-03-22 Thread s f
hi, here is the things u mentioned acl our_networks src x.x.x.x/x delay_pools 1 delay_class 1 2 delay_parameters 1 -1/-1 2048/8000 #delay_parameters 1 4096/8000 acl dp url_regex -i \.mp3$ \.wmv$ \.avi$ \.wma$ \.mpe?g$ acl dp1 rep_mime_type video/flv #acl youtube url_regex -i youtube acl youtube

Re: [squid-users] you tube +delay pool

2008-03-20 Thread Chris Robertson
s f wrote: Hello, I am trying to put you tube and other flv videos in delay pool acl flvvideo rep_mime_type video/flv delay_access 1 allow flvvideo our_networks But its not working. How can I do that? That looks like a good start, but without context. How is the delay pool set up? Do