rtsp/GB28181随机端口,支持端口范围设置

This commit is contained in:
xiongziliang
2022-03-13 20:48:01 +08:00
parent 4314006551
commit b127d8c2a9
4 changed files with 113 additions and 69 deletions

View File

@@ -313,6 +313,9 @@ namespace RtpProxy {
extern const std::string kDumpDir;
//rtp接收超时时间
extern const std::string kTimeoutSec;
//随机端口范围最少确保36个端口
//该范围同时限制rtsp服务器udp端口范围
extern const std::string kPortRange;
} //namespace RtpProxy
/**