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 dstdomain .youtube.com #rep_mime_type didnt worked so currently am having this. but since youtube has delay_access 1 allow dp our_networks delay_access 1 allow dp1 our_networks delay_access 1 allow youtube our_networks delay_access 1 deny all The delay pool is working for acl dp and youtube. But there is no effect in youtube videos. On Fri, Mar 21, 2008 at 7:19 AM, Chris Robertson <crobertson@xxxxxxx> wrote: > > 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 you only want to delay Flash video to certain clients? > If not, why are you specifying our_networks on the delay_access line > (assuming it is appropriately labeled)? > > Giving a more thorough accounting of your intentions, and providing your > full, stripped of comments conf file will allow us to better help. > > Chris >