From c61d7ac56f4895dc3f0513344b45d74943d4da19 Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Sat, 28 Apr 2012 20:47:58 +0400 Subject: [PATCH] updated conf & TODO --- TODO | 17 +++++++++++------ test/nginx.conf | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index 7574cd0..36081c4 100644 --- a/TODO +++ b/TODO @@ -1,12 +1,17 @@ -- do we really need fmt=0 frame as the first a/v frame/ +- implement json http module for accessing stats + * memory stats (shared bufs num/bytes, private pools + * global (connections, IO bytes, bw) + * live (stream name, flags, clients, bytes, bw, drops) -- implement live stats as http/json module +- add global & per-room in/out byte counters -- fix '..greeing line..' in log +- add per-client audio/video bias + +- write complete WIKI docs + +- rename netcall to upstream - add support for flv file streaming (NGINX supports streaming flvs via HTTP - out-of-the-box with nginx-http-flv-module module) - -- check compilation with IPv6 enabled + out-of-the-box with nginx-http-flv-module module) diff --git a/test/nginx.conf b/test/nginx.conf index 8c167f8..af479fa 100644 --- a/test/nginx.conf +++ b/test/nginx.conf @@ -29,7 +29,7 @@ rtmp { live on; - video_sync on; +#video_sync on; record keyframes; record_path /tmp;