Hi Sudheer,
Please guide further I have enabled prefetch in the config and uncomment the default html tags:

CONFIG proxy.config.prefetch.prefetch_enabled INT 1

Is there any other configuration in addition to the above is required? I have found many other configuration which are currently not present in my records.config see below:

proxy.config.prefetch.child_port INT 39679
proxy.config.prefetch.config_file STRING prefetch.config
proxy.config.prefetch.default_data_proto STRING tcp
proxy.config.prefetch.default_url_proto STRING tcp
proxy.config.prefetch.keepalive_timeout INT 900
proxy.config.prefetch.max_object_size INT 1000000000
proxy.config.prefetch.max_recursion INT 0
proxy.config.prefetch.push_cached_objects INT 1
proxy.config.prefetch.redirection INT 0
proxy.config.prefetch.url_buffer_size INT 0
proxy.config.prefetch.url_buffer_timeout INT 0

Please guide.

Thanks
F.

On 2/2/2016 5:42 PM, Sudheer Vinukonda wrote:
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
    <http://storage8.gear3rd.net/files/thumbs/201%20>
    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
    <http://storage7.gear3rd.net/files/videos/2013/12/22%20>
    /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
    <http://storage14.gear3rd.net/files/thumbs/20%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
    <http://storage7.gear3rd.net/files/thumbs/201%20>
    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.


Reply via email to