On 07/12/2011 03:04 PM, Nelson Perez wrote:
Hi there, my name is Nelson Pérez and I'm mainly interested in using ATS as a video cache server. I was wondering if there is a way (using the plugin API) to have some kind of random access to files stored in the TS cache.
I'm not sure I understand this. What exactly do you need to do? If you plugin needs to fetch something through the HTTP engine and cache, there are APIs for that (typically you'd want to use TSHttpConnect() for this ). There are also APIs to "walk" over everything in cache, which of course can be fairly expensive if there are a lot of objects. See the TSCacheScan() APIs for that.
-- Leif
