mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-14 00:56:16 +08:00
add some docs for #352
@ -50,6 +50,8 @@ Use the following commands to start and stop recording
|
|||||||
curl http://localhost:8080/control/record/start?app=myapp&name=mystream&rec=rec1
|
curl http://localhost:8080/control/record/start?app=myapp&name=mystream&rec=rec1
|
||||||
curl http://localhost:8080/control/record/stop?app=myapp&name=mystream&rec=rec1
|
curl http://localhost:8080/control/record/stop?app=myapp&name=mystream&rec=rec1
|
||||||
|
|
||||||
|
if the record start/stop request returns nothing sometimes, you should check if you use multi workors. one workor works great.
|
||||||
|
|
||||||
# Drop
|
# Drop
|
||||||
This sub-module provides a simple way to drop client connection.
|
This sub-module provides a simple way to drop client connection.
|
||||||
Syntax:
|
Syntax:
|
||||||
|
Reference in New Issue
Block a user