1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

use function to dumps the engine.

This commit is contained in:
winlin 2015-08-30 23:08:27 +08:00
parent 01878e5a9c
commit f8d8c3ace4
7 changed files with 192 additions and 111 deletions

View file

@ -12,6 +12,7 @@ http_api {
enabled on;
allow_reload on;
allow_query on;
allow_update on;
}
}
# for SRS1.

View file

@ -137,6 +137,9 @@ http_api {
# whether enable rpc query.
# default: off
allow_query off;
# whether enable rpc update.
# default: off
allow_update off;
}
}
# embeded http server in srs.

View file

@ -28,6 +28,7 @@ http_api {
enabled on;
allow_reload on;
allow_query on;
allow_update on;
}
}
http_server {