mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
always enable http and hls
This commit is contained in:
parent
11e8fe5bc0
commit
8e5d4dc73d
7 changed files with 10 additions and 71 deletions
|
@ -54,9 +54,7 @@ class SrsMessageArray;
|
|||
class SrsNgExec;
|
||||
class SrsConnection;
|
||||
class SrsMessageHeader;
|
||||
#ifdef SRS_AUTO_HLS
|
||||
class SrsHls;
|
||||
#endif
|
||||
#ifdef SRS_AUTO_DVR
|
||||
class SrsDvr;
|
||||
#endif
|
||||
|
@ -425,9 +423,7 @@ private:
|
|||
bool is_active;
|
||||
private:
|
||||
// hls handler.
|
||||
#ifdef SRS_AUTO_HLS
|
||||
SrsHls* hls;
|
||||
#endif
|
||||
// dvr handler.
|
||||
#ifdef SRS_AUTO_DVR
|
||||
SrsDvr* dvr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue