mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Use macro to disable SRT in code
This commit is contained in:
parent
fb29096505
commit
f143757429
4 changed files with 17 additions and 3 deletions
|
@ -214,6 +214,7 @@ void show_macro_features()
|
|||
ss << ", dash:" << "on";
|
||||
ss << ", hls:" << srs_bool2switch(true);
|
||||
ss << ", hds:" << srs_bool2switch(SRS_AUTO_HDS_BOOL);
|
||||
ss << ", srt:" << srs_bool2switch(SRS_AUTO_SRT_BOOL);
|
||||
// hc(http callback)
|
||||
ss << ", hc:" << srs_bool2switch(true);
|
||||
// ha(http api)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue