添加rtmps服务器

This commit is contained in:
xiongziliang
2020-04-29 11:25:15 +08:00
parent f9df7f5217
commit 7e85be7654
2 changed files with 38 additions and 16 deletions

View File

@@ -91,6 +91,12 @@ private:
};
/**
* 支持ssl加密的rtmp服务器
*/
typedef TcpSessionWithSSL<RtmpSession> RtmpSessionWithSSL;
} /* namespace mediakit */
#endif /* SRC_RTMP_RTMPSESSION_H_ */