cache youtube

helo all

how can cache the youtube’s video ???

not possible

Check out VideoCache which is a piece of software that needs to be used in conjunction with Squid.

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.

ok thanks

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

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.

its possible its work with me

share your configuration with us. but I doubt that it’s working, even if you think it does

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