From 403a8d697accfd5a77ade880929a01a29e15814c Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 1 Jan 2014 07:21:10 -0800 Subject: [PATCH] Updated Control module (markdown) --- Control-module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Control-module.md b/Control-module.md index f97e841..58605a2 100644 --- a/Control-module.md +++ b/Control-module.md @@ -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. - +``` http { ... 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. # Record This sub-module starts and stops recordings created with _manual_ flag.