mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
Updated Control module (markdown)
@ -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.
|
||||||
|
Reference in New Issue
Block a user