*Hi, *
Thanks a million, Im seeing TCP_Hit with mp4 files see:
1454591822.383 2797 Client-IP *TCP_HIT/206* 467 GET
http://cw005.gear3rd.net/files/videos/2016/02/04/14545692633e0c6-360.mp4
- NONE/- video/mp4
1454591822.391 5739 Client-IP *TCP_HIT/206* 467 GET
http://cw005.gear3rd.net/files/videos/2016/02/04/14545692633e0c6-360.mp4
- NONE/- video/mp4
The header is showing Server: ATS 6.0.0 in the 200 response header is
there any way i can modify info to reflect its coming from my server?
Thanks
F.
On 2/4/2016 6:20 PM, Sudheer Vinukonda wrote:
Looks good, although I'd probably start with no config first, verify
background fetch works the way you want it to work, then add config
after that to filter out as appropriate.
On Thursday, February 4, 2016, 5:12 AM, Muhammad Faisal
<[email protected]> wrote:
Hi Sudheer,
Recompiled the ATS with --enable-experimental-plugins. Below is
the configs I have done. Is this enough? Is there any specific
logs generated for this plugin? How to verify?
*background_fetch.config:*
[root@ats trafficserver]# cat background_fetch.config
exclude Content -Length < 1000
include Content-Type video/x-flv
include Content-Type video/mp4
include Content-Type video/x-msvideo
include Content-Type video/x-ms-wmv
exclude Content-Type text
include Content-Type video/quicktime
include Content-Type video/3gpp
include Content-Type application/octet-stream
*Plugin.config Entry:*
background_fetch.so --config background_fetch.config
*On service restart Logs show plugin loaded:*
[Feb 4 08:07:14.163] Server {0x2b3cf2498340} NOTE: <Plugin.cc:84
(plugin_load)> loading plugin
'/usr/local/libexec/trafficserver/background_fetch.so'
On 2/4/2016 5:30 PM, Muhammad Faisal wrote: