blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px
#715FFA solid !important; padding-left:1ex !important; background-color:white
!important; } ATS doesn't support byte range caching. The only options
available at the moment to workaround this limitation are background_fetch
plugin (which downloads the entire mp4 file in the background and cache it, so
subsequent byte range requests can be served out of the cache) or
cache_range_requests plugin where you know that (or even control) the clients
always request specific/fixed ranges, which likely does not work for PDL
downloads.
https://docs.trafficserver.apache.org/en/6.0.x/reference/plugins/background_fetch.en.html
https://github.com/apache/trafficserver/tree/master/plugins/experimental/cache_range_requests
On Tuesday, February 2, 2016, 4:32 AM, Muhammad Faisal <[email protected]>
wrote:
Here is the situation. this video has been played many time before
getting below logs
1454415266.908 316 Client-IP TCP_REFRESH_HIT/304 276 GET
http://storage8.gear3rd.net/files/thumbs/201
3/12/22/13876931686cec5-150x84-1.jpg - DIRECT/storage8.gear3rd.net -
1454415266.919 317 Client-IP TCP_MISS/206 442 GET
http://storage7.gear3rd.net/files/videos/2013/12/22
/1387689958edc17-360.mp4 - DIRECT/storage7.gear3rd.net video/mp4
1454415266.920 328 Client-IP TCP_REFRESH_HIT/304 276 GET
http://storage14.gear3rd.net/files/thumbs/20
14/05/12/13998808411b7ba-150x84-1.jpg - DIRECT/storage14.gear3rd.net -
1454415266.935 332 Client-IP TCP_REFRESH_HIT/304 276 GET
http://storage7.gear3rd.net/files/thumbs/201
3/12/22/13876906654165f-150x84-1.jpg - DIRECT/storage7.gear3rd.net -
On 2/2/2016 5:09 PM, Muhammad Faisal wrote:
> Hi,
> I'm testing a site that is delivering videos in a single file
> (progressive download) in the mp4 format. But i see that the file is
> not getting cached in the ATS. Is there any additional configuration
> is required?
>
>
> Thanks
> F.