Video streaming feature request
Markus Doppelbauer
doppelbauer at gmx.net
Fri Aug 5 15:00:01 UTC 2016
Hello,
I think Nginx misses a small feature when used as a video
caching proxy. MP4 files have a MOOV atom on top - so it
would be great to tell a caching proxy to throttle the bandwidth
only after sending the MOOV atom (the MOOV atom should be
shipped as fast as possible).
An nginx server can use "limit_rate_after <moov-atom-size>" -
but can't tell a caching proxy to do so.
It would be great if "X-Accel-Limit-Rate" could support an optional
second parameter: "limit-rate-after", e.g.:
X-Accel-Limit-Rate: <limit-rate> <limit-rate-after>
A small patch should be attached.
Thanks a lot
Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20160805/94265e95/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x-accel-limit-rate-after.patch
Type: text/x-patch
Size: 1418 bytes
Desc: not available
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20160805/94265e95/attachment.bin>
More information about the nginx-devel
mailing list