can build prepare for play ts stream by srt

This commit is contained in:
xiongguangjie
2022-06-03 22:47:52 +08:00
parent 82da99eef3
commit 7f65e082f5
8 changed files with 206 additions and 3 deletions

View File

@@ -29,6 +29,10 @@ public:
uint32_t getExpectedSeq();
bool dropForRecv(uint32_t first,uint32_t last);
bool dropForSend(uint32_t num);
DataPacket::Ptr findPacketBySeq(uint32_t seq);
private: