mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable SRS_SSL
This commit is contained in:
parent
8e294709b0
commit
0bc7fdbb35
12 changed files with 4 additions and 70 deletions
|
@ -588,11 +588,7 @@ srs_error_t SrsGoApiFeatures::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMess
|
|||
SrsJsonObject* features = SrsJsonAny::object();
|
||||
data->set("features", features);
|
||||
|
||||
#ifdef SRS_AUTO_SSL
|
||||
features->set("ssl", SrsJsonAny::boolean(true));
|
||||
#else
|
||||
features->set("ssl", SrsJsonAny::boolean(false));
|
||||
#endif
|
||||
features->set("hls", SrsJsonAny::boolean(true));
|
||||
#ifdef SRS_AUTO_HDS
|
||||
features->set("hds", SrsJsonAny::boolean(true));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue