mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #324, always enable hstrs. 3.0.10
This commit is contained in:
parent
b4a815641b
commit
f2efa96015
14 changed files with 19 additions and 72 deletions
|
@ -767,11 +767,6 @@ vhost http.remux.srs.com {
|
|||
# @remark the port of http is specified by http_server section.
|
||||
# default: [vhost]/[app]/[stream].flv
|
||||
mount [vhost]/[app]/[stream].flv;
|
||||
# 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: off
|
||||
hstrs off;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -105,7 +105,6 @@ vhost vhost.srs.com {
|
|||
enabled off;
|
||||
fast_cache 30;
|
||||
mount [vhost]/[app]/[stream].flv;
|
||||
hstrs on;
|
||||
}
|
||||
http_hooks {
|
||||
enabled off;
|
||||
|
|
|
@ -14,7 +14,5 @@ vhost __defaultVhost__ {
|
|||
enabled on;
|
||||
fast_cache 30;
|
||||
mount [vhost]/[app]/[stream].aac;
|
||||
hstrs on;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,5 @@ vhost __defaultVhost__ {
|
|||
http_remux {
|
||||
enabled on;
|
||||
mount [vhost]/[app]/[stream].flv;
|
||||
hstrs on;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,5 @@ vhost __defaultVhost__ {
|
|||
http_remux {
|
||||
enabled on;
|
||||
mount [vhost]/[app]/[stream].flv;
|
||||
hstrs on;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -19,6 +19,5 @@ vhost __defaultVhost__ {
|
|||
http_remux {
|
||||
enabled on;
|
||||
mount [vhost]/[app]/[stream].flv;
|
||||
hstrs on;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,7 +14,5 @@ vhost __defaultVhost__ {
|
|||
enabled on;
|
||||
fast_cache 30;
|
||||
mount [vhost]/[app]/[stream].mp3;
|
||||
hstrs on;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,5 @@ vhost __defaultVhost__ {
|
|||
http_remux {
|
||||
enabled on;
|
||||
mount [vhost]/[app]/[stream].ts;
|
||||
hstrs on;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue