mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Remove FFMPEG and NGINX, please use srs-docker instead . 3.0.82
This commit is contained in:
parent
bf807778e5
commit
a11461905b
16 changed files with 12 additions and 205 deletions
|
@ -599,16 +599,6 @@ srs_error_t SrsGoApiFeatures::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMess
|
|||
features->set("transcode", SrsJsonAny::boolean(true));
|
||||
features->set("ingest", SrsJsonAny::boolean(true));
|
||||
features->set("stat", SrsJsonAny::boolean(true));
|
||||
#ifdef SRS_AUTO_NGINX
|
||||
features->set("nginx", SrsJsonAny::boolean(true));
|
||||
#else
|
||||
features->set("nginx", SrsJsonAny::boolean(false));
|
||||
#endif
|
||||
#ifdef SRS_AUTO_FFMPEG_TOOL
|
||||
features->set("ffmpeg", SrsJsonAny::boolean(true));
|
||||
#else
|
||||
features->set("ffmpeg", SrsJsonAny::boolean(false));
|
||||
#endif
|
||||
features->set("caster", SrsJsonAny::boolean(true));
|
||||
#ifdef SRS_PERF_COMPLEX_SEND
|
||||
features->set("complex_send", SrsJsonAny::boolean(true));
|
||||
|
|
|
@ -228,9 +228,6 @@ void show_macro_features()
|
|||
// inge(ingest)
|
||||
ss << ", inge:" << srs_bool2switch(true);
|
||||
ss << ", stat:" << srs_bool2switch(true);
|
||||
ss << ", nginx:" << srs_bool2switch(SRS_AUTO_NGINX_BOOL);
|
||||
// ff(ffmpeg)
|
||||
ss << ", ff:" << srs_bool2switch(SRS_AUTO_FFMPEG_TOOL_BOOL);
|
||||
// sc(stream-caster)
|
||||
ss << ", sc:" << srs_bool2switch(true);
|
||||
srs_trace(ss.str().c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue