From b61d811f96ee5a1db3cea268bca401daa7f70f55 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Wed, 11 Apr 2012 17:23:40 +0400 Subject: [PATCH] added example nginx.conf --- test/nginx.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/nginx.conf b/test/nginx.conf index c6d0945..c2a83c5 100644 --- a/test/nginx.conf +++ b/test/nginx.conf @@ -30,9 +30,12 @@ rtmp { live on; - record /tmp; + record keyframes; + record_path /tmp/flv; - record_size 1000000; + record_max_size 128K; +#record_max_frames 4; + record_interval 30s; on_publish http://localhost:8080/publish; on_play http://localhost:8080/play;