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, dialymotion plays smoothly.
> I verified with access.log and the reqest are there on proxy.
> upon checking /usr/local/squid/bin/squidclient mgr:delay, the delay
> pool is not currently used.
>
> I again tried with
>
> delay_pools 1
> delay_class 1 1
> delay_parameters 1 1000/1000
> acl dp url_regex \.flv$
>
The problem here is that the final request for a movie from YouTube
movie is more like...
No flv string anywhere in there. "acl dp url_regex get_video" looks
like it would work better. At least for YouTube. Over all, it looks
like you would be best served by the patch Adrian mentions in his reply.
> delay_access 1 allow dp
>
> But the result is same.
>
> What could be the problem? Have anyone tried putting flash video in delay pool?
> - Show quoted text -
>
Chris
Received on Tue Mar 25 2008 - 13:57:09 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Apr 01 2008 - 13:00:05 MDT