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 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
