1
0
Fork 0
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:
wenjie.zhao 2015-03-11 13:34:58 +08:00
parent 1cb8e44b1b
commit d4198ee8ba
8 changed files with 939 additions and 2 deletions

View file

@ -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;