mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, render the detail of vhost
This commit is contained in:
parent
0109a74840
commit
dc11013c01
3 changed files with 58 additions and 53 deletions
|
@ -694,8 +694,8 @@ vhost http.remux.srs.com {
|
|||
# whether http stream trigger rtmp stream source when no stream available,
|
||||
# for example, when encoder has not publish stream yet,
|
||||
# user can play the http flv stream and wait for stream.
|
||||
# default: on
|
||||
hstrs on;
|
||||
# default: off
|
||||
hstrs off;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -70,8 +70,8 @@ vhost vhost.srs.com {
|
|||
time_jitter full;
|
||||
mix_correct off;
|
||||
|
||||
atc on;
|
||||
atc_auto on;
|
||||
atc off;
|
||||
atc_auto off;
|
||||
|
||||
mw_latency 100;
|
||||
|
||||
|
@ -108,6 +108,7 @@ vhost vhost.srs.com {
|
|||
enabled off;
|
||||
allow play all;
|
||||
allow publish all;
|
||||
deny publish all;
|
||||
}
|
||||
|
||||
http_static {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue