Hi, On Tue, Jun 10, 2014 at 3:07 AM, Hernán Marsili <[email protected]> wrote: > 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"; > > }
IIRC do_stream is useful for the client that triggers a refresh in v3. > 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? Varnish 4 has a full streaming support! Dridi _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
