mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-02 08:17:33 +08:00
添加停止、恢复rtp代理rtp超时检查功能
This commit is contained in:
@@ -56,6 +56,14 @@ public:
|
||||
* 设置RtpProcess onDetach事件回调
|
||||
*/
|
||||
void setOnDetach(const function<void()> &cb);
|
||||
/**
|
||||
* 暂停Rtp服务的RTP流检测
|
||||
*/
|
||||
void pauseRtpCheck();
|
||||
/**
|
||||
* 暂停Rtp服务的RTP流检测
|
||||
*/
|
||||
void resumeRtpCheck();
|
||||
|
||||
protected:
|
||||
Socket::Ptr _udp_server;
|
||||
|
||||
Reference in New Issue
Block a user