by Anonymous on
28 Jan 2009
I have videocache 1.7 working now. It downloads the videos and I see the .flv file on my disk. The problem is that when watch the same video (youtube) it says "The video is no longer available" and in my logs I see the following over and over .. any ideas?? 2009/01/28 10:33:52| WARNING: Forwarding loop detected for: GET ...
8 Answers
by Kulbir Saini on
27 Jan 2009
Dear all, I am creating this topic for capturing your requests for caching new websites. Please reply to this topic in order you want a website to be included in videocache and I'll add it to the Todo List. Please provide as much details as possible about the website and the videos! Thank you for using videocache!
61 Answers
by Anonymous on
23 Jan 2009
videocache causes my squid to core dump due to the python script and the XMLRPC server any chance for an updated version please?
1 Answers
by lopan on
23 Jan 2009
Hello there, When I'd created the: Statistics from youtube_cache.log by day (http://cachevideos.com/forum/post/statistics-youtubecachelog-day), I put a routine to alter the date of modified of file when it is request on day. With this is possible to delete the files that no have access for a long time. For execute this, use: ./script.sh A B where: A = File's data was last modified A*24 hours ago. B = Use Y to delete without ask you. #!/bin/sh # lopan dot eti at gmail dot com (Author: ...
19 Answers
by salah on
20 Jan 2009
Hi I suggest a tmp directory for every site, what the idea of it? when a video is downloaded for the first time, it stays in the tmp directory of youtube for example , until this movie is served from the cache it moves to the permanent directory of youtube and stays there. the movies that are in the tmp directory of youtube which has been downloaded and viewed only once must be deleted after a specific time for example 3 months . the idea is not to full the harddrive with movies only ...
1 Answers
by Anonymous on
20 Jan 2009
When a cached file is written to the cache directory it is chmodded 0600 and owned by squid:squid. Thus apache can't read the file. System is a Fedora 10 and videocache has been installed via RPM. SELinux is disabled.
3 Answers
by Anonymous on
18 Jan 2009
I've installed videocache 1.6 on my ubuntu system and got an error: Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.4/threading.py", line 442, in "bootstrap self.run() File "/usr/share/videocache/videocache.py", line 790, in run download_scheduler() File "/usr/share/videocache/videocache.py", line 759, in download_scheduler if video_id_pool.get_conn_number() < max_parallel_downloads: File ...
2 Answers
by Anonymous on
17 Jan 2009
Any way to run in Windows with Python 2.6?
12 Answers
by Anonymous on
17 Jan 2009
Is the list of videos to download stored in a file somewhere or is it all in memory?
1 Answers
by Anonymous on
17 Jan 2009
Live environment, ubuntu 8.04 with Squid2.7.STABLE5 Squid Cache: Version 2.7.STABLE5 configure options: '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-linux-netfilter' '--enable-removal-policies' '--enable-async-io' '--enable-storeio=ufs,diskd,coss,aufs,null' '--with-pthreads' '--sysconfdir=/etc/squid' '--libexecdir=/usr/libexec/squid' '--localstatedir=/var' ...
1 Answers