varnish mp4 streaming

Hernán Marsili hernan at cmsmedios.com
Tue Jun 10 03:07:28 CEST 2014


Hi,

We are working on a VIDEO SITE for a sports sites. Currently working with
Varnish 3.0.5. The average video size is 100mb. We have a 4gb malloc
storage.

Right now, we are handling mp4 as just a regular file. No problems so far.
A couple of questions:

1) STREAM. We tried this on the vcl but we don't see much improvement.
Should we use it anyway?

  if (req.url ~ "\.mp4") {

       set beresp.do_*stream* = true;

       set beresp.http.X-Cacheable-TTL = "stream";

    }


1) VARNISH STREAM BRANCH. We find a all branch of varnish for streaming.
https://github.com/mbgrydeland/varnish-cache-streaming. Does anyway knows
if this is now part of Varnish 3.0.5 or Varnish 4?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.varnish-cache.org/lists/pipermail/varnish-misc/attachments/20140609/6d993e61/attachment.html>


More information about the varnish-misc mailing list