Just wondering how to make webproxy to-cache large files such as video files, like flv.youtube, google video, and other types of file?
At the moment, it seems like it’s only caching jpegs, gifs and some static text.
but when you do a streaming, once the video is finsihed, then you replay the video again, it uses what’s stored on the pc’s cache. Doesn’t that mean proxy should be able to do that as well?
but when you do a streaming, once the video is finsihed, then you replay the video again, it uses what’s stored on the pc’s cache. Doesn’t that mean proxy should be able to do that as well?
Router would need to have streaming server built-in to be able to cache streamed data, and not just one but every streaming server type.
Player on PC caches files already received through streaming. On repeated request it does not use streaming at all, it just shows already downloaded file.
Yeap that’s what i meant “what already downloaded”, thought it would do the same with proxy.
But i think i got your idea that if proxy does cache the streaming files, meaning we’re streaming from the proxy itself … which is not possible… CMIIW.