mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add hds supported.
This commit is contained in:
parent
1cb8e44b1b
commit
d4198ee8ba
8 changed files with 939 additions and 2 deletions
|
@ -62,6 +62,7 @@ class SrsEncoder;
|
|||
#endif
|
||||
class SrsStream;
|
||||
class ISrsHlsHandler;
|
||||
class SrsHds;
|
||||
|
||||
/**
|
||||
* the time jitter algorithm:
|
||||
|
@ -411,6 +412,7 @@ private:
|
|||
#ifdef SRS_AUTO_TRANSCODE
|
||||
SrsEncoder* encoder;
|
||||
#endif
|
||||
SrsHds *hds;
|
||||
// edge control service
|
||||
SrsPlayEdge* play_edge;
|
||||
SrsPublishEdge* publish_edge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue