Updated Control module (markdown)

winlin
2014-01-01 07:21:10 -08:00
parent e82de49f81
commit 403a8d697a

@ -1,5 +1,5 @@
Control module is HTTP module which makes it possible to control rtmp module from outside using HTTP protocol. Here's an example of how to enable control. Control module is HTTP module which makes it possible to control rtmp module from outside using HTTP protocol. Here's an example of how to enable control.
```
http { http {
... ...
server { server {
@ -11,7 +11,7 @@ Control module is HTTP module which makes it possible to control rtmp module fro
} }
} }
} }
```
There are several sub-modules within control module each controlling a different feature. There are several sub-modules within control module each controlling a different feature.
# Record # Record
This sub-module starts and stops recordings created with _manual_ flag. This sub-module starts and stops recordings created with _manual_ flag.