Hi Admin,
Till morning videocache was working fine but then its stop working as squid was not redirecting the youtube video url to it. after checking logs I found that video url has been change from http://v12.lscache5.googlevideo.com/ to http://v4.cache5.c.youtube.com/
after adding this below line in my squid.conf
acl videocache_allow_url url_regex -i \.c\.youtube\.com\/
But after squid is redirecting to videocache & Its only generating REQUEST in logs but it did not do any thing , like URL_HIT etc etc etc my log part is below.
same condition for the files which are already in cache of videocache.
thanks in advance.
my os is linux and distro is centos 5.3 + squid3.16 and it was running perfectly
TheOne Khan
2009-07-29 21:16:38,375 3749 10.101.10.1 - REQUEST - http://v4.cache5.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexp...
2009-07-29 21:16:38,375 3749 10.101.10.3 - REQUEST - http://v14.cache6.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cex...
