mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable SRS_StreamCaster
This commit is contained in:
parent
0d5c86853a
commit
2e9bf2af83
14 changed files with 3 additions and 64 deletions
|
@ -235,7 +235,7 @@ void show_macro_features()
|
|||
// ff(ffmpeg)
|
||||
ss << ", ff:" << srs_bool2switch(SRS_AUTO_FFMPEG_TOOL_BOOL);
|
||||
// sc(stream-caster)
|
||||
ss << ", sc:" << srs_bool2switch(SRS_AUTO_STREAM_CASTER_BOOL);
|
||||
ss << ", sc:" << srs_bool2switch(true);
|
||||
srs_trace(ss.str().c_str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue