I turn on more loggin and i realize this 1361126274.457 66976 192.168.7.134 TCP_MISS/206 18439445 GET http://108.175.42.86/658595255.ismv?c=ca&n=812&v=3&e=1361155197&t=L_cj-INb4sDdWF9RHoaOwwjBg7o&d=android&p=5.c4MuCNB5I0-lmXZGQaxWaOpiwGX91JBhZqIvTbIHroM - HIER_DIRECT/108.175.42.86 application/octet-stream 1361126280.021 72537 192.168.7.134 TCP_MISS/206 1095098 GET http://108.175.42.86/658618947.isma?c=ca&n=812&v=3&e=1361155197&t=_I4PVA3JkFpFxS90V8qgmM1Q-OU&d=android&p=5.c4MuCNB5I0-lmXZGQaxWaOpiwGX91JBhZqIvTbIHroM - HIER_DIRECT/108.175.42.86 application/octet-stream My question is, if i force caching of \d+\.ism[av] files, the ? payload will be clashed or will diferenciate a?b, and a?c for example I hope to be clear LD 2013/2/17 Luis Daniel Lucio Quiroz <luis.daniel.lucio@xxxxxxxxx>: > quick_abort_min -1 > range_offset_limit -1 > > May work on youtube, but not in netflix. It starts downloading ALL > movie, even when you seek. > > 2013/2/17 Luis Daniel Lucio Quiroz <luis.daniel.lucio@xxxxxxxxx>: >> Maybe OT, maybe a dream, but I need to ask >> >> >> Turning on mime headers you will realize this >> >> 1361122064.970 5480 192.168.7.137 TCP_MISS/206 981083 GET >> http:/#quick_abort_min -1 > #range_offset_limit -1 > /108.175.38.89/12348119.ismv? - HIER_DIRECT/108.175.38.89 >> application/octet-stream [Accept: */*\r\nHost: 108.175.38.89\r\nRange: >> bytes=3498123192-3499103587\r\nX-Device: 2012.4 NFPS3-001\r\n] >> [HTTP/1.1 206 Partial Content\r\nServer: nginx/1.2.4\r\nDate: Sun, 17 >> Feb 2013 17:31:07 GMT\r\nContent-Type: >> application/octet-stream\r\nContent-Length: 980396\r\nLast-Modified: >> Mon, 03 Dec 2012 15:00:39 GMT\r\nConnection: >> keep-alive\r\nCache-Control: no-store\r\nPragma: >> no-cache\r\nAccess-Control-Allow-Origin: *\r\nX-TCP-Info: >> snd_wscale=7;rcv_wscale=9;snd_mss=524;rcv_mss=524;last_data_recv=1000;rtt=46187;rttvar=19875;snd_ssthresh=3668;snd_cwnd=60784;snd_wnd=789248;rcv_wnd=1049048;snd_rexmitpack=186;rcv_ooopack=0;snd_zerowin=0;\r\nContent-Range: >> bytes 3498123192-3499103587/3986579703\r\n\r] >> >> >> Interesting part is the Range: >> >> >> I know it is quite a bad idea to download all movie first (possible, >> like youtube) but Netflix movies are so big that people will get >> desesperated before download has finished. So my question is if >> possible to do cache of 206 answers, keeping in mind the mime headers >> >> LD