mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-06 03:28:09 +08:00
程序退出时清空RtpProcess对象
This commit is contained in:
@@ -55,6 +55,11 @@ public:
|
||||
static bool getSSRC(const char *data,int data_len, uint32_t &ssrc);
|
||||
static RtpSelector &Instance();
|
||||
|
||||
/**
|
||||
* 清空所有对象
|
||||
*/
|
||||
void clear();
|
||||
|
||||
/**
|
||||
* 输入多个rtp流,根据ssrc分流
|
||||
* @param sock 本地socket
|
||||
|
||||
Reference in New Issue
Block a user