mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable SRS_Ingest
This commit is contained in:
parent
c6844527fb
commit
aa1a5442f9
9 changed files with 3 additions and 130 deletions
|
@ -228,7 +228,7 @@ void show_macro_features()
|
|||
// trans(transcode)
|
||||
ss << ", trans:" << srs_bool2switch(true);
|
||||
// inge(ingest)
|
||||
ss << ", inge:" << srs_bool2switch(SRS_AUTO_INGEST_BOOL);
|
||||
ss << ", inge:" << srs_bool2switch(true);
|
||||
ss << ", kafka:" << srs_bool2switch(SRS_AUTO_KAFKA_BOOL);
|
||||
ss << ", stat:" << srs_bool2switch(true);
|
||||
ss << ", nginx:" << srs_bool2switch(SRS_AUTO_NGINX_BOOL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue