Terlebih bila yang di install adalah videocache menggunakan squid atau software dari pihak ke tiga yang bernama videocache, tentunya butuh hardisk extra dan memory yang extra juga. Agar di hasilkan squid dan videocache yang mantap dan berkwalitas.Bersama ini saya sertakan cara install videocache dengan ubuntu.
Cara installasi videocache ubuntu :
Pertama install Python-Ini Parse boleh yang di bundle dalam tar.gz boleh juga menggunakan pakage deb. Disini saya gunakan paket Deb.
apt-get install python-urlgrabber
cd /usr/src
wget http://www.razametal.org/conf/videocache/python-iniparse_0.3.1-1_all.deb
dpkg --install python-iniparse_0.3.1-1_all.deb
cd /usr/src
wget http://www.razametal.org/conf/videocache/videocache-1.9.2.tar.gz
tar zxvf videocache-1.9.2.tar.gz
cd videocache-1.9.2
vi setup.pyubah beberapa file berikut sesuai user yang menjalankan squid dan webserver yang terinstall
squid_user = ‘proxy’
squid_group = ‘proxy’
apache_conf_dir = ‘/etc/apache2/conf.d/’
python setup.py install
vi /etc/videocache.confEdit beberapa bagian berikut ini :
cache_host = 127.0.0.1 < ganti dengan ip squidsisipkan code berikut didalam squid.conf
proxy = http://127.0.0.1:3128/ < ganti dengan ip squid dan port squid
base_dir = /var/www/videocache/
# –START videocache config for squid
url_rewrite_program /usr/bin/python /usr/share/videocache/videocache.py
url_rewrite_children 5
acl videocache_allow_url url_regex -i \.youtube\.com\/get_video\?
acl videocache_allow_url url_regex -i \.googlevideo\.com\/videoplayback \.googlevideo\.com\/get_video\?
acl videocache_allow_url url_regex -i \.google\.com\/videoplayback \.google\.com\/get_video\?
acl videocache_allow_url url_regex -i \.google\.[a-z][a-z]\/videoplayback \.google\.[a-z][a-z]\/get_video\?
acl videocache_allow_url url_regex -i proxy[a-z0-9\-][a-z0-9][a-z0-9][a-z0-9]?\.dailymotion\.com\/
acl videocache_allow_url url_regex -i vid\.akm\.dailymotion\.com\/
acl videocache_allow_url url_regex -i [a-z0-9][0-9a-z][0-9a-z]?[0-9a-z]?[0-9a-z]?\.xtube\.com\/(.*)flv
acl videocache_allow_url url_regex -i bitcast\.vimeo\.com\/vimeo\/videos\/
acl videocache_allow_url url_regex -i va\.wrzuta\.pl\/wa[0-9][0-9][0-9][0-9]?
acl videocache_allow_url url_regex -i \.files\.youporn\.com\/(.*)\/flv\/
acl videocache_allow_url url_regex -i \.msn\.com\.edgesuite\.net\/(.*)\.flv
acl videocache_allow_url url_regex -i media[a-z0-9]?[a-z0-9]?[a-z0-9]?\.tube8\.com\/
acl videocache_allow_url url_regex -i \.mais\.uol\.com\.br\/(.*)\.flv
acl videocache_allow_url url_regex -i \.video[a-z0-9]?[a-z0-9]?\.blip\.tv\/(.*)\.(flv|avi|mov|mp3|m4v|mp4|wmv|rm|ram)
acl videocache_allow_url url_regex -i video\.break\.com\/(.*)\.(flv|mp4)
acl videocache_allow_dom dstdomain v.mccont.com dl.redtube.com .cdn.dailymotion.com
acl videocache_deny_url url_regex -i http:\/\/[a-z][a-z]\.youtube\.com http:\/\/www\.youtube\.com
url_rewrite_access deny videocache_deny_url
url_rewrite_access allow videocache_allow_url
url_rewrite_access allow videocache_allow_dom
redirector_bypass on
# –END– videocache config for squidSimpan dan restart squid dan apache2
melihat hasil nya sebagai uji coba gimana boss
ReplyDelete