mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable SRS_HLS
This commit is contained in:
parent
f003ba9a29
commit
71f1ccbf90
2 changed files with 1 additions and 7 deletions
|
@ -214,7 +214,7 @@ void show_macro_features()
|
|||
// rch(rtmp complex handshake)
|
||||
ss << ", rch:" << srs_bool2switch(SRS_AUTO_SSL_BOOL);
|
||||
ss << ", dash:" << "on";
|
||||
ss << ", hls:" << srs_bool2switch(SRS_AUTO_HLS_BOOL);
|
||||
ss << ", hls:" << srs_bool2switch(true);
|
||||
ss << ", hds:" << srs_bool2switch(SRS_AUTO_HDS_BOOL);
|
||||
// hc(http callback)
|
||||
ss << ", hc:" << srs_bool2switch(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue