Roman Arutyunyan Wrote:
-------------------------------------------------------
> Moreover the mp4 module does not work over proxy cache. That means
> even if you fix the cache key issue
> mp4 seeking will not work. You need to have a local mp4 file to be
> able to seek mp4 like that.
Hmm, what about a hack, if the file is cached keep a link to the cached file and its original name, if the next request matches a cached file and its original name and a seek is requested then pass the cache via its original name to allow seeking on the local (but cached) file.