by sirkike on
11 Mar 2009
I buy a external disk of 1T for videos cache :D hehe. But, i need some help, i mount the external disk with this mount -t smbfs -o username=xxx,password=xxx,uid=99,gid=99 //192.168.66.76/cache /cache/remoto The disk is mounted right, and change configuration in /etc/videocache.conf and in /etc/httpd/.. all works perfectly but, i need to be mounted automatically the disk, so i put "mount -t smbfs -o username=xxx,password=xxx,uid=99,gid=99 //192.168.66.76/cache /cache/remoto" (i use ...
1 Answers
by bellera on
11 Mar 2009
Hello! Many of my users are using URLs like: youtube.com/v/video_id youtube.com/v/v/video_id These URLS show the video at full screen and the video is downloaded from googlevideo.com cache as usual. videocache doesn't cache the video when using these URL. Example: http://www.youtube.com/watch?v=mG_vXNvrfiU http://www.youtube.com/v/mG_vXNvrfiU http://www.youtube.com/v/v/mG_vXNvrfiU Regards, Josep Pujadas
5 Answers
by Anonymous on
10 Mar 2009
Hi... i'm trying to use videocache but without success... i have installed squid 2.7 STABLE6, an apache server and the lastest version of videocache and the components (iniparse and urlgrabber), the apache and squid configuration has ok, and videocache aparently its ok... squid intercepts the requisition and in the log of videocache shows: 2009-03-10 20:21:28,681 23078 189.77.9.2 - REQUEST - ...
18 Answers
by Anonymous on
9 Mar 2009
Hello, I have had some definite trouble getting videocache to work on my copy of Squid. Squid works normally and caches as per usual WITHOUT the videocache lines added to my squid.conf file. As soon as I add them to my Squid.conf file; I lose all proxy access and it stops working. Here are the errors I receive in my cache.log file. 2009/03/09 10:03:01| Starting Squid Cache version 3.0.STABLE1 for i486-pc-linux-gnu... 2009/03/09 10:03:01| Process ID 21766 2009/03/09 10:03:01| With 1024 file ...
10 Answers
by zinhell on
28 Feb 2009
Hi all, I found another way to solve this error message problem "DOWNLOAD_ERR YOUTUBE An error occured while retrieving the video" My problem solved in videocache 1.9. After i change cache_host and proxy in /etc/videocache.conf file to use my proxy interface next in squid.conf we must add access list to allow ip address 10.0.99.2 and my problem solved example : in /etc/videocache.conf cache_host 10.0.99.2 proxy http://10.0.99.2:3128/ in /usr/local/squid/etc/squid.conf acl LAN_1 src ...
8 Answers
by Anonymous on
28 Feb 2009
Hi i just wonder if 60GB is a normal size of video cache log file ?? i put 10 in the videocache log file size field in the config file ..
15 Answers
by Anonymous on
28 Feb 2009
What steps will reproduce the problem? 1. Ubuntu 8.04.2 2. Python 2.5.2 3. iniparse-0.3.0 4. videocache-1.9.tar.gz 5. while installing videocache iniparse errors out... # python setup.py install Traceback (most recent call last): File "setup.py", line 395, in <module> main(root) File "setup.py", line 333, in main mainconf = readMainConfig(readStartupConfig(config_file, root)) File "/home/dmonty/Download/videocache-1.9/videocache/config.py", line 710, in ...
11 Answers
by bellera on
27 Feb 2009
Hello! The code doesn't detect videoplay for video.google.com and related (.es, .uk, .fr, ...). It detects videoplayback: if (host.find('.google.com') > -1 or host.find('.googlevideo.com') > -1 or re.compile('\\.google\\.[a-z][a-z]') .search(host) or re.compile('^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4] [0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$').match(host)) and ...
0 Answers
by Anonymous on
26 Feb 2009
Is it possible to ad the second disk without losing data in the first disk, and is it possible to auto delete files which are not accesses for two weeks ? Regards Faton
2 Answers
by Anonymous on
25 Feb 2009
Hi if the video not all loaded, not work seek bar??? tks
12 Answers