As long as the responses from the Origin indicate cacheable Cache-Control headers, .ts file should be cached like any other file. We don't do anything special to cache .ts files.
Thanks, Sudheer On Wednesday, February 10, 2016, 11:43 PM, Muhammad Faisal <[email protected]> wrote: Hello Sudheer, any guidelines how to cache .ts files im seeing the videos are delivered directly not from cache. Thanks F. On 2/2/2016 1:09 AM, Muhammad Faisal wrote: > Hi, > Yes for HLS. We have deployed ATS as transparent caching to improve > user experience primarily. So the content could be from various famous > destinations which delivers content in small chunks. > > Thanks > F. > > On 2/2/2016 12:33 AM, Sudheer Vinukonda wrote: >> Assuming you are referring to HLS, yes, you can cache/serve video >> segments (.ts files) in ATS. For that matter, ATS doesn't really care >> about the format of the objects in the cache and treats any format as >> a binary octet stream. Practically, I know of a few large scale HLS >> Video CDN deployments based on ATS (including our own). >> >> Thanks, >> >> Sudheer >> >> >> >> On Monday, February 1, 2016 11:28 AM, Muhammad Faisal >> <[email protected]> wrote: >> >> >> >> Hello, >> Is it possible to cache http ABR videos which are delivered mostly in >> chunks. How to achieve this? forcing object caching via cache.config >> with regexp will work? Please guide if any of the fellows has >> implemented it. >> >> >> Regards, >> F. >
