<html><head></head><body><div><div style="color: rgb(0, 0, 0);">Hello,</div><div style="color: rgb(0, 0, 0);"><br></div><div style="color: rgb(0, 0, 0);">I think Nginx misses a small feature when used as a video</div><div style="color: rgb(0, 0, 0);">caching proxy. MP4 files have a MOOV atom on top - so it</div><div style="color: rgb(0, 0, 0);">would be great to tell a caching proxy to throttle the bandwidth</div><div style="color: rgb(0, 0, 0);">only after sending the MOOV atom (the MOOV atom should be</div><div style="color: rgb(0, 0, 0);">shipped as fast as possible).</div><div style="color: rgb(0, 0, 0);"><br></div><div style="color: rgb(0, 0, 0);">An nginx server can use "limit_rate_after <moov-atom-size>" -</div><div style="color: rgb(0, 0, 0);">but can't tell a caching proxy to do so.</div><div style="color: rgb(0, 0, 0);"><br></div><div style="color: rgb(0, 0, 0);">It would be great if "X-Accel-Limit-Rate" could support an optional</div><div style="color: rgb(0, 0, 0);">second parameter: "limit-rate-after", e.g.:</div><div style="color: rgb(0, 0, 0);"><br></div><div style="color: rgb(0, 0, 0);"><span class="Apple-tab-span" style="white-space: pre;"> </span>X-Accel-Limit-Rate: <limit-rate> <limit-rate-after></div><div style="color: rgb(0, 0, 0);"><br></div><div style="color: rgb(0, 0, 0);">A small patch should be attached.</div><div style="color: rgb(0, 0, 0);">Thanks a lot</div><div style="color: rgb(0, 0, 0);">Markus</div><div style="color: rgb(0, 0, 0);"><br></div><div style="color: rgb(0, 0, 0);"><br></div></div></body></html>