mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable DVR
This commit is contained in:
parent
b0789c54e4
commit
7fd221ef63
7 changed files with 10 additions and 64 deletions
|
@ -55,9 +55,7 @@ class SrsNgExec;
|
|||
class SrsConnection;
|
||||
class SrsMessageHeader;
|
||||
class SrsHls;
|
||||
#ifdef SRS_AUTO_DVR
|
||||
class SrsDvr;
|
||||
#endif
|
||||
#ifdef SRS_AUTO_TRANSCODE
|
||||
class SrsEncoder;
|
||||
#endif
|
||||
|
@ -425,9 +423,7 @@ private:
|
|||
// hls handler.
|
||||
SrsHls* hls;
|
||||
// dvr handler.
|
||||
#ifdef SRS_AUTO_DVR
|
||||
SrsDvr* dvr;
|
||||
#endif
|
||||
// transcoding handler.
|
||||
#ifdef SRS_AUTO_TRANSCODE
|
||||
SrsEncoder* encoder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue