mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 02:38:10 +08:00
支持rtcp心跳包
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
static void Destory() {
|
||||
delete &UDPServer::Instance();
|
||||
}
|
||||
Socket::Ptr getSock(const char *strLocalIp, int iTrackIndex);
|
||||
Socket::Ptr getSock(const char *strLocalIp, int iTrackIndex,uint16_t iLocalPort = 0);
|
||||
void listenPeer(const char *strPeerIp, void *pSelf, const onRecvData &cb);
|
||||
void stopListenPeer(const char *strPeerIp, void *pSelf);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user