Linux / UNIX Tech Support Forum
This is a discussion on squid youtube caching within the Proxy Servers forums, part of the Mastering Servers category; Hi, Does anyone know how to configure squid to cache youtube videos? I've tried these. http://piju.fakap.net/2008/11/08/tut...caching-proxy/ ConfigExamples/DynamicContent/YouTube - Squid Web ...
|
|||||||
| Proxy Servers Discussion about UNIX / Linux caching proxy servers, web proxy, reverse / content filtering proxy server. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
Does anyone know how to configure squid to cache youtube videos? I've tried these. http://piju.fakap.net/2008/11/08/tut...caching-proxy/ ConfigExamples/DynamicContent/YouTube - Squid Web Proxy Wiki both do not work. any help please |
| Sponsored Links | ||
|
|
|
||||
|
It says it only works with squid version 2.7. Are you using v2.7?
__________________
Vivek Gite Linux Evangelist |
|
||||
|
May be youtube sending some sort of headers which squid can not use.
__________________
Vivek Gite Linux Evangelist |
|
|||
|
There is a software on this side: Cache Videos | Videocache
But they charge for this software, If this software can cache youtube then how is it possible that youtube is sending headers which cannot be cached?? |
|
||||
|
They are downloading actual .flv file from other service provider and storing it on your local server. To see headers use
Code:
curl -I 'http://www.youtube.com/watch?v=rM8Wg8hCTG4' Code:
Cache-Control: no-cache
__________________
Vivek Gite Linux Evangelist |
|
||||
|
The software you mentioned is downloading file to local server. Yes, you can save it programming like python or perl or php. You can also use firefox extension to do the same. But this will not useful for browsing cached file for end users when they go to youtube. What are you trying to build here? If local cache with squid - it is not possible since they Youtube is using CDN to send file to clients.
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| linux , squid youtube caching , youtube , youtube cache |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how does centos/redhat caching-nameserver work? | texaganian | CentOS / RHEL / Fedora | 1 | 09-10-2009 12:54 AM |
| Ubuntu Squid Proxy Configuration File /etc/squid/squid.conf | rupalit | Ubuntu / Debian | 2 | 17-07-2009 02:50 PM |
| DNS caching setting | garora | Domain Name Server | 1 | 24-03-2009 08:02 PM |
| web caching server | klauss35 | Proxy Servers | 2 | 13-02-2009 09:10 AM |