<div dir="ltr"><div>>>Hmm, what about a hack, if the file is cached keep a link to the cached file<br>
and its original name, if the next request matches a cached file and its<br>
original name and a seek is requested then pass the cache via its original<br>
name to allow seeking on the local (but cached) file.<br><br></div>That means, i should have double storage, one for cached files via proxy_cache and other for local files via rsync. <br></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Mon, Jun 23, 2014 at 6:15 PM, itpp2012 <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Roman Arutyunyan Wrote:<br>
-------------------------------------------------------<br>
<div class="">> Moreover the mp4 module does not work over proxy cache.  That means<br>
> even if you fix the cache key issue<br>
> mp4 seeking will not work.  You need to have a local mp4 file to be<br>
> able to seek mp4 like that.<br>
<br>
</div>Hmm, what about a hack, if the file is cached keep a link to the cached file<br>
and its original name, if the next request matches a cached file and its<br>
original name and a seek is requested then pass the cache via its original<br>
name to allow seeking on the local (but cached) file.<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,251037,251108#msg-251108" target="_blank">http://forum.nginx.org/read.php?2,251037,251108#msg-251108</a><br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>