mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
change to 0.9.37, for http api/stream
This commit is contained in:
parent
041a07dfda
commit
aa89f9f51e
14 changed files with 1205 additions and 950 deletions
|
@ -67,10 +67,11 @@ http_api {
|
|||
http_stream {
|
||||
# whether http streaming service is enabled.
|
||||
# default: off
|
||||
enabled on;
|
||||
enabled on;
|
||||
# the http streaming port
|
||||
# default: 80
|
||||
listen 80;
|
||||
# @remark, if use lower port, for instance 80, user must start srs by root.
|
||||
# default: 8080
|
||||
listen 8080;
|
||||
}
|
||||
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue