Implemented RTSP Receiver Report
This commit is contained in:
parent
364190034d
commit
df6735e92f
5 changed files with 86 additions and 24 deletions
|
@ -19,6 +19,8 @@ namespace SDP{
|
|||
int channel; /// Channel number, used in TCP sending
|
||||
uint64_t packCount;
|
||||
uint16_t rtpSeq;
|
||||
int32_t lostTotal, lostCurrent;
|
||||
uint32_t packTotal, packCurrent;
|
||||
std::map<uint16_t, RTP::Packet> packBuffer;
|
||||
uint32_t cPort;
|
||||
std::string transportString; /// Current transport string.
|
||||
|
@ -26,6 +28,7 @@ namespace SDP{
|
|||
std::string fmtp; /// fmtp string, used by getParamString / getParamInt
|
||||
std::string spsData;
|
||||
std::string ppsData;
|
||||
uint32_t mySSRC, theirSSRC;
|
||||
h265::initData hevcInfo;
|
||||
uint64_t fpsTime;
|
||||
double fpsMeta;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue