updated conf & TODO

This commit is contained in:
Roman Arutyunyan 2012-04-28 20:47:58 +04:00
parent ac90157265
commit c61d7ac56f
2 changed files with 12 additions and 7 deletions

17
TODO
View file

@ -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)

View file

@ -29,7 +29,7 @@ rtmp {
live on;
video_sync on;
#video_sync on;
record keyframes;
record_path /tmp;