<div dir="ltr">Hi,<div><div><div dir="ltr"><div><div><p></p><p></p></div><div><span style="font-size:12px"></span></div></div><div><span style="font-size:12px"><address><span style="font-size:small;font-style:normal"><span style="font-family:Arial,Verdana,sans-serif;font-size:12px"></span></span></address></span></div>
</div></div>
</div><div>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. </div><div><br></div><div>Right now, we are handling mp4 as just a regular file. No problems so far. A couple of questions:</div>
<div><br></div><div>1) STREAM. We tried this on the vcl but we don't see much improvement. Should we use it anyway?</div><div><br></div><div><p style="margin:0px;font-size:11px;font-family:Menlo">  if (req.url ~ "\.mp4") {</p>

<p style="margin:0px;font-size:11px;font-family:Menlo">       set beresp.do_<b>stream</b> = true;</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">       set beresp.http.X-Cacheable-TTL = "stream";<br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo">    }</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><br></p><p style="margin:0px;min-height:13px"><span style="font-family:arial;font-size:small">1) VARNISH STREAM BRANCH. We find a all branch of varnish for streaming. </span><span style="font-family:arial;font-size:small"><a href="https://github.com/mbgrydeland/varnish-cache-streaming">https://github.com/mbgrydeland/varnish-cache-streaming</a>. Does anyway knows if this is now part of Varnish 3.0.5 or Varnish 4?</span><font face="Menlo"><span style="font-size:11px"> </span></font></p>
</div></div>