How to cache streaming video and silverlight with squid windows reverse proxy

Posted by V. Romanov on Server Fault See other posts from Server Fault or by V. Romanov
Published on 2012-11-05T16:48:47Z Indexed on 2012/11/05 17:03 UTC
Read the original article Hit count: 261

We have an intranet web server running a silverlight application (ACTUS media monitor if anyone cares to know).

The server is used to record video and stream it to clients through a CDN solution.

We want to put a reverse proxy in between the server and CDN provider in order to remove the office network bottleneck that's currently strangling us.

I've set up SQUID for windows on a separate machine outside the network using squid BasicAccelerator configuration setting.

It seems to work as far as the reverse proxy is concerned, requests are forwarded and the application is working but it doesn't seem to cache anything (no space is used on the drive where squid is installed).

I found to explicit setting to turn caching on in squid, so i assume it's on by default. Perhaps I need some other trick to make the video and/or silverlight cacheable?

Any help will be appreciated. Any info you need to help me will be provided at once.

Thanks in advance!

© Server Fault or respective owner

Related posts about squid

Related posts about reverse-proxy