Re: Query strings are not forwarded

2016-10-27 Thread Randeep
Hi, I used the cachekey plugin as below. But its not working. Am I doing it wrong? My remap.config map http://jitp1.domain.com/ http://bglrcache1.domain.com/ @pparam=--ua-whitelist=lukupplayer:/opt/ats/etc/trafficserver/randeep.config @pparam=--ua-capture=(stagefright\/[^\s]*).* cat /opt/ats/etc

Re: Query strings are not forwarded

2016-10-27 Thread Randeep
Hi, url http://jitp1.dmain.com/dashw/abpnews/manifest.mpd will give the live content url http://jitp1.dmain.com/dashw/abpnews/manifest.mpd?starttime= 147745440&stoptime=147745620

Re: Query strings are not forwarded

2016-10-27 Thread Reindl Harald
Am 27.10.2016 um 13:05 schrieb Randeep: Our urls are like http://jitp1.dmain.com/dashw/abpnews/manifest.mpd?starttime=147745440&stoptime=147745620 We need to cache only http://jitp1.dmai

Re: Query strings are not forwarded

2016-10-27 Thread Randeep
Hi, Our urls are like http://jitp1.dmain.com/dashw/abpnews/manifest.mpd?starttime=147745440&; stoptime=147745620 We need to cache only http://jitp1.dmain.com/dashw/abpnews/manifest.mpd

Re: Query strings are not forwarded

2016-10-27 Thread Sudheer Vinukonda
You may try using cachekey plugin to ignore the query params only from the cache key and not from remap, instead of using regex_remap with no-query-string param, which will basically remove the query string from remap. There is an excellent documentation and some examples on how to do this at ht

Query strings are not forwarded

2016-10-27 Thread Randeep
Hi all, We are using ats to cache our live MPEG dash and HLS streams. We use version 6.2.0 with parent-child architecture. In the requests there are some query strings like timestamps for playing catchup,start-over,timeshift etc. Before the requests where not caching so we added @pparam=no-query