Page 1 of 1

cache youtube

Posted: Sun Feb 13, 2011 2:13 pm
by inibir
helo all

how can cache the youtube's video ?????

Re: cache youtube

Posted: Mon Feb 14, 2011 9:55 am
by normis
not possible

Re: cache youtube

Posted: Mon Feb 14, 2011 11:09 am
by blake
how can cache the youtube's video ?????
Check out VideoCache which is a piece of software that needs to be used in conjunction with Squid.

Re: cache youtube

Posted: Mon Feb 14, 2011 12:08 pm
by inibir
why is it impossible?
which protocol to use?

Re: cache youtube

Posted: Mon Feb 14, 2011 12:12 pm
by normis
why is it impossible?
which protocol to use?
It is not possible to do in RouterOS. RouterOS proxy cache is simple, it doesn't have advanced options. For advanced setup, you must use Linux with Squid, and the solution quoted above.

Re: cache youtube

Posted: Mon Feb 14, 2011 1:02 pm
by inibir
ok thanks

Re: cache youtube

Posted: Mon Feb 14, 2011 9:36 pm
by salmanbd
dear all.
I have linux ubuntu pc..and isntalled squid server on it..bt i can't use it with mikrotik..it works fine by manually setting on browser's proxy setting..
My squid server ip is 192.121.122.3
Squid port is 3128
Getway is 192.121.122.1
So how to configure squid as mikrotik parent cache server???
What can i config nat and mangle rules??
Plz kindly answer my question.
Thakns a lot in advanced

Re: cache youtube

Posted: Mon Feb 14, 2011 11:18 pm
by rodolfo
does someone have statistics about cache hits for youtube in a small network (<5000 user)?
I think cache hits is very,verylow,but is only an impression.

Re: cache youtube

Posted: Tue Feb 15, 2011 12:47 am
by mackarym
not possible
its possible its work with me

Re: cache youtube

Posted: Tue Feb 15, 2011 8:40 am
by normis
not possible
its possible its work with me
share your configuration with us. but I doubt that it's working, even if you think it does

Re: cache youtube

Posted: Wed Oct 29, 2014 9:43 pm
by raymondr15
dear all.
I have linux ubuntu pc..and isntalled squid server on it..bt i can't use it with mikrotik..it works fine by manually setting on browser's proxy setting..
My squid server ip is 192.121.122.3
Squid port is 3128
Getway is 192.121.122.1
So how to configure squid as mikrotik parent cache server???
What can i config nat and mangle rules??
Plz kindly answer my question.
Thakns a lot in advanced

Re: cache youtube

Posted: Wed Oct 29, 2014 9:45 pm
by raymondr15
dear all.
I have linux ubuntu pc..and isntalled squid server on it..bt i can't use it with mikrotik..it works fine by manually setting on browser's proxy setting..
My squid server ip is 192.121.122.3
Squid port is 3128
Getway is 192.121.122.1
So how to configure squid as mikrotik parent cache server???
What can i config nat and mangle rules??
Plz kindly answer my question.
Thakns a lot in advanced
If you need to redirect all data on port 80 to your squid proxy on port 3128 then add this

/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=dst-nat to-addresses=192.121.122.3 to-ports=3128

Hope this works