mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
start coding flv->rtp
This commit is contained in:
parent
c62901a3ac
commit
2e68c375e3
6 changed files with 404 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue