Nginx on Windows how to know the correct MP4 buffer sizes ?
c0nw0nk
nginx-forum at nginx.us
Thu Apr 16 06:49:44 UTC 2015
So i do video streaming of large videos 2GB+ in size how do i know what
buffer sizes to use in my nginx config or should i leave it at default ?
http://nginx-win.ecsds.eu/
http://nginx.org/en/docs/http/ngx_http_mp4_module.html
location ~ \.mp4$ {
mp4;
#mp4_buffer_size ?;
#mp4_max_buffer_size ?;
limit_rate_after 2m;
limit_rate 1m;
expires max;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,258067,258067#msg-258067
More information about the nginx
mailing list