Hello List.
I installed videocache from source on Debian Lenny and was looking at the videocache.log and noticed that I'm getting CACHE_FULL YOUTUBE. I don't know what I'm doing wrong since videocache is not caching videos. I also checked /var/spool/videocache/youtube and there isn't anything in there.
This is what my videocache.conf looks like:
enable_video_cache = 1
cache_host = 127.0.0.1
proxy = http://127.0.0.1:3128/
proxy_username =
proxy_password =
hit_threshold = 1
# I want 10GB of videos
base_dir = /var/spool/videocache/ : 10240
disk_avail_threshold = 100
This is videocache.log:
2010-01-20 18:27:06,158 25578 172.16.254.10 - REQUEST - http://v9.lscache8.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Ce...
2010-01-20 18:27:06,160 25578 172.16.254.10 5dc2e107819e6513 URL_HIT YOUTUBE http://v9.lscache8.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Ce...
2010-01-20 18:27:06,160 25578 172.16.254.10 5dc2e107819e6513 CACHE_MISS YOUTUBE Requested video was not found in cache.
2010-01-20 18:27:06,169 25578 172.16.254.10 5dc2e107819e6513 NEW_URL YOUTUBE http://v9.lscache8.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Ce...
2010-01-20 18:27:08,742 25581 172.16.254.10 5dc2e107819e6513 SCHEDULED YOUTUBE Video scheduled for download.
2010-01-20 18:27:08,745 25619 172.16.254.10 5dc2e107819e6513 CACHE_FULL YOUTUBE Cache directory '/var/spool/videocache/' has exceeded the maximum size allowed.
Sorry for the double post. Thanks in advanced for your help.
