mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine pithy print to more easyer to use 2.0.121.
This commit is contained in:
parent
9d233db27e
commit
1102c7a58f
23 changed files with 242 additions and 332 deletions
|
@ -55,6 +55,7 @@ class SrsRawAacStreamCodec;
|
|||
class SrsSharedPtrMessage;
|
||||
class SrsCodecSample;
|
||||
class SrsSimpleBuffer;
|
||||
class SrsPithyPrint;
|
||||
|
||||
/**
|
||||
* a rtp connection which transport a stream.
|
||||
|
@ -62,6 +63,7 @@ class SrsSimpleBuffer;
|
|||
class SrsRtpConn: public ISrsUdpHandler
|
||||
{
|
||||
private:
|
||||
SrsPithyPrint* pprint;
|
||||
SrsUdpListener* listener;
|
||||
SrsRtspConn* rtsp;
|
||||
SrsRtpPacket* cache;
|
||||
|
@ -117,7 +119,6 @@ private:
|
|||
std::string output_template;
|
||||
std::string rtsp_tcUrl;
|
||||
std::string rtsp_stream;
|
||||
|
||||
private:
|
||||
std::string session;
|
||||
// video stream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue