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...
http://chi-v180.chi.youtube.com/get_video?video_id=04Ok0piOE2A&signature=D0DCB1D691AD33FE4AF19220ACBA240934D8AC24.05140038E156AAFFE0F7D25A7A82148EFAA108BD&ip=123.123.123.123&ipbits=16&expire=1206495944&key=yt1&sver=2
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