You are hereVideoCache Update Script
New version 1.9.2 of Videocache has added support for new URLs/domains being used by Youtube and Metacafe to serve videos. 1.9.2 performs much better as compared to all previous versions and will not eat up your CPU :-) Proceed to right now and enjoy caching. See notes about 1.9.2 here.
VideoCache Update Script
The update script was first introduced in version 1.3 of Videocache. Update script helps in updating or modifying the configuration files, creating directories for caching and making other changes that you intend to make via the main configuration file /etc/videocache.conf . It also generates the new Apache configuration file to suite your new configuration.
Note : You must reload the Apache web server and restart/reload squid proxy server after running the videocache update script.
Example : You want to store the cached videos in /videocache/ instead of /var/spool/videocache/ .
Solution : Change the option in /etc/videocache.conf file and run update-vc script as root
[root@localhost ~]# update-vc
OR
[root@localhost ~]# /usr/sbin/update-vc
The second command should be used if /usr/sbin is not in your $PATH.
If you installed videocache with --home or --prefix or --install-root option, then you should run update script command as given below
[root@localhost ~]# update-vc --home=/path/to/videocache/
OR
[root@localhost ~]# /usr/sbin/update-vc --home=/path/to/videocache/

