抽象部分rtsp相关功能

This commit is contained in:
xiongziliang
2018-09-18 23:49:48 +08:00
parent bb03af0f7f
commit fab283da6f
4 changed files with 252 additions and 17 deletions

View File

@@ -44,6 +44,8 @@ namespace Rtsp {
class RtpMaker {
public:
typedef function<void(const RtpPacket::Ptr &pPkt, bool bKeyPos)> onGetRTP;
typedef std::shared_ptr<RtpMaker> Ptr;
RtpMaker(const onGetRTP &cb, uint32_t ui32Ssrc, int iMtuSize,int iSampleRate,
uint8_t ui8PlayloadType, uint8_t ui8Interleaved) {
callBack = cb;