nginx-mod-rtmp/TODO

18 lines
431 B
Plaintext
Raw Normal View History

2012-07-06 22:30:27 +02:00
- Add per-client audio/video bias to stats;
implement synchronization after frames were dropped
2012-04-28 18:47:58 +02:00
2012-07-06 22:30:27 +02:00
- File path checks in record & play modules
(check for '/../', maybe smth else)
2012-04-28 18:47:58 +02:00
2012-07-06 22:30:27 +02:00
- More Wiki docs
2012-03-21 16:08:59 +01:00
2012-07-06 22:30:27 +02:00
- Auto-relays (multi-worker)
2012-07-07 08:31:52 +02:00
- Binary search in play module
- Move out & merge stream ids from live & cmd modules
- Clean cmd module:
* make shortcuts for status messages
* move protocol message sending to live/play modules