we are running very large video storages. in different ISP's we have to have different storages with same data as main storage does. so we have to copy all new videos to all storages, not depended will it be watched or not. is that possible with NginX to set up streaming reverse proxy server to cache videos that are being watched N times?
we tried to do that, but in reverse proxy mode its simple http proxy and cannot do things like
http://web.sever/video.flv?start=12312 or enable streaming module, and nginx stops caching... can anyone assist with this problem please?