mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, support HTTP RAW API reload.
This commit is contained in:
parent
f74dc62046
commit
d921d59e57
9 changed files with 117 additions and 23 deletions
|
@ -121,6 +121,10 @@ http_api {
|
|||
# whether enable crossdomain request.
|
||||
# default: on
|
||||
crossdomain on;
|
||||
# whether enable the HTTP RAW API,
|
||||
# which is more powerful api to change srs state and reload.
|
||||
# default: off
|
||||
raw_api off;
|
||||
}
|
||||
# embeded http server in srs.
|
||||
# the http streaming config, for HLS/HDS/DASH/HTTPProgressive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue