since the last time i ask u bout the delay pool on youtube video streaming 2 months ago... i have been lost since u got so many update on ur cache video development...
so here im asking again if u have any update on the matters..
1) stop or cancel the video caching immediately when the user close the browser even thou the video not finish.if not it gonna use my entire download bandwidth until the video fully cached & making other user hard to surf..
2) add delay pool option to ur script since delay pool on squid.conf wont limit youtube video streaming...
thanks for ur hard work...
*its nice to have a forum now...
alvarez
9 Answers
I also kinda got lost somewhere because I couldn't really keep up with suggestions without a forum. Here are my answers to your questions.
In case you have more suggestions or answers look confusing, please feel free to reply here :)
Thanks for using videocache.
Hi
here is how to add delay pool to squid to limit the bandwidth of youtube and the other sites.
i gave an example of 512k for videocache sites, and other sites if the admin will add in the future.
acl bad_sites url_regex -i youtube.com redtube.com some_other_sites.com
delay_pools 1
delay_class 1 1
delay_access 1 allow bad_sites
delay_parameters 1 64000/8192
hope this will help.
try it and tell me your opinion .
Hi salah,
Thank for the suggestion. I hope this will help the above user.
Is it possible to use directly the acl provided by videocache's squid conf to use delay pools ?
Redvivi,
I think that should work out of the box. Please try.
Thank You!
I have this ACL .. I hope it help's
acl youtube urlpath_regex \\/(get_video\\?|videodownload\\?|videoplayback.*id) \\.(flv)\\? \\/ads\\?
Hi salah thanks for the rules but it doesn't work
cache hits are never delayed!