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
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 10.0.99.2/255.255.255.255
http_access allow LAN_1
Regards,
May this help us
8 Answers
Hello!
This is correct. videocache downloading for caching the video needs squid access:
http://www.bellera.cat/josep/videocache/#squid
DOWNLOAD_ERR YOUTUBE appears also if videocache tries to download an expired 'temporary' video from googlevideo.com and related:
http://www.bellera.cat/josep/videocache/squid_videocache_youtube.html
Regards,
Josep Pujadas
Zinhell,
Thanks for sharing the information. I am sure this will help other users facing the same problem.
Thank You!
I HAVE A PROBLEM ... MY VIDEOS ARE DOWNLOADING, BUT THER ARE NOT LOADING ... A MESSAGE SAYS THERE IS AN ERROR AND I DONT SEE DE VIDEOS AFTER CACHING
Thodwris, Nuno,
Are you able to browse http://localhost/videocache/ ? What is the error you get ?
Thank You!
While getting this in videocache.log :
2009-09-08 12:13:40,415 7593 202.95.136.53 f74ecb4881f220a9 CACHE_HIT YOUTUBE Video was served from cache.
The video is not playing :
An error occurred, please try again later.
I'm able to browse http://
Already put http_access allow localip_acl too.
Any solution?
Anon,
Are you able to browse the local URL that videocache is returning in the logs? Can you please paste the complete log on http://pastebin.com/ ?