1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Merge branch 'rtc' of https://github.com/xiaozhihong/srs into xiaozhihong-rtc

This commit is contained in:
winlin 2020-03-13 21:18:09 +08:00
commit d21ef106a0
35 changed files with 3620 additions and 20 deletions

View file

@ -54,6 +54,7 @@ class SrsNgExec;
class SrsConnection;
class SrsMessageHeader;
class SrsHls;
class SrsRtp;
class SrsDvr;
class SrsDash;
class SrsEncoder;
@ -335,6 +336,8 @@ private:
private:
// The format, codec information.
SrsRtmpFormat* format;
// rtp handler
SrsRtp* rtp;
// hls handler.
SrsHls* hls;
// The DASH encoder.