mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
always enable http and hls
This commit is contained in:
parent
11e8fe5bc0
commit
8e5d4dc73d
7 changed files with 10 additions and 71 deletions
|
@ -4045,11 +4045,9 @@ int SrsConfig::check_config()
|
|||
srs_warn("dvr of vhost %s is disabled by configure", vhost->arg0().c_str());
|
||||
}
|
||||
#endif
|
||||
#ifndef SRS_AUTO_HLS
|
||||
if (get_hls_enabled(vhost->arg0())) {
|
||||
srs_warn("hls of vhost %s is disabled by configure", vhost->arg0().c_str());
|
||||
}
|
||||
#endif
|
||||
#ifndef SRS_AUTO_TRANSCODE
|
||||
if (get_transcode_enabled(get_transcode(vhost->arg0(), ""))) {
|
||||
srs_warn("transcode of vhost %s is disabled by configure", vhost->arg0().c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue