nginx-mod-rtmp/TODO

18 lines
473 B
Plaintext
Raw Normal View History

2012-04-28 18:47:58 +02:00
- 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)
2012-03-21 16:08:59 +01:00
2012-04-28 18:47:58 +02:00
- add global & per-room in/out byte counters
2012-04-05 22:50:31 +02:00
2012-04-28 18:47:58 +02:00
- add per-client audio/video bias
- write complete WIKI docs
- rename netcall to upstream
2012-03-21 16:08:59 +01:00
2012-04-09 13:59:12 +02:00
- add support for flv file streaming
(NGINX supports streaming flvs via HTTP
2012-04-28 18:47:58 +02:00
out-of-the-box with nginx-http-flv-module module)