Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Не стримится (seek) .mp4
- To: nginx-ru@xxxxxxxxx
- Subject: Re: Не стримится (seek) .mp4
- From: "kozakd" <nginx-forum@xxxxxxxx>
- Date: Tue, 17 Dec 2013 06:43:59 -0500
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=helium.jlkhosting.com; s=x; h=Date:Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=Xwqqfieb/jVJNGraqlKoXCii8efJCx8S4AjffnmQynQ=; b=DM4luA93OR9uVi6HJMS4VKnqxAsNmyRl0/IZVyT5BVqgwR0VVv6zqxhCOK9Doz4TTKye6kLSpvHTBp5nc8lxvxgqCrZRC0qv7Mn1ZWVUmFrmOUrX/5rB+3taQiNmDsQuTl6XI8+Uin/4gQ6FZGtTkH3vNn1zt+HKgp+SgYT9S8M=;
- In-reply-to: <20131213103008.GO95113@mdounin.ru>
- References: <20131213103008.GO95113@mdounin.ru>
Добавлю, фрагменты конфига nginx
sendfile off;
tcp_nopush on;
tcp_nodelay on;
aio on;
directio 1m;
directio_alignment 4k;
output_buffers 1 2m;
keepalive_timeout 0;
client_header_timeout 20;
client_body_timeout 20;
send_timeout 20s;
resolver_timeout 0;
reset_timedout_connection on;
proxy_buffering off;
open_file_cache max=16000 inactive=20m;
open_file_cache_valid 120m;
open_file_cache_min_uses 2;
open_file_cache_errors on;
В самом хосте...
location ~ \.mp4 {
mp4;
root /farm-video;
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,245481,245603#msg-245603
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|